https://github.com/omarcoaur3lio/esp32-arduino-samples
https://github.com/omarcoaur3lio/esp32-arduino-samples
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/omarcoaur3lio/esp32-arduino-samples
- Owner: omarcoaur3lio
- Created: 2021-05-27T12:25:24.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-27T18:35:04.000Z (almost 4 years ago)
- Last Synced: 2025-01-21T11:44:52.287Z (4 months ago)
- Language: C++
- Size: 704 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ESP32-Arduino-Samples
This repository contains some examples of how to use ESP32 in conjunction with the Arduino IDE.> 👉 These codes were implemented for an ESP model ESP32-WROOM-32E
### 🏋️♂️ Examples
- [BLE Scann](./BLE_scan)
- [SmartConfig](./smartconfig)
- [Firebase Stream Callback](./stream_callback)
- [BLE Connect](./BLE_conn)