arduino-node-lib icon indicating copy to clipboard operation
arduino-node-lib copied to clipboard

Arduino Library for The Things Node

Results 5 arduino-node-lib issues
Sort by recently updated
recently updated
newest added

Hi, On line 122 of the Basic.ino file the wake() does not seem to exist in the ttn object. Checking TheThinsNetwork.h I indeed could not find it either. Can I...

- Added Ultra Low Power mode (30uA sleep mode) - Wake by LoRa module, avoid watchdog wake every 8s - Added new method to read battery voltage, needed if VCC

https://github.com/TheThingsNetwork/arduino-node-lib/blob/f28ef321af1bae0715c374099a47335a25f4d19d/examples/Basic/Basic.ino#L56

After the battery voltage has dropped to some voltage (e.g. 2.9V), the readout always returns the same value for all following messages sent (hundreds) although the DMM measured battery voltage...