(Arduino) libraries for ESP32
Explore the docs »
Report Bug
·
Request Feature
Table of Contents
(Arduino) libraries for ESP32 wihich maybe are usefull
- WiFi
- WiFi http client
- MQTT client (publish/subscribe)
- ESP32 system calls (eg. ESP32 deep sleep with intervall, get MAC address, ...)
- Lora
- SIM800 (eg. send/receive SMS)
- ...
install the Arduino IDE or use the web online version
Note that master is generally a work in progress, and you probably want to use a tagged release version.
- PC or Laptop with Windows, MacOS or Linux *_^
- ESP32 connected
- install the Arduino IDE
https://www.arduino.cc/en/software
- or use Arduino IDE online
https://create.arduino.cc/editor
- some libraries needs additional Arduino libraries (e.g. PubSubClient. See header comments)
-
Clone the repo
Note that master is generally a work in progress, and you probably want to use a tagged release version.
git clone https://github.com/Zheng-Bote/ESP32_libs.git
-
copy the libs manually to /usr/local/include/ESP32/ (CMake / Makefile coming soon...)
sudo mkdir -d /usr/local/include/ESP32 && cp ./* /usr/local/include/ESP32/.
-
add required lib to your project
#include "ESP32/the_lib.h"
-
load firmware on ESP32
see Wiki for details of the libraries
- list all libs with short description (see Wiki)
- optimize header files with docu (mostly done, except older libs)
- optimize mem usage (stack/heap)
- create CMake/Makefile for installation/updates
- ???
Maybe a Kanban board will be established (soon)
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
ZHENG Robert Zhèng Bó Tè 郑 伯特
Project Link: https://github.com/Zheng-Bote/ESP32_libs