Age | Commit message (Expand) | Author | Files |
2015-12-02 | added sensor handler | Leon Lindenfelser | 1 |
2015-12-02 | actually send data in data packet in Single and Sweep modes | Mike Fiore | 2 |
2015-12-02 | update success and failure layouts and modes to display GPS data when available | Mike Fiore | 4 |
2015-12-02 | use a global GPS object like we do for buttons, LoRa, etc | Mike Fiore | 10 |
2015-12-01 | Merge branch 'modeDemo' | Mike Fiore | 2 |
2015-12-01 | update progress and pass/fail for sweep | Mike Fiore | 2 |
2015-12-01 | fix bug where sweep kept going after it should have finished | Mike Fiore | 1 |
2015-12-01 | fix bug when generating data rate & power pairs in 868 frequency band | Mike Fiore | 1 |
2015-12-01 | Added GPS parser object and survey data packet. | Leon Lindenfelser | 2 |
2015-12-01 | fix bug when sending data file, update default configuration | Mike Fiore | 2 |
2015-12-01 | got basic sweep implementation working - tested in 915 frequency band | Mike Fiore | 1 |
2015-11-30 | start work on survey sweep - currently determines rates and power levels to u... | Mike Fiore | 2 |
2015-11-25 | implement function to scan survey data file and find last index | Mike Fiore | 1 |
2015-11-24 | display device ID on bottom line, fix typo | Mike Fiore | 1 |
2015-11-24 | use floats for SNR values - will be supported in next mbed release, add loggi... | Mike Fiore | 3 |
2015-11-23 | stub out functions & struct for formatting data packets for both survey and d... | Mike Fiore | 2 |
2015-11-23 | fix copy paste errors | Mike Fiore | 1 |
2015-11-23 | display product id on startup screen, change baud rates to 115k, set log leve... | Mike Fiore | 1 |
2015-11-23 | clean up after config, get things building again, update default configuratio... | Mike Fiore | 2 |
2015-11-23 | Merge branch 'configMode' | Mike Fiore | 2 |
2015-11-23 | display frequency sub band when joining in 915 frequency band | Mike Fiore | 1 |
2015-11-23 | save survey data to file, start adding support for sending data packet, misc ... | Mike Fiore | 4 |
2015-11-20 | 1. Merged CommandTerminal into ModeConfig and deleted CommandTerminal. | Leon Lindenfelser | 2 |
2015-11-20 | AT commands are working in modeConfig. | Leon Lindenfelser | 1 |
2015-11-20 | refactor more common elements into Mode template class | Mike Fiore | 6 |
2015-11-20 | implement basic single survey mode - still needs sending data packet and data... | Mike Fiore | 4 |
2015-11-19 | Added ModeConfig code. It builds, the screen works and a debug message for co... | Leon Lindenfelser | 2 |
2015-11-19 | add info line to help layout | Mike Fiore | 1 |
2015-11-19 | use a single layout for help screens as they're basically all the same, misc ... | Mike Fiore | 4 |
2015-11-18 | get things building again - remove config code in main, fix bug in ModeJoin | Mike Fiore | 1 |
2015-11-18 | create Mode base class for modes - implement join as a mode and update main a... | Mike Fiore | 4 |