All Projects → tuupola → esp_effects

tuupola / esp_effects

Licence: MIT-0 license
Old school demo effects for ESP32

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to esp effects

esp32 mmd
esp32でmmd
Stars: ✭ 93 (+200%)
Mutual labels:  esp-idf, m5stack
ESP32 IMU BARO GPS VARIO
GPS altimeter/variometer with LCD display, routes with waypoints, data/gps track logging, bluetooth NMEA sentence transmission, wifi AP + webpage configuration
Stars: ✭ 72 (+132.26%)
Mutual labels:  esp-idf
esp-idf-sys
Bindings for ESP-IDF (Espressif's IoT Development Framework)
Stars: ✭ 132 (+325.81%)
Mutual labels:  esp-idf
ccs811-esp-idf
CCS811 driver for ESP-IDF (ESP32)
Stars: ✭ 22 (-29.03%)
Mutual labels:  esp-idf
esp-homekit-arduino-sdk
Arduino wrapper for ESP-IDF HomeKit library
Stars: ✭ 34 (+9.68%)
Mutual labels:  esp-idf
RoverController
LoRa/WiFi remote controller for driving my rover
Stars: ✭ 87 (+180.65%)
Mutual labels:  esp-idf
idfx
Tool for flash/monitor ESP-IDF and ESP8266_SDK apps on the WSL2 ⚡
Stars: ✭ 71 (+129.03%)
Mutual labels:  esp-idf
esp littlefs
LittleFS port for ESP-IDF
Stars: ✭ 143 (+361.29%)
Mutual labels:  esp-idf
micro ros espidf component
micro-ROS ESP32 IDF component and sample code
Stars: ✭ 122 (+293.55%)
Mutual labels:  esp-idf
M5Stack TreeView
M5Stack TreeView menu UI library.
Stars: ✭ 50 (+61.29%)
Mutual labels:  m5stack
esp-idf-zh
ESP-IDF 中文文档
Stars: ✭ 102 (+229.03%)
Mutual labels:  esp-idf
M5StickCProjects
StickWatch2 and some interesting projects based on M5StickC
Stars: ✭ 57 (+83.87%)
Mutual labels:  m5stack
ssd1306-esp-idf-i2c
Sample code for driving 128x64 OLED display (SSD1306 driver) via ESP-IDF's I2C master driver
Stars: ✭ 93 (+200%)
Mutual labels:  esp-idf
ili9342c mpy
ILI9342C Fast 'C' Driver for MicroPython (M5Stack Core)
Stars: ✭ 31 (+0%)
Mutual labels:  m5stack
esp-epaper-display
ESP-IDF component for waveshare epaper displays
Stars: ✭ 16 (-48.39%)
Mutual labels:  esp-idf
esp32-owb
Maxim One Wire Bus driver for ESP32.
Stars: ✭ 115 (+270.97%)
Mutual labels:  esp-idf
bluepad32
Bluetooth gamepad support for the ESP32 (mirror)
Stars: ✭ 117 (+277.42%)
Mutual labels:  esp-idf
ESP32 CC1101
ESP32 driver library for TI CC1100 Low-Power Sub-1 GHz RF Transceiver
Stars: ✭ 39 (+25.81%)
Mutual labels:  esp-idf
AxisOrange
Sending M5 series IMU sensor data by Bluetooth SPP.
Stars: ✭ 35 (+12.9%)
Mutual labels:  m5stack
Gesture-Detecting-Macro-Keyboard
Glorified Bluetooth macro keyboard with machine learning (TensorFlow Lite for Microcontrollers) running on an ESP32.
Stars: ✭ 68 (+119.35%)
Mutual labels:  esp-idf

Old schoold demo effects for ESP32

ESP effects

Created to test the HAGL graphics library. For quick reference see the recording on Vimeo.

Ready made config files for M5Stack, M5Stack Core2, M5Stick C, M5Stick CPlus, TTGO T-Display, TTGO T4 V13 and TTGO T-Watch 2020. For example to compile and flash for M5Stack run the following.

$ git clone https://github.com/tuupola/esp_effects.git --recursive
$ cd esp_effects
$ cp sdkconfig.m5stack sdkconfig
$ make -j8 flash

If you have some other board or display run menuconfig yourself. For smaller screens triple buffering offers the smoothest animations.

$ git clone https://github.com/tuupola/esp_effects.git --recursive
$ cd esp_effects
$ make menuconfig
$ make -j8 flash

Or if you are using the new build system.

$ git clone https://github.com/tuupola/esp_effects.git --recursive
$ cd esp_effects
$ idf.py menuconfig
$ idf.py build flash

Run on computer

HAGL is hardware agnostic. You can run the demos also on your computer.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].