https://github.com/mongoose-os-apps/example-neopixel-js
https://github.com/mongoose-os-apps/example-neopixel-js
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mongoose-os-apps/example-neopixel-js
- Owner: mongoose-os-apps
- License: other
- Created: 2017-08-11T11:25:06.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-08-20T19:03:11.000Z (almost 5 years ago)
- Last Synced: 2024-07-31T21:52:55.691Z (10 months ago)
- Language: JavaScript
- Size: 5.51 MB
- Stars: 0
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mongoose-os - example-neopixel-js
README
# Neopixel strip control example
## Overview
Build and flash this app. Connect NeoPixel strip to power, ground, and
signal pin - for example, below we have 12-pixel strip attached
to pin 5 of ESP8266 NodeMCU board:
If you're using a different strip, edit `fs/init.js` and modify
pixel count and pin number as needed, then rebuild and reflash the app.