- Convert most rfm9x functionality to its own class
- Send messages longer than 200 bytes
- Define a standard of the message for doing so i.e.
'2,Message'
signifies there are 2 messages total and you need to wait for another - Make it apart fo the classes "send" function
- Define a standard of the message for doing so i.e.
- Structure to reduce code re-writing in the payload.py and base.py files
- Send messages longer than 200 bytes
- Add longer tests to test system capacity
- Thorough logging
- Integrate LED.py code into it
- Attach 433 MHz antennas
- Add a watchdog and start payload.py on startup
- Add support for more shells commands such as
cd
orls
- Create an arduino version for use with Windows computers
- Get flight modes such as Alt. Hold working
- GPS waypoint missions?