RFM69_LowPowerLab/Examples/WirelessProgramming_OTA
LowPowerLab 2da600efc5 WirelessProgramming 1.5 + OTA.py 2017-05-25 18:46:57 -04:00
..
Programmer adjust IS_RFM69HW to IS_RFM69HW_HCW 2017-03-31 12:21:37 -04:00
Target adjust IS_RFM69HW to IS_RFM69HW_HCW 2017-03-31 12:21:37 -04:00
OTA.py WirelessProgramming 1.5 + OTA.py 2017-05-25 18:46:57 -04:00
README.md WirelessProgramming 1.5 + OTA.py 2017-05-25 18:46:57 -04:00
WirelessProgramming.exe WirelessProgramming 1.5 + OTA.py 2017-05-25 18:46:57 -04:00
pythonLibs.zip WirelessProgramming 1.5 + OTA.py 2017-05-25 18:46:57 -04:00

README.md

Wireless Programming for Moteinos

How to use

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)
    Make sure to download the entire repo ZIP, not individual files.