/ESPBlue

Link the ESP8266 with Rust on the Blue Pill

Primary LanguageLuaGNU General Public License v3.0GPL-3.0

ESPBlue

Link the ESP8266 ESP-01 with Rust on the Blue Pill
Tested Environment: Ubuntu 18.04.2 LTS

Setup ESP

  • Build the firmware
    • the cloud build works very easy out of the box
    • important modules:
      • File
      • WiFi
      • UART
      • MQTT
      • timer
    • helpful modules:
      • HTTP
      • Net
      • TLS/SSL
  • Flash the firmware
    • get a functioning flasher
      • I had connection timeouts with a common model
      • switching to another model (this one) solved the problem
    • install esptool: sudo apt install esptool
    • run the flash script
  • deploy the firmware extending lua scripts with the deployESP script
    • requires pip3 install pyserial

Links

ESP

Blue Pill