Closed FunnyPaul closed 2 months ago
It turned out that a SX1276 (HPD13A) was installed on the board. After making the change, this error went away, but after the OTAA registration attempt, error -6 (RADIOLIB_ERR_RX_TIMEOUT) occurred. This was because the IO1 and IO2 pins were connected to other pins on the ESP32. After correction (see circuit diagram for V1.2) it now works.
@FunnyPaul great you got it working for the SX1276! Would you share the needed changes? I would like to include them in here
Unfortunately, I didn't pursue the project any further here, as there seemed to be more problems. I took the original project and transferred the excellent implementation of the power supply from it. I also noticed that the boards, which all seem to look the same, are equipped with different LoRaWan chips :-(
Unfortunately, I can't get the application to work properly on my brand new T-Beam 1.2 (LILYGO 868/915 Mhz). The original software (meshtastic) worked without any problems, I think the hardware is OK. After flashing and restarting, the following appears in the serial console:
After a few seconds:
Initialise radio failed(-2)
Then nothing happens :-(
I also noticed that according to the circuit diagram, the RESET pin of the LORA module should be connected to the IO23 pin as before. I changed this as a test, unfortunately without a positive result.