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

https://github.com/renanstn/lcd-notifications

Projeto de um display conectado ao wifi para exibir notificações aleatórias, utilizando um ESP32.
https://github.com/renanstn/lcd-notifications

arduino esp32 esp32-arduino i2c-display lcd-display lcd16x2 webserver

Last synced: 2 months ago
JSON representation

Projeto de um display conectado ao wifi para exibir notificações aleatórias, utilizando um ESP32.

Awesome Lists containing this project

README

          

# lcd-notifications

[![Arduino](https://img.shields.io/badge/-Arduino-00979D?style=flat&logo=Arduino&logoColor=white)](https://www.arduino.cc/)

## Endpoints

| Endpoint | Função |
|---|---|
| `"/"` | Health check |
| `"/post"` | Recebe um `POST` contendo a notificação via arg (`?notification=foo`) |

## Pinagem

| I2C LCD | ESP32 |
|---|---|
| GND | GND |
| VCC | VIN |
| SDA | GPIO21 |
| SCL | GPIO22 |

![schematic](images/schematic.jpg)