2025-05-04 16:28:18 -04:00
.
2024-11-02 01:02:24 -04:00
2024-10-15 02:03:45 -04:00
2024-10-15 02:03:45 -04:00
2025-03-15 23:45:04 -04:00
2025-03-15 23:28:33 -04:00
2024-10-15 01:17:55 -04:00
2024-10-15 00:59:39 -04:00
2024-10-15 00:59:39 -04:00
.
2025-05-04 16:28:18 -04:00
2025-03-15 23:42:37 -04:00
2025-03-15 23:40:27 -04:00

ESP32-S3 Arduino Uno

ESP32-S3 Module embeded on Arduino Uno board

ESP32-S3 Arduino Uno

Micropython LED Blinky Code

import esp, esp32, time, os, _thread
from machine import Pin, SoftI2C, I2C

def status_led():
    while True:
        led.value(1)
        time.sleep_ms(250)
        led.value(0)
        time.sleep_ms(250)
        led.value(1)
        time.sleep_ms(250)
        led.value(0)
        time.sleep_ms(750)
Description
ESP32-S3 Module embeded on Arduino Uno board
Readme MIT 2.1 MiB
Languages
TeX 73.3%
CSS 11%
JavaScript 8.7%
Common Lisp 3.4%
HTML 2.4%
Other 1.1%