AI on Arduino LCD!

Опубликовано: 13 Май 2026
на канале: Electro Hobbyist
145
8

In this project, I connect an Arduino with a TFT LCD to a Python server, Telegram bot, and an n8n workflow. When I send a voice message through Telegram, n8n converts it into text using Gemini AI, generates a response, and sends it back to my Python server through an HTTP request. The Arduino receives that text over Serial and displays it on the TFT LCD with a typewriter-style effect.
   / @electro_hobbyist  

I also use ngrok to make my local Python server accessible from the internet so n8n can send data directly to it. This setup is perfect for anyone interested in combining electronics, automation, and AI.

   / @electro_hobbyist  

You can find all the code and the workflow’s JSON file on my GitHub.
https://github.com/SeyedMortezaHosein...
#pythonprogramming #n8n #iot #telegram #arduino #python