Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JSConcept/ESP32-localtuya
💡 Using Local Tuya by ESP32 (C++) 💡
https://github.com/JSConcept/ESP32-localtuya
esp esp32 example experimental local platformio program s3 smart tuya wifi wifi-network
Last synced: 2 months ago
JSON representation
💡 Using Local Tuya by ESP32 (C++) 💡
- Host: GitHub
- URL: https://github.com/JSConcept/ESP32-localtuya
- Owner: JSConcept
- License: mit
- Created: 2023-05-13T01:49:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-28T13:24:13.000Z (about 1 year ago)
- Last Synced: 2024-09-17T18:37:37.511Z (3 months ago)
- Topics: esp, esp32, example, experimental, local, platformio, program, s3, smart, tuya, wifi, wifi-network
- Language: C++
- Homepage:
- Size: 295 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ESP32 Arduino Lib Builder [![ESP32 Arduino Libs CI](https://github.com/espressif/esp32-arduino-lib-builder/actions/workflows/push.yml/badge.svg)](https://github.com/espressif/esp32-arduino-lib-builder/actions/workflows/push.yml)
This repository contains the scripts that produce the libraries included with esp32-arduino.
Tested on Ubuntu (32 and 64 bit), Raspberry Pi and MacOS.
### Build on Ubuntu and Raspberry Pi
```bash
sudo apt-get install git wget curl libssl-dev libncurses-dev flex bison gperf python python-pip python-setuptools python-serial python-click python-cryptography python-future python-pyparsing python-pyelftools cmake ninja-build ccache jq
sudo pip install --upgrade pip
git clone https://github.com/espressif/esp32-arduino-lib-builder
cd esp32-arduino-lib-builder
./build.sh
```