How to troubleshoot OpenDTU instances not receiving data ? #535
-
Hello, I bought 3x ESP32 NodeMCU boards and 3x NRF24L01+ radio boards on Amazon (links provided). I broke the usb connector of one ESP32 so I have flashed OpenDTU to the 2 other ones I have. After having put back the config and flashing https://github.com/tbnobody/OpenDTU/commits/422d489, the 2 OpenDTU are really having issues receiving inverters data. I had the same issue with the first one also: I could only get signal at one specific place at my home, and it was really random. Sometimes I see an inverter, for about 5min, then the DTU is losing it. Same thing for the 2 new boards flashed. I've tried different combinations with and without the power stabilising module. I really don't know how to debug this... Any help would be appreciated. I also don't know how to assert if the problem comes from the ESP32, radio board, antenna, etc. Thanks for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
I also had some trouble to get data from the inverters at the beginning. I could get it fixed by soldering an electrolytic capacitor directly over the power supply pins on the NRF24L01+. I don’t remember in detail but I guess it worked on gain setting Minimum (-18db) adding a 10 µF capacitor. To get it work on Low (-12db) I had to add an other 100µF capacitor. The higher gain modes (-6 dBm) and (0 dBm) did never work. So power supply for the NRF2401+ was the key factor on my setup. |
Beta Was this translation helpful? Give feedback.
I also had some trouble to get data from the inverters at the beginning. I could get it fixed by soldering an electrolytic capacitor directly over the power supply pins on the NRF24L01+.
I don’t remember in detail but I guess it worked on gain setting Minimum (-18db) adding a 10 µF capacitor. To get it work on Low (-12db) I had to add an other 100µF capacitor. The higher gain modes (-6 dBm) and (0 dBm) did never work. So power supply for the NRF2401+ was the key factor on my setup.