Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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