https://github.com/transcental/controllable-neopixels-remote
Controllable neopixels remote using DF Math & Automatic for micro:bit
https://github.com/transcental/controllable-neopixels-remote
Last synced: 5 months ago
JSON representation
Controllable neopixels remote using DF Math & Automatic for micro:bit
- Host: GitHub
- URL: https://github.com/transcental/controllable-neopixels-remote
- Owner: transcental
- License: gpl-3.0
- Created: 2021-12-12T18:41:37.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-05T17:06:57.000Z (over 3 years ago)
- Last Synced: 2025-07-30T03:38:49.252Z (6 months ago)
- Language: TypeScript
- Homepage: https://dillonb07.github.io/controllable-neopixels-remote/
- Size: 609 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Controllable Neopixels - Remote
Strip - https://github.com/DillonB07/controllable-neopixels-strip/
This remote uses the Math & Automatic for micro:bit found [here](https://thepihut.com/products/micro-touch-keyboard-math-automation-touch-keyboard-for-micro-bit) to take user input.
Controls *(Menu 1)*:
* 1 - Red
* 2 - Green
* 3 - Blue
* 4 - Pink
* 5 - Purple
* 6 - Cyan
* 7 - Red + Green alternating
* 8 - Orange
* 9 - Rainbow
* 0 - Clear
* + - Increase brightness
* - - Decrease brightness
* ÷ - Rotate pixels anti-clockwise
* x - Rotate pixels clockwise
* DF logo - Open menu two
Controls *(Menu 2)*:
* 1 - Continuously rotate pixels clockwise
* 2 - Continuously rotate pixels anti-clockwise
* 3 - Stop rotating pixels
* 4 - Manual RGB input
* 5 - Manual HSL input
* + - Full brightness
* - - Lowest brightness
* DF logo - Return to main menu
You can tell whether you're on menu 1 or 2 by looking at the screen. If there is an S you are on menu 2. If it's blank, you're on menu one.
Strip - https://github.com/DillonB07/controllable-neopixels-strip/
Remote - https://github.com/DillonB07/controllable-neopixels-remote/
Demo (Bad quality video, sorry!) - https://youtu.be/cfV-Bsa7Wyg
Math & Automatic - https://thepihut.com/products/micro-touch-keyboard-math-automation-touch-keyboard-for-micro-bit
Generic template below
---
> Open this page at [https://dillonb07.github.io/controllable-neopixels-remote/](https://dillonb07.github.io/controllable-neopixels-remote/)
## Edit this project 
To edit this repository in MakeCode.
* open [https://makecode.microbit.org/](https://makecode.microbit.org/)
* click on **Import** then click on **Import URL**
* paste **https://github.com/dillonb07/controllable-neopixels-remote** and click import
## Blocks preview
This image shows the blocks code from the last commit in master.
This image may take a few minutes to refresh.

#### Metadata (used for search, rendering)
* for PXT/microbit
makeCodeRender("{{ site.makecode.home_url }}", "{{ site.github.owner_name }}/{{ site.github.repository_name }}");