summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2015-12-08Added more getters to the sensor handler.Leon Lindenfelser5
Added test code in main to print out data from getters.
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
Added some printf's to show proper functioning. These will need to be removed.
2015-12-03Moved SensorHandler out of the lib directory and into the root directory of ↵Leon Lindenfelser2
the project.
2015-12-03Added update sensor function.Leon Lindenfelser4
Cleaned up sensorhandler so it compiles and hopefully works.
2015-12-02added sensor handlerLeon Lindenfelser3
2015-12-01Merge branch 'modeDemo'Mike Fiore3
Conflicts: Mode/Mode.cpp
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
2015-12-01only display frequency sub band in config mode if in 915 frequency bandMike Fiore1
2015-12-01fix bug when sending data file, update default configurationMike Fiore3
2015-12-01got basic sweep implementation working - tested in 915 frequency bandMike Fiore3
2015-11-30start work on survey sweep - currently determines rates and power levels to ↵Mike Fiore7
use and prints them out
2015-11-30remove obsolete Layout*Help filesMike Fiore4
2015-11-25implement function to scan survey data file and find last indexMike Fiore1
2015-11-24display device ID on bottom line, fix typoMike Fiore2
2015-11-24use floats for SNR values - will be supported in next mbed release, add ↵Mike Fiore4
logging to surveySingle, stub out function to parse index from data file
2015-11-23stub out functions & struct for formatting data packets for both survey and ↵Mike Fiore3
demo modes
2015-11-23fix copy paste errorsMike Fiore1
2015-11-23display product id on startup screen, change baud rates to 115k, set log ↵Mike Fiore5
level to trace
2015-11-23clean up after config, get things building again, update default ↵Mike Fiore4
configuration to match spec
2015-11-23Merge branch 'configMode'Mike Fiore29
Conflicts: main.cpp
2015-11-23display frequency sub band when joining in 915 frequency bandMike Fiore2
2015-11-23save survey data to file, start adding support for sending data packet, misc ↵Mike Fiore7
tweaks and fixes
2015-11-201. Merged CommandTerminal into ModeConfig and deleted CommandTerminal.Leon Lindenfelser30
2. Fixed AT&V output. 3. Cleaned up some unused code. 4. Added +FREQ back in. 5. Removed CmdExit and put the +EXIT command right in the command parsing code.
2015-11-20AT commands are working in modeConfig.Leon Lindenfelser3
2015-11-20refactor more common elements into Mode template classMike Fiore7
2015-11-20make "No Free Channel" lines full screen width to wipe out random character ↵Mike Fiore2
- don't know where it's coming from!
2015-11-20implement basic single survey mode - still needs sending data packet and ↵Mike Fiore19
data survey file
2015-11-19Added ModeConfig code. It builds, the screen works and a debug message for ↵Leon Lindenfelser4
config mode prints but the AT command parser is not working.
2015-11-19add info line to help layoutMike Fiore4
2015-11-19use a single layout for help screens as they're basically all the same, misc ↵Mike Fiore10
tweaks and fixes
2015-11-18get things building again - remove config code in main, fix bug in ModeJoinMike Fiore3
2015-11-18Merge branch 'atcommands'Mike Fiore55
configuration needs to be pulled out of main and implemented as a Mode object Conflicts: main.cpp
2015-11-18create Mode base class for modes - implement join as a mode and update main ↵Mike Fiore6
accordingly
2015-11-18Added functionality to get the guts of these commands working with storageLeon Lindenfelser6
mapped into unused mDot commands. Over write the mDot defaults in these storage locations with the appropriate defaults for these 5 commands.
2015-11-18add placeholder functions for demo, survey single, and survey sweep modes ↵Mike Fiore7
and layouts for each - menu navigation is looking really good
2015-11-18fix datarate display on join, clear signals for main thread after changing modesMike Fiore1
2015-11-18display current join attempt when joiningMike Fiore3
2015-11-17remove join failure messageMike Fiore1
2015-11-17add config layout, remove lots of loggingMike Fiore5
2015-11-17fix memory leakMike Fiore1
2015-11-17join works, but only once - added object for running LoRa operations in a ↵Mike Fiore9
thread, lots of misc updates
2015-11-16Added all the new dotbox commands with some detail work still neededLeon Lindenfelser18
2015-11-16update internal signal in ButtonHandler - stay outside range of signals used ↵Mike Fiore1
to communicate with main
2015-11-16put enums inside class scope when possibleMike Fiore3
2015-11-16remove commented out code in main.cppMike Fiore1
2015-11-13log push button presses in main menu functionMike Fiore1