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
420
Desarrollo móvil nativo vs híbrido vs web
neosergio
0
63
Tendencias en el desarrollo Móvil y wearables
neosergio
0
150
Other Decks in Programming
See All in Programming
DevNexus - Create AI Infused Java Apps with LangChain4j
kdubois
0
150
Go 1.24でジェネリックになった型エイリアスの紹介
syumai
2
320
Djangoにおける複数ユーザー種別認証の設計アプローチ@DjangoCongress JP 2025
delhi09
PRO
4
520
Django NinjaによるAPI開発の効率化とリプレースの実践
kashewnuts
1
310
Serverless Rust: Your Low-Risk Entry Point to Rust in Production (and the benefits are huge)
lmammino
1
170
dbt Pythonモデルで実現するSnowflake活用術
trsnium
0
280
機能が複雑化しても 頼りになる FactoryBotの話
tamikof
1
260
変化の激しい時代における、こだわりのないエンジニアの強さ
satoshi256kbyte
1
820
CDKを使ったPagerDuty連携インフラのテンプレート化
shibuya_shogo
0
130
複数のAWSアカウントから横断で 利用する Lambda Authorizer の作り方
tc3jp
0
130
iOSでQRコード生成奮闘記
ktcryomm
2
140
CloudRun, Spanner に対する負荷試験の反省と オブザーバビリティによるアプローチ
oyasumipants
1
200
Featured
See All Featured
Git: the NoSQL Database
bkeepers
PRO
429
65k
Optimizing for Happiness
mojombo
377
70k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
40
2k
The Invisible Side of Design
smashingmag
299
50k
What's in a price? How to price your products and services
michaelherold
244
12k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
11
1.3k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
666
120k
How to Think Like a Performance Engineer
csswizardry
22
1.4k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
27
1.6k
Large-scale JavaScript Application Architecture
addyosmani
511
110k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
28
9.3k
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