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
他言語経験者が Golangci-lint を最初のコーディングメンターにした話 / How Golangci-lint Became My First Coding Mentor: A Story from a Polyglot Programmer
uma31
0
160
Writing Better Go: Lessons from 10 Code Reviews
konradreiche
0
1.3k
そのpreloadは必要?見過ごされたpreloadが技術的負債として爆発した日
mugitti9
2
3.4k
実践Claude Code:20の失敗から学ぶAIペアプログラミング
takedatakashi
1
120
3年ぶりにコードを書いた元CTOが Claude Codeと30分でMVPを作った話
maikokojima
0
290
kiroとCodexで最高のSpec駆動開発を!!数時間で web3ネイティブなミニゲームを作ってみたよ!
mashharuki
0
500
10年もののAPIサーバーにおけるCI/CDの改善の奮闘
mbook
0
830
開発生産性を上げるための生成AI活用術
starfish719
3
1.1k
After go func(): Goroutines Through a Beginner’s Eye
97vaibhav
0
390
CSC305 Lecture 05
javiergs
PRO
0
210
作って理解するGOCACHEPROG / Go Conference 2025(Workshop)
mazrean
0
100
Flutterで分数(Fraction)を表示する方法
koukimiura
0
130
Featured
See All Featured
Making the Leap to Tech Lead
cromwellryan
135
9.6k
Side Projects
sachag
455
43k
Embracing the Ebb and Flow
colly
88
4.8k
Done Done
chrislema
185
16k
The Language of Interfaces
destraynor
162
25k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
37
2.6k
Large-scale JavaScript Application Architecture
addyosmani
514
110k
Designing for humans not robots
tammielis
254
26k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
8
910
Writing Fast Ruby
sferik
629
62k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
33
2.5k
The Illustrated Children's Guide to Kubernetes
chrisshort
49
51k
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