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

https://github.com/cflarios/pump-control-telegrambot

🤖 Bot de telegram para sistema autónomo de llenado.
https://github.com/cflarios/pump-control-telegrambot

esp32 esp8266 telegram-bot

Last synced: 2 months ago
JSON representation

🤖 Bot de telegram para sistema autónomo de llenado.

Awesome Lists containing this project

README

          

# Bot de telegram para control de bombas
Este algoritmo consiste en un sistema automático de llenado y vaciado de tanques usando un bot de Telegram para monitorear y controlar el propio sistema. Este proyecto fue programado en Visual Studio Code usando la extensión PlatformIO.

### Hardware
* [ESP32](https://www.sparkfun.com/products/18035) o [ESP8266](https://www.sparkfun.com/products/13711)
* [Sensor ultrasónico HC-SR04](https://www.sparkfun.com/products/15569)

### Librerías
* [Universal Arduino Telegram Bot](https://github.com/witnessmenow/Universal-Arduino-Telegram-Bot)
* [WiFiClientSecure](https://github.com/espressif/arduino-esp32/tree/master/libraries/WiFiClientSecure)
* [ArduinoJson](https://github.com/bblanchon/ArduinoJson)
* [WiFi](https://github.com/espressif/arduino-esp32/tree/master/libraries/WiFi)
* [Wire](https://github.com/espressif/arduino-esp32/tree/master/libraries/Wire)
* [SPI](https://github.com/espressif/arduino-esp32/tree/master/libraries/SPI)