Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Django + Arduino
Search
Sergio Infante
October 22, 2016
Programming
1
1k
Django + Arduino
Django + Arduino
Sergio Infante
October 22, 2016
Tweet
Share
More Decks by Sergio Infante
See All by Sergio Infante
Firebase Cloud Messaging + Django (Una implementación minimalista)
neosergio
0
440
Desarrollo móvil nativo vs híbrido vs web
neosergio
0
63
Tendencias en el desarrollo Móvil y wearables
neosergio
0
160
Other Decks in Programming
See All in Programming
Azure SRE Agentで運用は楽になるのか?
kkamegawa
0
2.2k
Tool Catalog Agent for Bedrock AgentCore Gateway
licux
6
2.5k
Compose Multiplatform × AI で作る、次世代アプリ開発支援ツールの設計と実装
thagikura
0
150
旅行プランAIエージェント開発の裏側
ippo012
2
910
Oracle Database Technology Night 92 Database Connection control FAN-AC
oracle4engineer
PRO
1
440
Design Foundational Data Engineering Observability
sucitw
3
200
意外と簡単!?フロントエンドでパスキー認証を実現する WebAuthn
teamlab
PRO
2
750
概念モデル→論理モデルで気をつけていること
sunnyone
2
170
Cache Me If You Can
ryunen344
2
730
AI時代のUIはどこへ行く?
yusukebe
18
8.9k
MCPでVibe Working。そして、結局はContext Eng(略)/ Working with Vibe on MCP And Context Eng
rkaga
5
2.3k
開発チーム・開発組織の設計改善スキルの向上
masuda220
PRO
20
11k
Featured
See All Featured
Navigating Team Friction
lara
189
15k
Designing for Performance
lara
610
69k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
30
9.7k
Agile that works and the tools we love
rasmusluckow
330
21k
The Cost Of JavaScript in 2023
addyosmani
53
8.9k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
840
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
31
2.2k
Testing 201, or: Great Expectations
jmmastey
45
7.7k
Done Done
chrislema
185
16k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
33
2.4k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
8
520
Transcript
DJANGO REST FRAMEWORK + ARDUINO Sergio Infante GDG Lima Summit
@neosergio
¡HOLA! Mi nombre es Sergio Infante - Software Developer -
Django Subject Matter Expert - Project Lead / Scrum Master en Belatrix Software
DJANGO + ARDUINO = IOT
None
None
None
None
IOT INTERNET OF THINGS
IOT INTERNET OF THINGS Tú Ellos
None
None
virtualenvwrapper
pip
Librería: Firmata
None
mkproject djangoarduino 1. Crear el entorno de desarrollo
pip install django djangorestframework 2. Instalar los frameworks y las
librerías pip install django_rest_swagger pyfirmata
django_admin.py startproject djangoarduino . 4. Crear el proyecto Django
python manage.py startapp activities 5. Crear la aplicación
6. Programar
https://github.com/neosergio/djangoino.git
None
GRACIAS Sergio Infante @neosergio DJANGO REST FRAMEWORK + ARDUINO