Skip to content

memric/ESP32_Telegrambot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESP-IDF Telegram Bot

Telegram bot project based on ESP-IDF. Simple echo bot implementation with markup test.

ESP32 Devboard can be used for this project.

Set up and configure the project

  • Install and setup ESP-IDF. Run project configuration:
idf.py set-target esp32
idf.py menuconfig
  • Set WiFi SSID & Password in Project configuration section.

  • Set Telegram bot Token.

Build and Flash

Build the project and flash it to the board, then run monitor tool to view serial output:

idf.py build
idf.py -p PORT flash monitor

(To exit the serial monitor, type Ctrl-].)

See the Get Started Guide for full steps to configure and use ESP-IDF to build projects.

About

Simple Telegram bot on ESP32

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published