Age | Commit message (Expand) | Author | Files |
2015-12-07 | LED1 is red when not joined, green when joined, and blinks when communicating... | Mike Fiore | 2 |
2015-12-07 | Removed print statement verification code from main.cpp and SensorHander.cpp. | Leon Lindenfelser | 2 |
2015-12-07 | Made a few changes to get the sensor handler code working correctly. | Leon Lindenfelser | 3 |
2015-12-04 | give the GPS lib a handle to the LED controller so it can blink LED2 when not... | Mike Fiore | 1 |
2015-12-04 | display "sending..." long enough for user to see it | Mike Fiore | 2 |
2015-12-04 | only display duty cycle if not currently joining | Mike Fiore | 1 |
2015-12-04 | some tweaks to display in Demo Mode | Mike Fiore | 2 |
2015-12-04 | display if GPS was detected on startup screen | Mike Fiore | 3 |
2015-12-04 | implement demo mode logic - still need to add sensor data | Mike Fiore | 5 |
2015-12-03 | Moved SensorHandler out of the lib directory and into the root directory of t... | Leon Lindenfelser | 2 |
2015-12-03 | Added update sensor function. | Leon Lindenfelser | 4 |
2015-12-03 | turn on LED2 | Mike Fiore | 1 |
2015-12-03 | turn off acks and receive windows for survey data packets, use mDot handle fo... | Mike Fiore | 5 |
2015-12-03 | display data rate and power when entering Survey Single Mode | Mike Fiore | 2 |
2015-12-03 | implement AT command to display survey data file contents | Mike Fiore | 1 |
2015-12-02 | implement AT command to delete survey data file | Mike Fiore | 7 |
2015-12-02 | added sensor handler | Leon Lindenfelser | 3 |
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 | 7 |
2015-12-02 | use a global GPS object like we do for buttons, LoRa, etc | Mike Fiore | 11 |
2015-12-01 | Merge branch 'modeDemo' | Mike Fiore | 3 |
2015-12-01 | update progress and pass/fail for sweep | Mike Fiore | 8 |
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 | only display frequency sub band in config mode if in 915 frequency band | Mike Fiore | 1 |
2015-12-01 | fix bug when sending data file, update default configuration | Mike Fiore | 3 |
2015-12-01 | got basic sweep implementation working - tested in 915 frequency band | Mike Fiore | 3 |
2015-11-30 | start work on survey sweep - currently determines rates and power levels to u... | Mike Fiore | 7 |
2015-11-30 | remove obsolete Layout*Help files | Mike Fiore | 4 |
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 | 2 |
2015-11-24 | use floats for SNR values - will be supported in next mbed release, add loggi... | Mike Fiore | 4 |
2015-11-23 | stub out functions & struct for formatting data packets for both survey and d... | Mike Fiore | 3 |
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 | 5 |
2015-11-23 | clean up after config, get things building again, update default configuratio... | Mike Fiore | 4 |
2015-11-23 | Merge branch 'configMode' | Mike Fiore | 29 |
2015-11-23 | display frequency sub band when joining in 915 frequency band | Mike Fiore | 2 |
2015-11-23 | save survey data to file, start adding support for sending data packet, misc ... | Mike Fiore | 7 |
2015-11-20 | 1. Merged CommandTerminal into ModeConfig and deleted CommandTerminal. | Leon Lindenfelser | 30 |
2015-11-20 | AT commands are working in modeConfig. | Leon Lindenfelser | 3 |
2015-11-20 | refactor more common elements into Mode template class | Mike Fiore | 7 |
2015-11-20 | make "No Free Channel" lines full screen width to wipe out random character -... | Mike Fiore | 2 |
2015-11-20 | implement basic single survey mode - still needs sending data packet and data... | Mike Fiore | 19 |
2015-11-19 | Added ModeConfig code. It builds, the screen works and a debug message for co... | Leon Lindenfelser | 4 |
2015-11-19 | add info line to help layout | Mike Fiore | 4 |
2015-11-19 | use a single layout for help screens as they're basically all the same, misc ... | Mike Fiore | 10 |
2015-11-18 | get things building again - remove config code in main, fix bug in ModeJoin | Mike Fiore | 3 |
2015-11-18 | Merge branch 'atcommands' | Mike Fiore | 55 |