summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFiles
2015-12-11disable interrupts around critical sections in SensorHandlerMike Fiore1
2015-12-11fix SW1 issue on cold boot by initializing _sw#_running variablesMike Fiore1
2015-12-11fix build break from mergeMike Fiore1
2015-12-11Merge branch 'link_check'Mike Fiore9
2015-12-11display "No Free Channel" string properly in 868 modeMike Fiore5
2015-12-11fix bug in layout where a character from last field could be displayed in new...Mike Fiore12
2015-12-10Fixed acceleration values... use int16_t not uint16_t.Leon Lindenfelser3
2015-12-10update mdot-library to get SNR fix & update accordinglyMike Fiore3
2015-12-10preserve configured data rate and power when entering and exiting modesMike Fiore5
2015-12-10explicitly set data rate and power in Demo modeMike Fiore2
2015-12-10remove extra GPS and Sensor objects from Mode classMike Fiore13
2015-12-09Display sensor data on demo screen.Leon Lindenfelser6
2015-12-09Merge branch 'master' of ssh://sw.multitech.prv/git/mdot/mtdot-box-evbLeon Lindenfelser3
2015-12-09fix bug in LayoutDemoSampling countdown updateMike Fiore1
2015-12-09update MTS-SerialMike Fiore1
2015-12-09update MTS-SerialMike Fiore1
2015-12-09update setup script - clone mbed libs if they don't exist, otherwise update themMike Fiore1
2015-12-09update comment about setting pin mode for ButtonHandler interruptsMike Fiore1
2015-12-09Merge branch 'sensors'Leon Lindenfelser4
2015-12-08Removed test code from main.Leon Lindenfelser1
2015-12-08Added more getters to the sensor handler.Leon Lindenfelser5
2015-12-08use link check instead of ping for compatibility with 3rd party network serversMike Fiore8
2015-12-07fix bug where Mode could parse incorrect sweep indexMike Fiore1
2015-12-07remove empty case statements from switches in modesMike Fiore3
2015-12-07reset activity LED back to red when exiting to main menuMike Fiore3
2015-12-07LED1 is red when not joined, green when joined, and blinks when communicating...Mike Fiore2
2015-12-07Removed print statement verification code from main.cpp and SensorHander.cpp.Leon Lindenfelser2
2015-12-07Made a few changes to get the sensor handler code working correctly.Leon Lindenfelser3
2015-12-04give the GPS lib a handle to the LED controller so it can blink LED2 when not...Mike Fiore1
2015-12-04display "sending..." long enough for user to see itMike Fiore2
2015-12-04only display duty cycle if not currently joiningMike Fiore1
2015-12-04some tweaks to display in Demo ModeMike Fiore2
2015-12-04display if GPS was detected on startup screenMike Fiore3
2015-12-04implement demo mode logic - still need to add sensor dataMike Fiore5
2015-12-03Moved SensorHandler out of the lib directory and into the root directory of t...Leon Lindenfelser2
2015-12-03Added update sensor function.Leon Lindenfelser4
2015-12-03turn on LED2Mike Fiore1
2015-12-03turn off acks and receive windows for survey data packets, use mDot handle fo...Mike Fiore5
2015-12-03display data rate and power when entering Survey Single ModeMike Fiore2
2015-12-03implement AT command to display survey data file contentsMike Fiore1
2015-12-02implement AT command to delete survey data fileMike Fiore7
2015-12-02added sensor handlerLeon Lindenfelser3
2015-12-02actually send data in data packet in Single and Sweep modesMike Fiore2
2015-12-02update success and failure layouts and modes to display GPS data when availableMike Fiore7
2015-12-02use a global GPS object like we do for buttons, LoRa, etcMike Fiore11
2015-12-01Merge branch 'modeDemo'Mike Fiore3
2015-12-01update progress and pass/fail for sweepMike Fiore8
2015-12-01fix bug where sweep kept going after it should have finishedMike Fiore1
2015-12-01fix bug when generating data rate & power pairs in 868 frequency bandMike Fiore1
2015-12-01Added GPS parser object and survey data packet.Leon Lindenfelser2