Radiolib with custom board using STM32L0 and SX1262 #1127
-
Hello! First of all big thanks for making this library. It seems really robust, supports many devices and is also well maintained I have a problem with my custom board. I'm trying to use general lora example to test that my board is able to send lora messages. I'm able to get past Here is how my schematics look for STM32L072RBT6 and Waveshare SX1262 connection: And here is repo for my current code: https://github.com/nikorainto/savi-lorawan-radiolib Would someone be able to help me detect what am I missing or doing wrong? I would really appreciate it and like to use this library to test my custom board 😄 Note: My board is really bare-bone and it does not have serial port or debug leds I also made a post about this on PlatformIO forums and there I got help to progress but I'm still stuck with this |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
The Tx timeout error is caused when the radio does not trigger the DIO1 within the expected time frame, usually because DIO1 is not connected. Since the schematic you posted claims that "DIO1 and DIO2 are hooked the wrong way round", the first thing I would try is swapping DIO1 and DIO2. Try both options and see which one works - experience says that notes on schematics about swapped are correct about 50% of the time. |
Beta Was this translation helpful? Give feedback.
Yes verified that I was now able to run lora example with following pin configuration