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...
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...
But you send from Arduino env and receive in MicroPython env? Bye Renzo
Hi Renzo, if the transmitter sends within 2sec, then the Micropython programme as receiver is terminated with the error unicode-error at line 636 in lora_e220.py. What could be the reason for this? The message...
Hello, I have a transmitter (ADDL = 2) with AVR ATTiny16 (like Arduino) and a receiver (ADDL = 1) with Raspberry Pi Pico. The transmitter sends a string every 6 seconds. Unfortunately, the Rasperry...
Hi woto, you have configured the Address and Channel for transparent transmission and set fixed transmission. Follow these tutorials to send fixed message Ebyte LoRa E220 device for Arduino, esp32 or esp8266: fixed transmission,...
Hi woto, you don’t need to change the library. You can find how to use the library for e32 (similar to E220) in this article. EByte LoRa E32 & MicroPython: a detailed look at...
EByte has started a new initiative to help the development of their product, here is the email with all the information and links: Dear community members, Thank you all for your enthusiastic support and...
Hello! I encountered the same problem, although I used the updated version 0.02, it seems that the situation has not changed: my pcf8591 still only reads three values 64, 128, 192. The microcontroller is...
The STM32F4 Black-Pill, a powerful and versatile microcontroller, offers promising potential for IoT applications when integrated with LoRa modules like EByte’s E32, E22, and E220. In this article, we’ll examine the Shield I use for rapid prototyping that supports all the LoRa modules described.
Wie kann ich eine pip installieren wenn ich mit Micropython auf dem Raspberry Pi Pico arbeite. Ist kein Raspberry. How can I install pip when working with MicroPython on the Raspberry Pi Pico? It’s...