Workshop demo program
Dependencies: PinDetect mbed LoRaWAN-lib SX1272Lib
History
added a new timer to make sure the sending bool never gets stuck in the transmitting position. changed the uint8_t counting cycles for checkAlarm to a uint16_t
2017-05-03, by Brandond200 [Wed, 03 May 2017 16:51:28 +0000] rev 19
added a new timer to make sure the sending bool never gets stuck in the transmitting position. changed the uint8_t counting cycles for checkAlarm to a uint16_t
add check to not allow transmission while currently sending. Turned off ADR. Made checkAlarm only read position every 5000 cycles
2017-05-03, by Brandond200 [Wed, 03 May 2017 15:55:42 +0000] rev 18
add check to not allow transmission while currently sending. Turned off ADR. Made checkAlarm only read position every 5000 cycles
changed default devEUI back to ending in 00
2017-05-02, by Brandond200 [Tue, 02 May 2017 21:07:30 +0000] rev 17
changed default devEUI back to ending in 00
changed alarm shmit trigger
2017-05-02, by Brandond200 [Tue, 02 May 2017 14:10:18 +0000] rev 16
changed alarm shmit trigger
set max number of blinks queued. Added shmit trigger for alarm so now it works when going up and down, not just up.
2017-05-02, by Brandond200 [Tue, 02 May 2017 13:30:48 +0000] rev 15
set max number of blinks queued. Added shmit trigger for alarm so now it works when going up and down, not just up.
removed alarm report from transmission
2017-04-28, by Brandond200 [Fri, 28 Apr 2017 21:10:39 +0000] rev 14
removed alarm report from transmission
turned LED back on
2017-04-28, by Brandond200 [Fri, 28 Apr 2017 17:01:49 +0000] rev 13
turned LED back on
Re-arranged app to be easier to understand by user
2017-04-28, by Brandond200 [Fri, 28 Apr 2017 16:13:31 +0000] rev 12
Re-arranged app to be easier to understand by user
broke more functionality into functions in the app. changed that the rotary position is pass between functions instead of held in global variable
2017-04-25, by Brandond200 [Tue, 25 Apr 2017 18:06:52 +0000] rev 11
broke more functionality into functions in the app. changed that the rotary position is pass between functions instead of held in global variable
Formatted and commented code for workshop
2017-04-24, by Brandond200 [Mon, 24 Apr 2017 20:38:51 +0000] rev 10
Formatted and commented code for workshop