debug info for radio (rfm69)
-
I'm in the process of constructing a couple of development sensors and am looking to confirm that they radio is properly connected.
Is there any debug info that can confirm (or reject) that I have an rfm69 correctly connected to my arduino?
Regards,
Bill
-
Hi @copperleaf, welcome to the MySensors community!
Yes. TSM INIT FAIL means the microcontroller cannot communicate with the radio. TSM INIT OK means communication with the radio is good.
Detailed info on log messages: https://www.mysensors.org/apidocs/group__MyTransportgrp.html#details
More useful info for troubleshooting: https://forum.mysensors.org/topic/666/debug-faq-and-how-ask-for-help/
-
Thanks for the info. That really helped!