jpmeijers / RN2483-Arduino-Library

Arduino C++ code to communicate with a Microchip RN2483 module
Apache License 2.0
84 stars 60 forks source link

Enable blue led when trying to connect to TTN #16

Closed jwillemsen closed 7 years ago

jwillemsen commented 7 years ago

At the moment there is no possibility to connect to TTN the Sodaq just is idle, nothing is visible, but when it has a connection we give green/red led status. Made a change so that at the moment we try to connect to TTN we give a blue led, this way once per second we give a small blue led status that the board is running and doing something, at the moment we do get a TTN connection the code enables the green led, at the moment we have GPS it then turns red. Fixed a small typo in comment and zapped trailing spaces.

jwillemsen commented 7 years ago

Thanks for merging, at the moment I am able to use TTN from my home I will further test this and work on some more changes to reduce the led status time and make it better visible when the board is idle or doing something