summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFiles
2015-12-21disable interrupts in library code instead of SensorHandlerMike Fiore1
2015-12-16fix whitespace in SensorHandler.hMike Fiore1
2015-12-16update AT command help, add AT+EXIT command so it gets displayed in helpMike Fiore12
2015-12-15remove some unnecessary logging, fix bug logging new data rate and power in s...Mike Fiore3
2015-12-15Display accelerometer data in g force for demo mode.Leon Lindenfelser1
2015-12-14use 'L' for survey single and 'S' for survey sweep in data file, refactor cod...Mike Fiore1
2015-12-14fix "Power" "DR/PWR" discrepancyMike Fiore1
2015-12-14add guts of function node that parses data packets sent by the BOX/EVBMike Fiore1
2015-12-14rename *ping* variables to *link_check*, remove some debug commentsMike Fiore3
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