Commit Graph

42 Commits

Author SHA1 Message Date
Starbeamrainbowlabs 7469d4c1bf ttn listener:Delete debug lines 2019-07-19 13:10:47 +01:00
Starbeamrainbowlabs cf1e49f08d Implement GPS delta checking 2019-07-15 15:25:51 +01:00
Starbeamrainbowlabs d806a2e4c9 Fixed bugs in new AEs encryption layer. 2019-07-15 14:31:39 +01:00
Starbeamrainbowlabs 723941bdf8 Implement an extra layer of encryption, but it's untested. 2019-07-15 13:49:44 +01:00
Starbeamrainbowlabs d0d303bc4b Bugfix: Squash sd card writing issue 2019-07-11 13:17:01 +01:00
Starbeamrainbowlabs b95505eaff Try to fix the sd card issue, but there's no change :-/
For some crazy reason it's not writing to the cd card anymore. At all. 
Arghhhh!
2019-07-09 13:12:32 +01:00
Starbeamrainbowlabs 7dba01bff1 Bugfix: Cast longitude to longitude byte array 2019-07-09 13:11:31 +01:00
Starbeamrainbowlabs cc3c0d9d63 Bugfix: Correct power signalling issues 2019-07-08 14:48:09 +01:00
Starbeamrainbowlabs 135c7694f8 Default to a frame counter of 0 2019-07-02 14:07:11 +01:00
Starbeamrainbowlabs 3251a1d4a2 Print transmit frame sequence counter to serial console 2019-07-02 13:06:27 +01:00
Starbeamrainbowlabs c7012c621d Persist the frame counters in EEPROM
....but we don't initialise it to a value if it hasn't been written to 
yet.
2019-07-02 12:58:55 +01:00
Starbeamrainbowlabs 97a89ebf02 Add small debug message 2019-07-01 12:33:57 +01:00
Starbeamrainbowlabs a24fd9894c Add todo note 2019-06-28 14:11:25 +01:00
Starbeamrainbowlabs eb3f377d28 Make ENABLE_RADIO debug symbol actually do something 2019-06-28 14:04:21 +01:00
Starbeamrainbowlabs 1bbb1fe535 Comment out ram monitoring code with macro 2019-06-28 14:02:44 +01:00
Starbeamrainbowlabs 40f4e9130b Rewrite to use TinyGPS instead of TinyGPS++, but it's still not small enough! 2019-06-28 13:57:39 +01:00
Starbeamrainbowlabs 04cc89ea50 Build the raw byte message ahead of transmitting it 2019-06-28 13:34:30 +01:00
Starbeamrainbowlabs 3e3f0b6bb3 microSD card writing is now functional. Hooray :D 2019-06-27 17:26:22 +01:00
Starbeamrainbowlabs 4e6da5604e Don't use gps.time unless we're in debug mode 2019-06-27 16:28:28 +01:00
Starbeamrainbowlabs 5b4b36ddad Refactor gps a teeny bit 2019-06-27 16:27:33 +01:00
Starbeamrainbowlabs bbf12da323 Fix compilation warnings 2019-06-27 15:58:01 +01:00
Starbeamrainbowlabs 18342c55fc Finish SdFat refactor, but it's untested. 2019-06-27 15:49:39 +01:00
Starbeamrainbowlabs 151b9544f2 Add todo note 2019-06-26 19:34:29 +01:00
Starbeamrainbowlabs cf2af7668e Start replacing SD with SdFat, but it's not finished yet 2019-06-26 18:08:42 +01:00
Starbeamrainbowlabs a29fba2fa2 It's the SD card library that's using all our RAM! 2019-06-26 16:28:35 +01:00
Starbeamrainbowlabs 35995fda3a Refactor gps system again to save memory 2019-06-26 15:59:49 +01:00
Starbeamrainbowlabs bdf9d4dd16 Extensively refactor to reduce resource usage.
Looks like LMIC is still an issue though :-/
2019-06-26 15:46:07 +01:00
Starbeamrainbowlabs 159a87db17 Reduce memory usage 2019-06-24 15:47:00 +01:00
Starbeamrainbowlabs b779d16690 Weave LMIC into the main sketch, but its now made it too big :-/ 2019-06-24 15:43:04 +01:00
Starbeamrainbowlabs 1cf542adcd Fix seriously nasty linking errors 2019-06-24 14:47:14 +01:00
Starbeamrainbowlabs 6a203233fd Fix compilation errors 2019-06-24 14:31:33 +01:00
Starbeamrainbowlabs 18ba73c99b [iot/main] Fix compilation errors 2019-06-24 14:27:22 +01:00
Starbeamrainbowlabs cda73e37ce Start working on integrating LMIC into the main program, but there are lots of bugs. 2019-06-24 13:52:33 +01:00
Starbeamrainbowlabs a4f8ad6138 Start working on a debug program to test battery life, but it's not finished yet 2019-06-20 13:56:08 +01:00
Starbeamrainbowlabs 79adeef737 Implement initial power management functions.
Next up, we need to test it to see how long it'll last on a battery.
2019-06-20 12:23:09 +01:00
Starbeamrainbowlabs 188c74e2d6 Make the GPS serial UI smarter at giving progress updates
If onylt he serial monitor handled \r properly.....
2019-06-13 15:15:23 +01:00
Starbeamrainbowlabs 4d394b1978 Yay, it works! 2019-06-13 15:10:12 +01:00
Starbeamrainbowlabs 7dbfd5807b Tweak GPS, but we might have a loose cable somewhere, or a misconfiguration. 2019-06-13 14:53:59 +01:00
Starbeamrainbowlabs daf3475704 It compiles, but I'm not sure it works..... 2019-06-13 14:47:40 +01:00
Starbeamrainbowlabs 9b76570be8 Fix a bunch of bugs, but ti's still not linking 2019-06-13 14:33:08 +01:00
Starbeamrainbowlabs 0cdd8f5539 Implement GPS & microSD card functionality, but it's not finished or tested yet. 2019-06-13 14:13:03 +01:00
Starbeamrainbowlabs 45542edf17 Start weaving the libraries together, but there's quite a ways to go..... 2019-06-12 20:18:37 +01:00