Close

534 Results for "esp8266"

  • ESP8266 Code

  • At this point the gadget is almost finished! Download the Arduino code and open it on the Arduino IDE. Some parameters will have to be updated (WIFI_SSID, WIFI_PASS, IO_USERNAME, IO_KEY, and calibration_factor). Update them, and upload the code to the...
  • ESP8266 Code

  • At this point the gadget is almost finished! Download the Arduino code and open it on the Arduino IDE. The following parameters will have to be updated: WIFI_SSID: enter your Wi-Fi router SSID here WIFI_PASS: enter your Wi-Fi network password here IO_USERNAME:...
  • ESP8266 Software

  • Make software in ESPHome that listens to the UART traffic and changes the state of a switch based on specific messages that happen when the dryer is first turned on or off. The code I used is based on a Custom UART Component in ESPHome and a Custom...
  • Flash ESP8266 with Code

  • Download the WiCon Kit code from the GitHub Repository and flash the ESP8266 with the code using the Arduino Editor. https://github.com/ANG13T/ESP8266-WiCon-Kit
  • Mounting the ESP8266

  • I use a Wemos ESP8266 board mounted on a small piece of veroboard to connect the ESP8266 to the relevant pins on the mainboard I2C connector.  In my case I use GPIO12 and GPIO13 (SDA A4, SCL A5) for my interface.
  • Programming the ESP8266

  • install esptool and ampypip install esptool pip install adafruit-ampyerase the flash with esptoolesptool.py --port COM5 erase_flash  download the micropython firmwareMicroPythondeploy the firmwareesptool.py --port COM5 --baud 460800 write_flash...
  • Flash firmware to ESP8266

  • You can either use the firmware I've included here, or build your own on nodemcu-build.com. It only works with the 1.5.4.1 branch. You'll need the modules cjson, file, gpio, http, i2c, net, node, tmr, u8g, uart, wifi. You also need to tick 'TLS/SSL support'...
  • Before working with ESP8266-01

  • Before making this Mini Quiz, you need to build some plug-and-play module with a socket where you insert the ESP board to reprogram it. This module will be useful also for some other project where you need to upload a new firmware to ESP8266-01.