ohahaha

[MCU] Development board based on ESP32 S3 WROOM-1

 
Overview

### **[Single-chip microcomputer] Development board based on ESP32 S3 WROOM-1**
! [QQ picture 20230424174830.jpg] Onboard CH340N, you can directly download the program, one WS2812, one IO independent button

through arduino The example can be simple Lit WS2812
![image.png] ![image.png] ```
#include "Freenove_WS2812_Lib_for_ESP32.h"

#define LEDS_COUNT 8
#define LEDS_PIN 11
#define CHANNEL 0

Freenove_ESP32_WS2812 strip = Freenove_ESP32_WS2812(LEDS_COUNT, LEDS_PIN, CHANNEL, TYPE_GRB);

void setup() {
strip.begin();
strip.setBrightness(20);
}

void loop() {
for (int j = 0; j < 255; j += 2) {
for (int i = 0; i < LEDS_COUNT; i++) {
strip.setLedColorData(i, strip.Wheel((i * 256 / LEDS_COUNT + j) & 255));
}
strip.show();
delay(10);
}
}
```
### * *Demo video**:
参考设计图片
×
 
Related Devices
Devices Class introduce Datasheet
ESP32-S3-WROOM-1-N8 WIFI module Download
ERA2AEB512X Passive components;SMD resistor Download
SC1117-3.3V Power/power management;Low dropout linear regulator (they) Output type: fixed Maximum input voltage: 7V Output current: 800mA Output voltage (minimum value/fixed value): 3.3V 3.3V 800mA Download
X6511WV-20H-C30D60 Download
 
Search Datasheet?

Supported by EEWorld Datasheet

Forum More
Update:2024-11-14 23:45:00
  • Problems with long pressing of infrared remote control
  • CircuitPython in Space
  • Schematic diagram of KeyStone DSP synchronous buck converter with VID function
  • Qorvo has acquired Decawave and Custom MMIC, so powerful!
  • EEWORLD University Hall----Statistical Machine Learning
  • 28335 serial communication method

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

About Us Customer Service Contact Information Datasheet Sitemap LatestNews


Room 1530, 15th Floor, Building B, No.18 Zhongguancun Street, Haidian District, Beijing, Postal Code: 100190 China Telephone: 008610 8235 0740

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京ICP证060456号 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号