travisgoodspeed / loraham

Ham radio protocols and Arduino examples for LoRa on 70cm.
Other
270 stars 28 forks source link

New Gateway Requires Battery #7

Closed travisgoodspeed closed 7 years ago

travisgoodspeed commented 7 years ago

The new Gateway code goes to sleep immediately when no battery is wired to the feather board. A partial fix would be to never sleep when the serial port is connected.

Assigning to @sharph. Close this issue when the new gateway code works reliably on USB power without a battery.

akadamson commented 7 years ago

This appears to not be the case. If you undef the RTC define, the feather will run the new gateway code on usb power only. The problem was that the RTC define when active, disactivates the USB port on the feature making it appear to not be working.

travisgoodspeed commented 7 years ago

Closing in favor of #8, which better explains the issue at hand.