GitXplorerGitXplorer
n

djangoino

public
3 stars
4 forks
0 issues

Commits

List of commits on branch master.
Unverified
ca50b4976a4460483742aff2b46e4429d74778f3

Add whitespaces according flake8 check

nneosergio committed 8 years ago
Unverified
2e36e11e6dce9d84256f960449ad4e5efbd7c327

Add README

nneosergio committed 8 years ago
Unverified
8830a5187bd626ba142cb80699306f762e0695e2

Add demo files for Django + Arduino demo

nneosergio committed 8 years ago
Unverified
ac3b9a82a4e1f0e6451a375d59280751c932c3b9

Initial commit

nneosergio committed 8 years ago

README

The README file for this repository.

Django REST Framework + Arduino

####Demo for GDG Lima summit 2016 - Django + Arduino Talk

Note: You need an Arduino board connected.

Hardware requirements

  1. Arduino or Genuino

  2. LED

  3. Breadboard

  4. Stranded 22AWG jump wires with solid tips

Requirements installation

  1. pip install -r requirements.txt

  2. Upload StandardFirmata library in your board, using Arduino IDE

  3. Configure PORT on activities/views.py according to your own settings provide by Arduino IDE

Slides

https://speakerdeck.com/neosergio/django-plus-arduino

Suggested hardware implementation