An open API service indexing awesome lists of open source software.

https://github.com/hillshum/disney_inkplate

Embedded C++ code to display current wait times and weather conditions at Disney theme parks on an ESP32 device
https://github.com/hillshum/disney_inkplate

arduino esp32 inkplate-6

Last synced: 2 months ago
JSON representation

Embedded C++ code to display current wait times and weather conditions at Disney theme parks on an ESP32 device

Awesome Lists containing this project

README

          

# Disney Inkplate

This is a project that allows for displaying theme park info on an [Inkplate 6](https://soldered.com/product/soldered-inkplate-6-6-e-paper-board/)

It's designed to be used in conjunction with https://github.com/Hillshum/disney_display_server

![F3CAE6BD-597A-4294-ADF8-D84EC04107B6_1_105_c](https://github.com/user-attachments/assets/ef7b76eb-4539-42cb-bef8-7e3b6553dd12)

(the case shown above can be found at https://www.printables.com/model/886312-inkplate-6-case-with-round-mouse-ears)

## Usage

1. Set up an API server
2. Copy `src/arduino_secrets.h.example` to `src/arduino_secrets.h` and provide your API path and WiFi details
3. Build and install using PlatformIO