RFM69_LowPowerLab/Examples/WirelessProgramming_OTA
Felix Rusu a56fde191c OTA GUI icon update 2018-05-07 11:54:17 -04:00
..
Programmer adjust IS_RFM69HW to IS_RFM69HW_HCW 2017-03-31 12:21:37 -04:00
Target add missing FREQUENCY_EXACT to Target 2017-07-11 13:46:47 -04:00
OTA.py Update OTA GUI to v1.6 2018-05-06 20:04:18 -04:00
OTAGUI.png Update OTA GUI to v1.6 2018-05-06 20:04:18 -04:00
README.md Update README.md 2018-05-06 20:10:47 -04:00
WirelessProgramming.exe OTA GUI icon update 2018-05-07 11:54:17 -04:00
pythonLibs.zip WirelessProgramming 1.5 + OTA.py 2017-05-25 18:46:57 -04:00

README.md

GUI v1.6

Wireless Programming for Moteinos

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

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)
    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.