User Tools

Site Tools


projets:fuz:webduino

This is an old revision of the document!


Webduino Smart

Goals

  • [OK] Flash Webduino with different IDEs
  • Check Components : pins, photocell, RGB LED, button
  • Use OTA

Description

  • Webduino USB port is only used to power the board, not for upload and monitoring
  • The chip is labeled ESP8266MOD by AI Thinker, in fact it is an ESP-12F, same as Wemos d1
  • The Board include a photocell, a RGB led and a button.
  • Unofficial tutorial in ~english, with how to flash webduino with FTDI

Wiring and flashing

Plug Webduino Smart using FTDI 3.3v module. Webduino and the FTDI must be powered. Webduino is powered through its micro USB port.

         Tx     Rx    
ftdi     Rx     Tx     Webduino
         Gnd    Gnd

For flashing, on Webduino Smart connect GPIO 0 to GND. (RGB goes green)

For rebooting, on Webduino Smart connect RST to GND

Flashing usual sequence is :

  1. Set flash position (GPIO0 on GND)
  2. Power the FTDI and the Webduino
  3. Upload sketch… Webduino should restart in normal mode.
  4. Or disconnect GPIO 0 and restart using RST or Webduino power

Arduino IDE

Select Board : “Generic ESP8266 Module”

Platformio

Got it to work as a Wemos d1 !

  [env:d1]
  platform = espressif8266
  board = d1
  framework = arduino

Components

I got blink sketch using LED_BUILTIN (2)

OTA

projets/fuz/webduino.1575157903.txt.gz · Last modified: 2023-02-02 22:06 (external edit)