It is only the first version. The code is not the best, but I would like to have something to work. Used board ESP32 firmware Micropython v.1.14
I wrote a basic library for working with bot API Telegram. It can only send and receive messages. At the moment, sending of the message is very limited.
For the thermal printer was also written a library, which implements only a small functionality. This library also requires improvements.
To connect the printer to the microcontroller, UART2 was used, which is located on (tx=17, rx=16).
UPDATE (08/03/2021): Now working only with ESP32!
UPDATE (14/03/2031): Now TelegaGraph can print photos
Comments
Please log in or sign up to comment.