Skip to content

This is a "lightshow" web service implemented for an Arduino Nano 33 IoT

License

Notifications You must be signed in to change notification settings

jeffclough/lightshow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Lightshow

WiFi Lightshow service implemented on Arduino Nano 33 IoT

Hardware

It's all sitting on a breadboard and powering it from my laptop's USB for development purposes. I don't anticipate getting any fancier than transferring this to a perfboard for the finished product.

  • 32-bit SAMD21 Cortex
  • 3.3V
  • 256K Flash
  • 32K RAM
  • 18x45mm

Pinouts

  • 16 individually addressable RGB LED's
  • 5V
  • 16mm outer diameter
  • 4 channels (but I'm only using one)
  • bi-directional
  • I couldn't find any throughput specs for this little board, but I took a chance and it works fine for this project.
  • Note that is is for signal leveling only. I'm not driving anything with this.

Board Layout and Pinouts

REST Interface

I've found a decent article that's about my speed: Understanding and Using REST APIs

That's about as far as I've gotten so far, but stay tuned.

About

This is a "lightshow" web service implemented for an Arduino Nano 33 IoT

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages