Firmware for rotorcontroller
Binary and source files for rotorcontroller.
- Binary file created for ESP32Dev Module
- Source files if you want to compile yourself, and if adaptions are needed.
For loading binary files no Arduino or libs are needed, but you need esptool
Load using USB
Use scripts for:
- Linux: ld_sketbin.sh
- ./ld_sketbin.sh -p <port> -f rotorctrl.ino.esp32.bin
- Windows: ld_sketbin.bat
- ld_sketbin.bat -p <port> -f rotorctrl.ino.esp32.bin
<port>= e.g. /dev/USB0
Note Windows script:
Script may need adaption for the path to esptool.exe. See line:
set prog=C:\Users\%username%\AppData\Local\Arduino15\packages\esp32\tools\esptool_py\4.5.1/esptool.exe
Load using OTA
Only possible if there is already firmware of the rotorcontroller loaded into the ESP, and controller is connected tio WiFi.
- In browser, enter address, e.g.:
192.168.178.xx/update
with xx=last IP address number.
You get a page 'ElegantOTA'
- Click Browse, search for file rotorctrl.ino.esp32.bin
- Select, then binary will load immediately.
More information
Xtrack interfaces with this controller, but telnet is also possible.
Rotorbesturing met WiFi (pag. 13)
Rotor control with WiFi (page 13)