@felmue said in Com.X.LoraWan 868 module configured at 470Mhz ?:
LoraSet
Thanks a lot, Felix,
it works !
Will try to find more details about this firmware to drop some note here.
Happy New Year
@felmue said in Com.X.LoraWan 868 module configured at 470Mhz ?:
LoraSet
Thanks a lot, Felix,
it works !
Will try to find more details about this firmware to drop some note here.
Happy New Year
HI All,
just bought the module COM.LoRaWAN 868 and I'm trying to configuring as Lora to test communication with a different module i got.
When i try to configure the frequency, I got error "+ERROR: the command is not supported"
I'm trying with:
16:21:56.550 -> AT Rev 1.3
16:21:56.550 -> +AutoLPM=0
16:21:56.550 ->
16:21:56.550 -> +LORAWAN=0
16:21:56.550 ->
16:21:56.550 -> +FREQ=470000000
16:21:56.550 -> +TxPower=10
16:21:56.550 -> +SF=7
16:21:56.550 -> +BW=0
16:21:56.550 -> +Coderate=1
16:21:56.550 -> +Preamblelth=8
16:21:56.550 -> +CRC=1
16:21:56.550 -> +IQInvert=0
and by issuing " ATCommand("LoraSet", "?");"
16:21:59.708 -> +LoraPara:470000000,10,7,0,1,8,1,0
If i check on the chip CubeCell, below the logo it show 863-870
Is there anything wrong on my module?
Hi all,
I would like to restore the factory firmware on my M5Camera (B) to use as a unit on UIFlow.
Can you point me to the right repository/firmware to upload on it?
Thanks in advance
@m5stack said in Support for node:
DHT12
I'm using Desktop version and not all demos are there,
anyway i found that on the online version,
thanks a lot
thanks, is clear.
Only one question|:
Which demo you refer to?
@m5stack said in M5Stack does not connect WiFi with Node attached:
maybe is the router signal quality problem. you could try put the device closer the router
No, i experience significative degradation with node base attached, while using face base i can connect from long distance. As i mentioned, putting proto board in between mitigate partially, i can gain some meter but not as using face base
btw if i put in between a proto-modul ( still empty ) work perfectly fine, and maybe should help also getting better measure on DHT12, will try
Hi all,
just received a node bases and i was wondering if there is some plan tu support that bases on UIFlow.
I tried without any luck to use:
Just received and similar issue here, from my desk there is no way to connect to WiFi, it work only closer to the router, it seem the node board interfere with antenna.
According to several forum, Wire library require interrupt itself while any further interrupt is disabled during ISR call , so this example cannot work .
Only way to make working should be moving outside wire.read() function inside a proper function registered on Wire.onReceive call ( that i'm pretty sure get called from a proper interrupt ).
will make some test