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
無秩序からの脱却 / Emergence from chaos
nrslib
0
610
Honoを技術選定したAI要件定義プラットフォームAcsimでの意思決定
codenote
0
240
Register is more than clipboard
satorunooshie
1
480
Feature Flags Suck! - KubeCon Atlanta 2025
phodgson
0
130
目的で駆動する、AI時代のアーキテクチャ設計 / purpose-driven-architecture
minodriven
5
950
The Missing Link in Angular's Signal Story: Resource API and httpResource
manfredsteyer
PRO
0
130
JEP 496 と JEP 497 から学ぶ耐量子計算機暗号入門 / Learning Post-Quantum Crypto Basics from JEP 496 & 497
mackey0225
2
280
AIの弱点、やっぱりプログラミングは人間が(も)勉強しよう / YAPC AI and Programming
kishida
9
4.8k
予防に勝る防御なし(2025年版) - 堅牢なコードを導く様々な設計のヒント / Growing Reliable Code PHP Conference Fukuoka 2025
twada
PRO
39
12k
複数チーム並行開発下でのコード移行アプローチ ~手動 Codemod から「生成AI 活用」への進化
andpad
0
170
Web エンジニアが JavaScript で AI Agent を作る / JSConf JP 2025 sponsor session
izumin5210
4
1.8k
JJUG CCC 2025 Fall: Virtual Thread Deep Dive
ternbusty
3
430
Featured
See All Featured
Producing Creativity
orderedlist
PRO
348
40k
A better future with KSS
kneath
239
18k
Principles of Awesome APIs and How to Build Them.
keavy
127
17k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3.2k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
33
1.8k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
15k
Leading Effective Engineering Teams in the AI Era
addyosmani
9
1.1k
Raft: Consensus for Rubyists
vanstee
140
7.2k
How to Think Like a Performance Engineer
csswizardry
28
2.3k
VelocityConf: Rendering Performance Case Studies
addyosmani
333
24k
Writing Fast Ruby
sferik
630
62k
For a Future-Friendly Web
brad_frost
180
10k
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