ahoy/tools/rpi/discover
Martin Grill 8030acd283 No delay
2022-04-16 11:13:23 +02:00
..
CMakeLists.txt working discovery tool 2022-03-20 09:19:48 +01:00
common.cpp switched to dynamic payload mode, added a pretender 2022-03-19 15:04:21 +01:00
common.hpp switched to dynamic payload mode, added a pretender 2022-03-19 15:04:21 +01:00
discover.cpp No delay 2022-04-16 11:13:23 +02:00
pretender.cpp No delay 2022-04-16 11:13:23 +02:00
README.md Update README.md 2022-03-27 18:27:20 +02:00

Try to discover inverters with known serial numbers.

This tool will continuously scan all channels.

Requires NRF24 library from https://github.com/nRF24/RF24/ and an NRF24 module connected to the Raspberry Pi's GPIO header as described in https://nrf24.github.io/RF24/index.html.

UPDATE: Note that this tool relies on the NRF24's AutoAck functionality. It has since been conclusively proven that the inverters do not enable AutoAck. Therefore this tool works quite well for discovering NRF24s, just not the ones build into the inverters :-(