搜索资源列表
esp32
- 乐鑫最新发布的模块esp32 WiFi和蓝牙一体模块。这个是最新的使用手册和芯片资料。-Lexin latest release module esp32 WiFi and Bluetooth integrated module. This is the latest chip data and instruction manual.
esp32-spi-flash
- ESP32模块SPI工作于主模式,读写 闪存。(The ESP32 module SPI works in master mode, reads and writes flash memory.)
ESP32_curl_example-master
- libcurl移植到乐鑫ESP32芯片上,包含使用demo(libcurl transplant to ESP32 with demo)
ESP32
- ESP32所有资料,包括数据手册等 全中文版(all resource of ESP32 board)
esp32-bt-lib-master
- Bluetooth Support for ESP32 - BT/BLE Stack Libraries
arduino-esp32-30.09.2017
- Arduino core for ESP32 WiFi chip
wemos-lolin-esp32 Examples
- WEMOS Lolin ESP32 Examples
sch_lolin32_v1.0.0
- Lolin ESP32 Schematic
ESP32-Digital-RGB-LED-Drivers
- ESP32 Digital RGB LED Drivers
FastLED-3.1.6
- FastLED 3.1.6 for ESP32 Arduino
ESP32_BLE_Arduino
- ARDUINO ESP32 BLE库,用于ESP32的BLE开发。(ARDUINO ESP32 BLE Library)
esp-wroom-32_en
- esp32 files for use and more
ESP32LED (7)
- 将这软件安装在手机,这是MIT app编写的手机控制,可以使用Arduino编写以下就可发使用手机控制LED亮灭 : int value = 0; void loop(){ WiFiClient client = server.available(); // listen for incoming clients if (client) { // if y
microBoxEsp
- This is esp32 micro box,you can try it.
BLE_re_connect
- 本程序用于ESP32 蓝牙模块的断电重连,在连接成功因为对端模块 断电,故障,自模块,可以在对端上电之后,自动连接,不需重新设置(This program is used for the ESP32 Bluetooth module's power failure reconnection. The connection is successful, because the terminal module is power-off, a
blufi
- esp32开发板 通过蓝牙获取wifi账号密码 上网的demo(Esp32 development board gets the demo of WiFi account password Internet via Bluetooth)
web_radio
- 该项目主要是向一个网络服务器获取音乐,然后在 ESP32 上面进行本地解码、播放,从而做成了一个网络电台的功能。(esp 32 network radio station The main purpose of this project is to get music from a web server, then decode it locally on ESP32, and play a function of network r
Windows下ESP32的Eclipse开发环境配置及使用方法
- Windows下ESP32的Eclipse开发环境配置及使用方法(windows ,ECLIPSE for ESP32)
arduino-esp32-master
- esp32模块在arduino开发环境中库文件(Esp32 module library file in arduino development environment)
ESP32 MOTT实现
- ESP32 MQTT实现,基于RTOS操作系统,适用于智能家居IOT设备联网远程的设备开发。