Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tfmalt/fagseminar-led-iot
Examples from my getting started with fastled programming workshop
https://github.com/tfmalt/fagseminar-led-iot
arduino esp32 fastled platformio
Last synced: 10 days ago
JSON representation
Examples from my getting started with fastled programming workshop
- Host: GitHub
- URL: https://github.com/tfmalt/fagseminar-led-iot
- Owner: tfmalt
- Created: 2020-10-29T16:02:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-29T16:23:23.000Z (over 4 years ago)
- Last Synced: 2024-11-25T08:36:24.067Z (2 months ago)
- Topics: arduino, esp32, fastled, platformio
- Language: C++
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Arduino, FastLED and PlatformIO getting started
This is intended as a simple boilerplate getting started repository, to get started programming led strips with an Arduino compatible microcontroller.
In it's current state it assumes you are already familiar with PlatformIO and instructions on how to move from step to step are sparse.
If anyone asks me to add better instructions I will try to add them.
## Presentation with introduction
[Link to google slides presentation](https://docs.google.com/presentation/d/1cU5WcToWC7zj7Sz77gPVLk3L5N4CvxhgNMf8B2PHlRQ/edit)## My FastLED based bookshelf project
This workshop is based on the work I did creating audio responsive led lights for my kids bedroom. You can find that project here:
https://github.com/tfmalt/esp32-led-bookshelf## Using the repository to walk through the examples
The workshop is split into 12 steps, with a git tag for each step. To go to the first step, first clone the repository.
```
git clone https://github.com/tfmalt/fagseminar-led-iot.git
```Then you can checkout the first step:
```
git checkout tags/v0.0.1
```The steps are named v0.0.1 through v0.0.12