All Projects → Lepeshka92 → TelegaGraph

Lepeshka92 / TelegaGraph

Licence: GPL-3.0 License
TelegaGraph. Print messages from telegram to thermal printer

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to TelegaGraph

ESPecial
ESP32 automation with web interface and telegram bot
Stars: ✭ 77 (+234.78%)
Mutual labels:  telegram-bot, esp32
Dsckeybusinterface
An Arduino/esp8266/esp32 library to directly interface with DSC security systems.
Stars: ✭ 202 (+778.26%)
Mutual labels:  telegram-bot, esp32
AsyncTelegram
Async Arduino Telegram BOT Library for ESP8266 and ESP32
Stars: ✭ 41 (+78.26%)
Mutual labels:  telegram-bot, esp32
Arduino-BLE-MIDI
MIDI over Bluetooth Low Energy (BLE-MIDI) 1.0 for Arduino
Stars: ✭ 133 (+478.26%)
Mutual labels:  esp32
telegram-support-bot
A Telegram ticketing/supporting system.
Stars: ✭ 180 (+682.61%)
Mutual labels:  telegram-bot
tinjecttelegram delphi
LMCODE
Stars: ✭ 37 (+60.87%)
Mutual labels:  telegram-bot
dictum
🤔 API to get access to the collection of the most inspiring expressions of mankind
Stars: ✭ 77 (+234.78%)
Mutual labels:  telegram-bot
AusweisBot
Telegram bot to generate self-authorizations for moving around during covid-19 pandemic in France
Stars: ✭ 13 (-43.48%)
Mutual labels:  telegram-bot
pastebin-bot
Advanced functional Pastebin Telegram Bot made using better-pastebin and TelegrafJS. This bot will help you to create pastes (Texts) on Pastebin which is a text cloud.
Stars: ✭ 16 (-30.43%)
Mutual labels:  telegram-bot
polaris.py
A multiplatform Python bot using plugins!
Stars: ✭ 19 (-17.39%)
Mutual labels:  telegram-bot
everyone-bot
Telegram bot to get everyone's attention in a group chat. Like @everyone in other messaging applications.
Stars: ✭ 52 (+126.09%)
Mutual labels:  telegram-bot
FallenMusic
A Super Fast and Powerful Telegram bot for streaming music on telegram videochats, Powered by PyTgCalls and Pyrogram
Stars: ✭ 30 (+30.43%)
Mutual labels:  telegram-bot
BulletGCSS
A High Caliber Ground Control Station System designed for the 21st century lifestyle
Stars: ✭ 29 (+26.09%)
Mutual labels:  esp32
Home-Fi
Home Automation App using Flutter, Adafruit IO & Esp32 dev board.
Stars: ✭ 60 (+160.87%)
Mutual labels:  esp32
usbhostcopro
USB Host Co-processor
Stars: ✭ 54 (+134.78%)
Mutual labels:  esp32
FirebaseJson
🗃 JSON parser and builder for ESP8266, ESP32, Teensy3.x and Teensy4.x, SAM, SAMD and STM32 (128 k flash or more)
Stars: ✭ 29 (+26.09%)
Mutual labels:  esp32
CanAirIO
W A R N I N G: This is a previous proof of concept of CanAirIO device firmware over a TTGO T-Display board, but now it is only a old reference. The last stable version of CanAirIO device already have support for this board and many features more. Please use the official CanAirIO Firmware instead of this firmware. https://github.com/kike-canaries…
Stars: ✭ 12 (-47.83%)
Mutual labels:  esp32
telegram-xkcd-password-generator
Readable Passwords Generator For Telegram (Bot API)
Stars: ✭ 26 (+13.04%)
Mutual labels:  telegram-bot
yii2-telegram
Support chat for site based on Telegram bot
Stars: ✭ 49 (+113.04%)
Mutual labels:  telegram-bot
Bot-Telegram-BeMEAN
💣 Bot para o Telegram do grupo do Be MEAN
Stars: ✭ 76 (+230.43%)
Mutual labels:  telegram-bot

TelegaGraph

Добавлена возможность печати фотографий / Added the ability to print photos

Видео

Бот для телеграм, который распечатывает сообщения на термопринтере. Использовался ESP32 с Micropython 1.14. Термопринтер подключен к UART2 (tx=17, rx=16).

Подключение

Пины rx, tx, gnd от принтера соединяем с пинами 17, 16, gnd на esp32 соответственно.

Настройка

В модуль esp32 необходимо прошить прошивку micropython 1.14 (на ней тестировалось). Прошивка и как прошивать - здесь https://micropython.org/download/esp32/ Регистрируете своего бота в телеграм у бота @BotFather. Получаете токен. Вставляете токен в файле main.py вместо API-KEY. В файле boot.py вводите данные своего wi-fi. Там три значения в словаре, но можете оставить одно со своим (просто я переношу свой девайс в разные места, где разные точки доступа) Загружаете все файлы (boot.py, api.py, qr204.py, main.py) в esp32, перезагружаете и всё должно заработать.

Bot for Telegram, which prints messages on the thermal printer. I used ESP32 with Micropython 1.14. The thermal printer is connected to UART2 (tx=17, rx=16).

Connection

Pins rx, tx, gnd from the printer are connected to pins 17, 16, gnd on esp32, respectively.

Settings

The esp32 module must be flashed with micropython 1.14 firmware (tested on it). Firmware and how to flash you can here https://micropython.org/download/esp32/ Register your bot in telegram with @BotFather bot. Get bot token. Insert the token in the main.py file instead of the API-KEY. In the boot.py file, enter your wi-fi details. There are three meanings in the dictionary, but you can leave obly one with yours (I just move my device to different places where there are different access points) Upoad all files (boot.py, api.py, qr204.py, main.py) into esp32, reboot and everything should work.

https://lepeshka.wordpress.com/2021/03/14/telegagraph-esp32-термопринтер-qr204-micropython-печать-фото/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].