An open API service indexing awesome lists of open source software.

https://github.com/jerosoler/masterclass-javascript-iot

MasterClass Javascript IOT
https://github.com/jerosoler/masterclass-javascript-iot

Last synced: about 2 months ago
JSON representation

MasterClass Javascript IOT

Awesome Lists containing this project

README

          

# MasterClass-Javascript-IOT

## Slides
[https://slides.com/jerosoler/deck#/](https://slides.com/jerosoler/deck#/)

## Software necesario
- [Arduino](https://www.arduino.cc/en/Main/Software)
- [ESP8266](https://github.com/esp8266/Arduino)
- [Firmata](https://github.com/firmata/arduino)

## Instalación
```
git clone https://github.com/jerosoler/MasterClass-Javascript-IOT.git
npm install
```

## Ejemplos
- [Led](https://github.com/jerosoler/MasterClass-Javascript-IOT/tree/master/examples/Led)
- [REPL](https://github.com/jerosoler/MasterClass-Javascript-IOT/tree/master/examples/REPL)
- [NeoPixel](https://github.com/jerosoler/MasterClass-Javascript-IOT/tree/master/examples/Neopixel)
- [Servo](https://github.com/jerosoler/MasterClass-Javascript-IOT/tree/master/examples/Servo)
- [ESP8266](https://github.com/jerosoler/MasterClass-Javascript-IOT/tree/master/examples/ESP8266)
- [Joystick](https://github.com/jerosoler/MasterClass-Javascript-IOT/tree/master/examples/Joystick)
- [express](https://github.com/jerosoler/MasterClass-Javascript-IOT/tree/master/examples/express)
- [Relay](https://github.com/jerosoler/MasterClass-Javascript-IOT/tree/master/examples/Relay)
- [Phaser + Socket.io](https://github.com/jerosoler/MasterClass-Javascript-IOT/tree/master/examples/phaser)

## Otros
- [IotFlow](https://github.com/jerosoler/IoTFlow)