YD-ESP32-S3
YD-ESP32-S3 copied to clipboard
YD-ESP32-S3 Micropython VCC-GND Studio
Hi, I want to connect the yd-esp32-s3 board to a USB keyboard via the USB-C port instead of the pin 19-20. Do you have the library for it ? The...
Hello! I have 2x N8R2. After flash YD-ESP32-S3-N8R2-MPY-V1.1.bin ``` [22:41:37]ESP-ROM:esp32s3-20210327 [22:41:37]Build:Mar 27 2021 [22:41:37]rst:0x1 (POWERON),boot:0x8 (SPI_FAST_FLASH_BOOT) [22:41:37]SPIWP:0xee [22:41:37]mode:DIO, clock div:1 [22:41:37]load:0x3fce3808,len:0xf24 [22:41:37]load:0x403c9700,len:0xc44 [22:41:37]load:0x403cc700,len:0x2d74 [22:41:37]entry 0x403c98f4 [22:41:37]E (243) psram: PSRAM ID...
Hello, I recently purchased a board from Aliexpress and have been searching for relevant documentation. I noticed that the provided firmware on this GitHub page is exclusively for MicroPython. My...
is this guaranteed with the original chip module from espressif? if so I'll buy it, I'm looking for a board with the original module.
Hello, I have a N16R8 type board and I don't see that you have firmware for it. Would it be possible for you to create it, please? Best regards!!!
Hello, I bought your Board and it works fine for me. I want to Add some Components on the Back. Is there a possibility that you can publish the schematics...
刷了Micropython固件:YD-ESP32-S3-N16R8-MPY-V1.1.bin 内置温度和霍尔传感器无法使用,esp32模块存在,但没有函数hall_sensor()和raw_temperature() ``` >>> import esp32 >>> esp32.hall_sensor() Traceback (most recent call last): File "", line 2, in AttributeError: 'module' object has no attribute 'hall_sensor' >>> esp32.raw_temperature() Traceback (most recent...
Fixed about RPG_LED pin shows GPIO47 instead of GPIO48 in pin reference image. 舊圖上的 RGB_LED 腳位標錯了到 GPIO47 去了的,改回 GPIO48,同時把原本從DevkitC1剪貼來的位置修回圓角了
Can you give an example code for this board RGB LED blinking OR NeoPixel example code