Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mongoose-os-apps/example-neopixel-js
https://github.com/mongoose-os-apps/example-neopixel-js
Last synced: 24 days 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-08-20T19:03:11.000Z (over 4 years ago)
- Last Synced: 2024-07-31T21:52:55.691Z (6 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:![](neopixel.gif)
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.