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
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
67
Tendencias en el desarrollo Móvil y wearables
neosergio
0
160
Other Decks in Programming
See All in Programming
Claude Code の Skill で複雑な既存仕様をすっきり整理しよう
yuichirokato
1
300
「やめとこ」がなくなった — 1月にZennを始めて22本書いた AI共創開発のリアル
atani14
0
350
The Ralph Wiggum Loop: First Principles of Autonomous Development
sembayui
0
3.7k
new(1.26) ← これすき / kamakura.go #8
utgwkk
0
1.6k
CSC307 Lecture 11
javiergs
PRO
0
590
encoding/json/v2のUnmarshalはこう変わった:内部実装で見る設計改善
kurakura0916
0
310
AIに任せる範囲を安全に広げるためにやっていること
fukucheee
0
110
Rails Girls Tokyo 18th GMO Pepabo Sponsor Talk
yutokyokutyo
0
200
社内規程RAGの精度を73.3% → 100%に改善した話
oharu121
13
7.6k
AIコーディングの理想と現実 2026 | AI Coding: Expectations vs. Reality 2026
tomohisa
0
1k
ご飯食べながらエージェントが開発できる。そう、Agentic Engineeringならね。
yokomachi
1
280
Windows on Ryzen and I
seosoft
0
110
Featured
See All Featured
Thoughts on Productivity
jonyablonski
75
5.1k
Git: the NoSQL Database
bkeepers
PRO
432
66k
How to build an LLM SEO readiness audit: a practical framework
nmsamuel
1
660
JAMstack: Web Apps at Ludicrous Speed - All Things Open 2022
reverentgeek
1
380
Code Reviewing Like a Champion
maltzj
528
40k
Efficient Content Optimization with Google Search Console & Apps Script
katarinadahlin
PRO
1
360
Optimizing for Happiness
mojombo
378
71k
How to build a perfect <img>
jonoalderson
1
5.2k
Building a Scalable Design System with Sketch
lauravandoore
463
34k
Utilizing Notion as your number one productivity tool
mfonobong
4
240
Information Architects: The Missing Link in Design Systems
soysaucechin
0
810
A brief & incomplete history of UX Design for the World Wide Web: 1989–2019
jct
1
310
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