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
- Host: GitHub
- URL: https://github.com/jerosoler/masterclass-javascript-iot
- Owner: jerosoler
- Created: 2020-02-10T18:05:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T15:57:19.000Z (over 2 years ago)
- Last Synced: 2025-07-13T13:45:11.338Z (3 months ago)
- Language: Python
- Size: 1.31 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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)