User Tools

Site Tools


projets:fuz:webduino

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
projets:fuz:webduino [2019-12-03 21:41] – [Description] Lomanicprojets:fuz:webduino [2020-05-10 22:14] – [OTA] amend last edit Lomanic
Line 4: Line 4:
 ===== Goals ===== ===== Goals =====
   * [OK] Flash Webduino with different IDEs   * [OK] Flash Webduino with different IDEs
-  * Check Components : pins, photocell, RGB LED, button+  * [OK] Check Components : pins, photocell, RGB LED, button
   * [OK?] Use OTA   * [OK?] Use OTA
 </WRAP> </WRAP>
Line 31: Line 31:
 For **rebooting**, on Webduino Smart connect RST to GND For **rebooting**, on Webduino Smart connect RST to GND
  
-Flashing usual sequence is : +Flashing usual sequence is: 
   - Set flash position (GPIO0 on GND)   - Set flash position (GPIO0 on GND)
   - Power the FTDI and the Webduino   - Power the FTDI and the Webduino
Line 44: Line 44:
 ===== Platformio ===== ===== Platformio =====
  
-Got it to work as a Wemos d1 !+Got it to work as a Wemos d1!
  
     [env:d1]     [env:d1]
Line 91: Line 91:
       RGB_color(255, 255, 125); // Raspberry       RGB_color(255, 255, 125); // Raspberry
       break;       break;
-    case 3: // CYAN+    case 3:
       RGB_color(0, 255, 255); // Cyan       RGB_color(0, 255, 255); // Cyan
       break;       break;
-    case 4: // BLUE?+    case 4:
       RGB_color(255, 0, 255); // Magenta       RGB_color(255, 0, 255); // Magenta
       break;       break;
-    case 5: // GREEN+    case 5:
       RGB_color(255, 255, 0); // Yellow       RGB_color(255, 255, 0); // Yellow
       break;       break;
Line 160: Line 160:
 ===== OTA ===== ===== OTA =====
 See https://github.com/esp8266/Arduino/tree/master/libraries/ArduinoOTA/examples See https://github.com/esp8266/Arduino/tree/master/libraries/ArduinoOTA/examples
 +
 +This was randomly working for me, maybe implement [[http://www.csshl.net/content/esp8266-aggiornamenti-ota|this workaround]]?
projets/fuz/webduino.txt · Last modified: 2023-02-02 22:06 by 127.0.0.1