arduino-node-lib
arduino-node-lib copied to clipboard
Arduino Library for The Things Node
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...
Adapt to v3 API changes
- 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
Issue
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...