32 Search results

For the term "micropython".

ESP32 LORA with micropython

Hello All, I would like to begin to learn lora for my school. I want to use upython on esp32, this is mandatory not adruino and C Do you have some information, what should...

MicroPython EByte E220: Data size not match!

Hello, Something similar happens to me: >>> %Run -c $EDITOR_CONTENT Initialization: {} Success Retrieve configuration: {} Data size not match! —————————————- Traceback (most recent call last): File “<stdin>”, line 17, in <module> File “/lib/lora_e220.py”,...

E77-400M22S, OpError 0x20

Has anybody got any experience with Ebyte E77-400M22S? I seem to be able to get the Micropython build: build-NUCLEO_WL55, with some modifications to mpconfigboard.h to run to the point where I get this error:...

Reply To: E32-900T20D Lora repeater settings

My idea was the sender sends the message, if the repeater receives it, the repeater wakes up the radio module and arduino, reads the message, then it resends it. The sender waits for 5...

E32-900T20D Lora repeater settings

I am making a low power repeater using a 3.3v arduino and E32-900T20D module. All I want repeater to do is receive any sent message, then resend it. I will have this device with...