SlideShare a Scribd company logo
1 of 32
Download to read offline
It is amazing what you
can do with 128 pixels
Xavier Orduña
Python Meetup BCN
26th November
(Using Telegram as an Interface for an LED wall)
Back to the Origin
(2.560 x 1.600 pixels)(84 x 47 pixels) (160 x 144 pixels)
The Challenge
The Screen
A lot of wiring!!
128 px
128px
80 cm
80cm
About 1000 EUR in electronics!
Architecture
Telegram Bot
Redis DB (Model)
Amazon S3 (Images)
Flask API
Celery (tasks)
HDMI + LED Controller
GPIO Header
Telegram Bot
•  API: https://core.telegram.org/bots/api
•  Python Library:
https://github.com/leandrotoledo/python-
telegram-bot
•  New bot token: @BotFather
•  Bot name: walledbot
Telegram Bot
(here goes the logic with the messages)
Telegram Bot
(gets a photo or text and posts it to our API)
Telegram Bot
(Send a message to the user)
(Send a keyboard to the user)
Model in Redis
•  The most easy and FUN database
•  You can represent complex models (
http://redis.io/topics/twitter-clone)
•  Key, value storage with steroids (sets,
lists, hashes)
•  All operations are atomic
•  You can use Redis Desktop Manager
(linux, mac, windows)
Model in Redis
•  walls_list list	
  of	
  wall	
  id’s	
  
•  wall_ids	
  counter	
  with	
  last	
  wall	
  id	
  
•  posts_ids	
  counter	
  with	
  last	
  post	
  id	
  
•  walls:	
  list	
  with	
  wall	
  ids	
  
•  walls:WALL_ID	
  hash	
  with	
  wall	
  data	
  
•  posts:POST_ID	
  hash	
  with	
  post	
  data	
  
•  walls_posts:WALL_ID	
  list	
  with	
  posts	
  id’s	
  
	
  
	
  
Model in Redis
API (Flask)
•  Its easy and well documented
•  Almost everything included (jinja2,
sessions, cookies, request, …)
•  Very similar to bottle
•  Can be deployed using uWSGI or run
standalone
•  API and Web app all in one!
API (Flask)
API (Flask)
API (Flask)
Celery Task Mngt
•  Task manager easy to use!
•  It can use Redis as a Backend and Broker
•  But also MongoDB or RabbitMQ
Celery Task Mngt
Convert to image
Fonts from: www.dafont.com
Convert to image
a3er	
  a	
  couple	
  of	
  hours	
  trying	
  to	
  resize	
  an	
  image,	
  
	
  I	
  decied	
  to	
  use	
  a	
  script	
  found	
  in	
  somewhere:	
  h;ps://gist.github.com/sigilioso/2957026	
  
	
  
Amazon S3
•  Easy place to store images
•  Organized in buckets
•  Best library is “boto”
•  You should create new keys for your
application
•  The AWS backend is sometimes confusing
Amazon S3
LED Matrix
Available at: http://www.adafruit.com/products/1484 (40 USD)
LED Wall
Tutorial here: https://learn.adafruit.com/adafruit-diy-led-video-wall/overview
It is fun to build it, but you can find it already mounted and ready to go!
RaspberryPI
•  Last version: Raspberry PI 2 Model B
•  Less than 40 USD
•  1 Gb RAM
•  To speedup development share the home
folder using samba
•  If you plan to play with it, get a keyboard
and a screen.
RaspberryPI
LED	
  GPIO	
  HAT	
  available	
  at	
  Adafruit,	
  it	
  can	
  manage	
  up	
  to	
  4	
  32x32	
  LED	
  Matrix	
  
RaspberryPI
Chinese LED wall controller.
Input is DVI and it maps W x H pixels to LED wall (300 USD)
RaspberryPI
Framebuffer
•  PyGame enables us to access the
framebuffer directly
•  We can show images or sprites
•  Programs to modify framebuffer must run
with sudo
Framebuffer
The Result
Thank you!
code:
xavier.orduna@gmail.com

More Related Content

What's hot

Reviewing CPAN modules
Reviewing CPAN modulesReviewing CPAN modules
Reviewing CPAN modules
neilbowers
 
Presentación rs232 java
Presentación rs232 javaPresentación rs232 java
Presentación rs232 java
John Rojas
 

What's hot (19)

CPAN Exporter modules for Perl 5
CPAN Exporter modules for Perl 5CPAN Exporter modules for Perl 5
CPAN Exporter modules for Perl 5
 
Automation With Frank
Automation With FrankAutomation With Frank
Automation With Frank
 
I18n
I18nI18n
I18n
 
NLP using JavaScript Natural Library
NLP using JavaScript Natural LibraryNLP using JavaScript Natural Library
NLP using JavaScript Natural Library
 
Telegram bot #1
Telegram bot #1Telegram bot #1
Telegram bot #1
 
Web development with Python
Web development with PythonWeb development with Python
Web development with Python
 
Windows batch scripting
Windows batch scriptingWindows batch scripting
Windows batch scripting
 
Windows script host
Windows script hostWindows script host
Windows script host
 
Reviewing CPAN modules
Reviewing CPAN modulesReviewing CPAN modules
Reviewing CPAN modules
 
Glance rebol
Glance rebolGlance rebol
Glance rebol
 
Entity Framework Today (May 2012)
Entity Framework Today (May 2012)Entity Framework Today (May 2012)
Entity Framework Today (May 2012)
 
Open source
Open sourceOpen source
Open source
 
Story of a Cerberus Bot
Story of a Cerberus BotStory of a Cerberus Bot
Story of a Cerberus Bot
 
Lets Auto It
Lets Auto ItLets Auto It
Lets Auto It
 
Portable Class Library Deep Dive
Portable Class Library Deep DivePortable Class Library Deep Dive
Portable Class Library Deep Dive
 
Taming the resource tiger
Taming the resource tigerTaming the resource tiger
Taming the resource tiger
 
YAPC::EU::2009 - How Opera Software uses Perl
YAPC::EU::2009 - How Opera Software uses PerlYAPC::EU::2009 - How Opera Software uses Perl
YAPC::EU::2009 - How Opera Software uses Perl
 
Presentación rs232 java
Presentación rs232 javaPresentación rs232 java
Presentación rs232 java
 
Bot-Tender: A Chat Bot Walks into a Bar (Microsoft Tech Days Sweden 2018)
Bot-Tender: A Chat Bot Walks into a Bar (Microsoft Tech Days Sweden 2018)Bot-Tender: A Chat Bot Walks into a Bar (Microsoft Tech Days Sweden 2018)
Bot-Tender: A Chat Bot Walks into a Bar (Microsoft Tech Days Sweden 2018)
 

Similar to Using Telegram to interact with an LED Matrix

How to start developing apps for Firefox OS
How to start developing apps for Firefox OSHow to start developing apps for Firefox OS
How to start developing apps for Firefox OS
benko
 
Jetpack SDK: The new possibility of the extensions on browser
Jetpack SDK: The new possibility of the extensions on browserJetpack SDK: The new possibility of the extensions on browser
Jetpack SDK: The new possibility of the extensions on browser
littlebtc
 

Similar to Using Telegram to interact with an LED Matrix (20)

Day of Cloud: Amazon EC2
Day of Cloud: Amazon EC2Day of Cloud: Amazon EC2
Day of Cloud: Amazon EC2
 
Swarm 2 Go - Build A Portable Multi-Arch Data Center with Pi and UP Nodes
Swarm 2 Go - Build A Portable Multi-Arch Data Center with Pi and UP NodesSwarm 2 Go - Build A Portable Multi-Arch Data Center with Pi and UP Nodes
Swarm 2 Go - Build A Portable Multi-Arch Data Center with Pi and UP Nodes
 
eZ Publish 5: from zero to automated deployment (and no regressions!) in one ...
eZ Publish 5: from zero to automated deployment (and no regressions!) in one ...eZ Publish 5: from zero to automated deployment (and no regressions!) in one ...
eZ Publish 5: from zero to automated deployment (and no regressions!) in one ...
 
Scaling with Symfony - PHP UK
Scaling with Symfony - PHP UKScaling with Symfony - PHP UK
Scaling with Symfony - PHP UK
 
How to start developing apps for Firefox OS
How to start developing apps for Firefox OSHow to start developing apps for Firefox OS
How to start developing apps for Firefox OS
 
Exploring the ABC's of Raspberry Pi with Python
Exploring the ABC's of Raspberry Pi with PythonExploring the ABC's of Raspberry Pi with Python
Exploring the ABC's of Raspberry Pi with Python
 
CubeJS: eBay’s Node.js Adoption Journey
CubeJS: eBay’s Node.js Adoption JourneyCubeJS: eBay’s Node.js Adoption Journey
CubeJS: eBay’s Node.js Adoption Journey
 
A SOA approximation on symfony
A SOA approximation on symfonyA SOA approximation on symfony
A SOA approximation on symfony
 
A soa approximation on symfony
A soa approximation on symfonyA soa approximation on symfony
A soa approximation on symfony
 
Cloudsolutionday 2016: DevOps workflow with Docker on AWS
Cloudsolutionday 2016: DevOps workflow with Docker on AWSCloudsolutionday 2016: DevOps workflow with Docker on AWS
Cloudsolutionday 2016: DevOps workflow with Docker on AWS
 
Stackato v5
Stackato v5Stackato v5
Stackato v5
 
Scala at Treasure Data
Scala at Treasure DataScala at Treasure Data
Scala at Treasure Data
 
TechXLR8 - XLR8 your cloud with Docker and Serverless FaaS
TechXLR8 - XLR8 your cloud with Docker and Serverless FaaSTechXLR8 - XLR8 your cloud with Docker and Serverless FaaS
TechXLR8 - XLR8 your cloud with Docker and Serverless FaaS
 
.NET, Alexa and me
.NET, Alexa and me.NET, Alexa and me
.NET, Alexa and me
 
Why real integration developers ride Camels
Why real integration developers ride CamelsWhy real integration developers ride Camels
Why real integration developers ride Camels
 
Jetpack SDK: The new possibility of the extensions on browser
Jetpack SDK: The new possibility of the extensions on browserJetpack SDK: The new possibility of the extensions on browser
Jetpack SDK: The new possibility of the extensions on browser
 
Open frameworks 101_fitc
Open frameworks 101_fitcOpen frameworks 101_fitc
Open frameworks 101_fitc
 
cadec-2017-golang
cadec-2017-golangcadec-2017-golang
cadec-2017-golang
 
Ansible at work
Ansible at workAnsible at work
Ansible at work
 
ログ収集プラットフォーム開発におけるElasticsearchの運用
ログ収集プラットフォーム開発におけるElasticsearchの運用ログ収集プラットフォーム開発におけるElasticsearchの運用
ログ収集プラットフォーム開発におけるElasticsearchの運用
 

Recently uploaded

怎样办理维多利亚大学毕业证(UVic毕业证书)成绩单留信认证
怎样办理维多利亚大学毕业证(UVic毕业证书)成绩单留信认证怎样办理维多利亚大学毕业证(UVic毕业证书)成绩单留信认证
怎样办理维多利亚大学毕业证(UVic毕业证书)成绩单留信认证
tufbav
 
CHEAP Call Girls in Vinay Nagar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Vinay Nagar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Vinay Nagar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Vinay Nagar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
CALL GIRLS IN Saket 83778-77756 | Escort Service In DELHI NcR
CALL GIRLS IN Saket 83778-77756 | Escort Service In DELHI NcRCALL GIRLS IN Saket 83778-77756 | Escort Service In DELHI NcR
CALL GIRLS IN Saket 83778-77756 | Escort Service In DELHI NcR
dollysharma2066
 
Escorts Service Arekere ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Arekere ☎ 7737669865☎ Book Your One night Stand (Bangalore)Escorts Service Arekere ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Arekere ☎ 7737669865☎ Book Your One night Stand (Bangalore)
amitlee9823
 
Call Girls Banashankari Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
Call Girls Banashankari Just Call 👗 7737669865 👗 Top Class Call Girl Service ...Call Girls Banashankari Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
Call Girls Banashankari Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
amitlee9823
 
Vip Mumbai Call Girls Andheri East Call On 9920725232 With Body to body massa...
Vip Mumbai Call Girls Andheri East Call On 9920725232 With Body to body massa...Vip Mumbai Call Girls Andheri East Call On 9920725232 With Body to body massa...
Vip Mumbai Call Girls Andheri East Call On 9920725232 With Body to body massa...
amitlee9823
 
Vip Mumbai Call Girls Kalyan Call On 9920725232 With Body to body massage wit...
Vip Mumbai Call Girls Kalyan Call On 9920725232 With Body to body massage wit...Vip Mumbai Call Girls Kalyan Call On 9920725232 With Body to body massage wit...
Vip Mumbai Call Girls Kalyan Call On 9920725232 With Body to body massage wit...
amitlee9823
 

Recently uploaded (20)

怎样办理维多利亚大学毕业证(UVic毕业证书)成绩单留信认证
怎样办理维多利亚大学毕业证(UVic毕业证书)成绩单留信认证怎样办理维多利亚大学毕业证(UVic毕业证书)成绩单留信认证
怎样办理维多利亚大学毕业证(UVic毕业证书)成绩单留信认证
 
CHEAP Call Girls in Vinay Nagar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Vinay Nagar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Vinay Nagar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Vinay Nagar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
Get Premium Pimple Saudagar Call Girls (8005736733) 24x7 Rate 15999 with A/c ...
Get Premium Pimple Saudagar Call Girls (8005736733) 24x7 Rate 15999 with A/c ...Get Premium Pimple Saudagar Call Girls (8005736733) 24x7 Rate 15999 with A/c ...
Get Premium Pimple Saudagar Call Girls (8005736733) 24x7 Rate 15999 with A/c ...
 
Call Girls in Vashi Escorts Services - 7738631006
Call Girls in Vashi Escorts Services - 7738631006Call Girls in Vashi Escorts Services - 7738631006
Call Girls in Vashi Escorts Services - 7738631006
 
Top Rated Pune Call Girls Ravet ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
Top Rated  Pune Call Girls Ravet ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...Top Rated  Pune Call Girls Ravet ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
Top Rated Pune Call Girls Ravet ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
 
Develop Keyboard Skill.pptx er power point
Develop Keyboard Skill.pptx er power pointDevelop Keyboard Skill.pptx er power point
Develop Keyboard Skill.pptx er power point
 
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS LiveVip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
 
Top Rated Pune Call Girls Shirwal ⟟ 6297143586 ⟟ Call Me For Genuine Sex Ser...
Top Rated  Pune Call Girls Shirwal ⟟ 6297143586 ⟟ Call Me For Genuine Sex Ser...Top Rated  Pune Call Girls Shirwal ⟟ 6297143586 ⟟ Call Me For Genuine Sex Ser...
Top Rated Pune Call Girls Shirwal ⟟ 6297143586 ⟟ Call Me For Genuine Sex Ser...
 
CALL GIRLS IN Saket 83778-77756 | Escort Service In DELHI NcR
CALL GIRLS IN Saket 83778-77756 | Escort Service In DELHI NcRCALL GIRLS IN Saket 83778-77756 | Escort Service In DELHI NcR
CALL GIRLS IN Saket 83778-77756 | Escort Service In DELHI NcR
 
Escorts Service Arekere ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Arekere ☎ 7737669865☎ Book Your One night Stand (Bangalore)Escorts Service Arekere ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Arekere ☎ 7737669865☎ Book Your One night Stand (Bangalore)
 
NO1 Verified Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi A...
NO1 Verified Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi A...NO1 Verified Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi A...
NO1 Verified Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi A...
 
Shikrapur Call Girls Most Awaited Fun 6297143586 High Profiles young Beautie...
Shikrapur Call Girls Most Awaited Fun  6297143586 High Profiles young Beautie...Shikrapur Call Girls Most Awaited Fun  6297143586 High Profiles young Beautie...
Shikrapur Call Girls Most Awaited Fun 6297143586 High Profiles young Beautie...
 
↑Top celebrity ( Pune ) Nagerbazar Call Girls8250192130 unlimited shot and al...
↑Top celebrity ( Pune ) Nagerbazar Call Girls8250192130 unlimited shot and al...↑Top celebrity ( Pune ) Nagerbazar Call Girls8250192130 unlimited shot and al...
↑Top celebrity ( Pune ) Nagerbazar Call Girls8250192130 unlimited shot and al...
 
Call Girls Banashankari Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
Call Girls Banashankari Just Call 👗 7737669865 👗 Top Class Call Girl Service ...Call Girls Banashankari Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
Call Girls Banashankari Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
 
(INDIRA) Call Girl Napur Call Now 8617697112 Napur Escorts 24x7
(INDIRA) Call Girl Napur Call Now 8617697112 Napur Escorts 24x7(INDIRA) Call Girl Napur Call Now 8617697112 Napur Escorts 24x7
(INDIRA) Call Girl Napur Call Now 8617697112 Napur Escorts 24x7
 
Vip Mumbai Call Girls Andheri East Call On 9920725232 With Body to body massa...
Vip Mumbai Call Girls Andheri East Call On 9920725232 With Body to body massa...Vip Mumbai Call Girls Andheri East Call On 9920725232 With Body to body massa...
Vip Mumbai Call Girls Andheri East Call On 9920725232 With Body to body massa...
 
(=Towel) Dubai Call Girls O525547819 Call Girls In Dubai (Fav0r)
(=Towel) Dubai Call Girls O525547819 Call Girls In Dubai (Fav0r)(=Towel) Dubai Call Girls O525547819 Call Girls In Dubai (Fav0r)
(=Towel) Dubai Call Girls O525547819 Call Girls In Dubai (Fav0r)
 
Vip Mumbai Call Girls Kalyan Call On 9920725232 With Body to body massage wit...
Vip Mumbai Call Girls Kalyan Call On 9920725232 With Body to body massage wit...Vip Mumbai Call Girls Kalyan Call On 9920725232 With Body to body massage wit...
Vip Mumbai Call Girls Kalyan Call On 9920725232 With Body to body massage wit...
 
Top Rated Pune Call Girls Katraj ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated  Pune Call Girls Katraj ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...Top Rated  Pune Call Girls Katraj ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated Pune Call Girls Katraj ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
 
Call Girls Kothrud Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Kothrud Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Kothrud Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Kothrud Call Me 7737669865 Budget Friendly No Advance Booking
 

Using Telegram to interact with an LED Matrix

  • 1. It is amazing what you can do with 128 pixels Xavier Orduña Python Meetup BCN 26th November (Using Telegram as an Interface for an LED wall)
  • 2. Back to the Origin (2.560 x 1.600 pixels)(84 x 47 pixels) (160 x 144 pixels)
  • 4. The Screen A lot of wiring!! 128 px 128px 80 cm 80cm About 1000 EUR in electronics!
  • 5. Architecture Telegram Bot Redis DB (Model) Amazon S3 (Images) Flask API Celery (tasks) HDMI + LED Controller GPIO Header
  • 6. Telegram Bot •  API: https://core.telegram.org/bots/api •  Python Library: https://github.com/leandrotoledo/python- telegram-bot •  New bot token: @BotFather •  Bot name: walledbot
  • 7. Telegram Bot (here goes the logic with the messages)
  • 8. Telegram Bot (gets a photo or text and posts it to our API)
  • 9. Telegram Bot (Send a message to the user) (Send a keyboard to the user)
  • 10. Model in Redis •  The most easy and FUN database •  You can represent complex models ( http://redis.io/topics/twitter-clone) •  Key, value storage with steroids (sets, lists, hashes) •  All operations are atomic •  You can use Redis Desktop Manager (linux, mac, windows)
  • 11. Model in Redis •  walls_list list  of  wall  id’s   •  wall_ids  counter  with  last  wall  id   •  posts_ids  counter  with  last  post  id   •  walls:  list  with  wall  ids   •  walls:WALL_ID  hash  with  wall  data   •  posts:POST_ID  hash  with  post  data   •  walls_posts:WALL_ID  list  with  posts  id’s      
  • 13. API (Flask) •  Its easy and well documented •  Almost everything included (jinja2, sessions, cookies, request, …) •  Very similar to bottle •  Can be deployed using uWSGI or run standalone •  API and Web app all in one!
  • 17. Celery Task Mngt •  Task manager easy to use! •  It can use Redis as a Backend and Broker •  But also MongoDB or RabbitMQ
  • 19. Convert to image Fonts from: www.dafont.com
  • 20. Convert to image a3er  a  couple  of  hours  trying  to  resize  an  image,    I  decied  to  use  a  script  found  in  somewhere:  h;ps://gist.github.com/sigilioso/2957026    
  • 21. Amazon S3 •  Easy place to store images •  Organized in buckets •  Best library is “boto” •  You should create new keys for your application •  The AWS backend is sometimes confusing
  • 23. LED Matrix Available at: http://www.adafruit.com/products/1484 (40 USD)
  • 24. LED Wall Tutorial here: https://learn.adafruit.com/adafruit-diy-led-video-wall/overview It is fun to build it, but you can find it already mounted and ready to go!
  • 25. RaspberryPI •  Last version: Raspberry PI 2 Model B •  Less than 40 USD •  1 Gb RAM •  To speedup development share the home folder using samba •  If you plan to play with it, get a keyboard and a screen.
  • 26. RaspberryPI LED  GPIO  HAT  available  at  Adafruit,  it  can  manage  up  to  4  32x32  LED  Matrix  
  • 27. RaspberryPI Chinese LED wall controller. Input is DVI and it maps W x H pixels to LED wall (300 USD)
  • 29. Framebuffer •  PyGame enables us to access the framebuffer directly •  We can show images or sprites •  Programs to modify framebuffer must run with sudo