RFM69_LowPowerLab/Examples/WirelessProgramming_OTA/README.md

18 lines
909 B
Markdown
Raw Normal View History

2018-05-07 01:10:47 +01:00
![GUI v1.6](https://raw.githubusercontent.com/LowPowerLab/RFM69/master/Examples/WirelessProgramming_OTA/OTAGUI.png)
2017-05-25 23:46:57 +01:00
# Wireless Programming for Moteinos
2018-05-07 01:10:47 +01:00
## v1.6 Changes
- various bugs fixed
- protocol improved to support variable HEX record length
- removed the delay logging since it was causing some glitching
## v1.5 Changes
2017-05-25 23:46:57 +01:00
Since v1.5 you can now run this app in several ways:
- natively via the WirelessProgramming.exe GUI app
- the windows GUI can also invoke the OTA.py script via embedded IronPython engine (parameters from GUI pass to the OTA.py script)
- cross platform straight from Python (2.7 runtime) by supplying parameters (run `python OTA.py -h` for details)
<br/>
2018-05-07 01:10:47 +01:00
You must download pythonLibs.zip and OTA.py and place them in the same directory as WirelessProgramming.exe if you plan to run the protocol via the OTA.py script.
You may need to download the entire repository as a ZIP file.