Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hwzlovedz/esp-pocket2

A satisfactory ESP32S3 development board
https://github.com/hwzlovedz/esp-pocket2

Last synced: about 2 months ago
JSON representation

A satisfactory ESP32S3 development board

Awesome Lists containing this project

README

        

# ESP-POCKET2 DEV BOARD ESP-IDF EXAMPLE FRAMEWORK
##### 有问题直接进Q群轰炸我:①群-735791683🧨
##### https://oshwhub.com/mondraker/jiu-shi-ni-xiang-yao-de-nei-zhon
## INCLUDE
* AXP202 Power management IC

* BM8563 RTC IC

* DRV2605 LRA/ERM IC

* JY901B 10-Dof IMU Model

* LVGL 8.3.5

![Static Badge](https://img.shields.io/badge/ESP_IDF_v5.0.1-build_pass-green)
## FILE MENU

```c
+---.vscode
+---components
| +---AXP202
| +---BM8563
| +---DRV2605
| +---JY901B
| \---lvgl
| +---include
| +---lvgl
| +---lv_demos
| +---lv_lib_100ask
| \---lv_port
+---main
| +---include
| | +---i2c_peripheral
| | +---lv_assets
| | +---lv_dependent
| | +---lv_squarline
| | \---uart_peripheral
| \---src
| +---i2c_peripheral
| +---lv_assets
| | +---fonts
| | \---png
| +---lv_dependent
| +---lv_squarline
| \---uart_peripheral
\---managed_components
```

***