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**:
参考设计图片
×
 
 
Search Datasheet?

Supported by EEWorld Datasheet

Forum More
Update:2025-06-23 04:06:54
  • 51 Potentiometer controls the rotation angle of the stepper motor
  • What exactly do you learn in embedded system?
  • Application and development of filters in anti-EMI
  • Bluetooth Low Energy Issues
  • USB camera development solution in wince
  • Asking about the application UI

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
community

Robot
development
community

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号