-
Hi,
I recently built a diy tracker on esp32 and Ebyte E220 400M30S (LLCC68)
The problem is that it doesn't start, I keep getting this error:
Starting LoRa failed! State: -2
Everything is wired rig…
-
I am seeking assistance in the library GitHub to address an issue I'm encountering.
My challenge involves establishing communication between the Ebyte LoRa E220-400M22S and the MCU ATTINY804 IC. Be…
-
I cannot implement my own solution.
Please – I have gone through your entire code – I am learning the basics of C++ – unfortunately, I am making some mistakes. I wanted to implement your code into …
-
Thank you sir for resolving my previous issue, currently i am working with LLCC68 LoRa module at 868Mhz frequency,
when i initialize it like
`LLCC68 radio = new Module(20, 22, 24, 23); // Initiali…
-
There seems to be a problem with RegIrqFlags, which causes problems in **LoRaSimpleGateway** and **LoRaReceiverCallback** example sketches. The following is far beyond my knowledge, so please bear wit…
-
Trying to set the configuration on ESP8266 (Wemos D1 Mini) with E220-900T22D.
E220 in config mode.
Reading the config with Success, but setting config results always in soft reset.
EByte LoRa E220 …
-
My program has been working and suddenly stopped. The cause is updating ESP32 board manager from 2.017 to 3.0.0 on Arduino IDE 2.32.
Since new ESP32 board manager is based on ESP-IDF v5 and I know a…
-
I tried to set different UART_BPS rates. It works fine as long as the UART_BPS is not greater than 9600 Baud rate! Do I miss something here?
| TTL UART baud rate(bps) | Constant value |
| -- | -- …
-
My system works with E220-400M22S and E220-400MM22S on various controllers like STM32F7, ESP32 with LoRaRF Arduino library.
I am able to receive and transmitt.
Trying to make it work with RPi with n…
-
I am experiencing problems in receiving with the Arduino R4 Minima board, while the same sketch loaded on Arduino Uno R3 works correctly; specifically, the data coming in is not consistent. In transmi…