summaryrefslogtreecommitdiff
path: root/Mode
AgeCommit message (Expand)AuthorFiles
2015-12-11fix bug in layout where a character from last field could be displayed in new...Mike Fiore2
2015-12-10update mdot-library to get SNR fix & update accordinglyMike Fiore1
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 Fiore12
2015-12-09Display sensor data on demo screen.Leon Lindenfelser3
2015-12-09Merge branch 'sensors'Leon Lindenfelser2
2015-12-08Added more getters to the sensor handler.Leon Lindenfelser2
2015-12-08use link check instead of ping for compatibility with 3rd party network serversMike Fiore4
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-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 Fiore1
2015-12-04implement demo mode logic - still need to add sensor dataMike Fiore2
2015-12-03Added update sensor function.Leon Lindenfelser2
2015-12-03turn off acks and receive windows for survey data packets, use mDot handle fo...Mike Fiore3
2015-12-03display data rate and power when entering Survey Single ModeMike Fiore2
2015-12-02implement AT command to delete survey data fileMike Fiore4
2015-12-02added sensor handlerLeon Lindenfelser1
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 Fiore4
2015-12-02use a global GPS object like we do for buttons, LoRa, etcMike Fiore10
2015-12-01Merge branch 'modeDemo'Mike Fiore2
2015-12-01update progress and pass/fail for sweepMike Fiore2
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
2015-12-01fix bug when sending data file, update default configurationMike Fiore2
2015-12-01got basic sweep implementation working - tested in 915 frequency bandMike Fiore1
2015-11-30start work on survey sweep - currently determines rates and power levels to u...Mike Fiore2
2015-11-25implement function to scan survey data file and find last indexMike Fiore1
2015-11-24display device ID on bottom line, fix typoMike Fiore1
2015-11-24use floats for SNR values - will be supported in next mbed release, add loggi...Mike Fiore3
2015-11-23stub out functions & struct for formatting data packets for both survey and d...Mike Fiore2
2015-11-23fix copy paste errorsMike Fiore1
2015-11-23display product id on startup screen, change baud rates to 115k, set log leve...Mike Fiore1
2015-11-23clean up after config, get things building again, update default configuratio...Mike Fiore2
2015-11-23Merge branch 'configMode'Mike Fiore2
2015-11-23display frequency sub band when joining in 915 frequency bandMike Fiore1
2015-11-23save survey data to file, start adding support for sending data packet, misc ...Mike Fiore4
2015-11-201. Merged CommandTerminal into ModeConfig and deleted CommandTerminal.Leon Lindenfelser2
2015-11-20AT commands are working in modeConfig.Leon Lindenfelser1
2015-11-20refactor more common elements into Mode template classMike Fiore6
2015-11-20implement basic single survey mode - still needs sending data packet and data...Mike Fiore4
2015-11-19Added ModeConfig code. It builds, the screen works and a debug message for co...Leon Lindenfelser2
2015-11-19add info line to help layoutMike Fiore1
2015-11-19use a single layout for help screens as they're basically all the same, misc ...Mike Fiore4
2015-11-18get things building again - remove config code in main, fix bug in ModeJoinMike Fiore1
2015-11-18create Mode base class for modes - implement join as a mode and update main a...Mike Fiore4