Skip to content

Arduino Sketch for wireless shirt as decimated in 'Make a Wearable Nina's Eyes T-Shirt' How-To

Notifications You must be signed in to change notification settings

ninjablocks/RF-shirt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Wireless Nina's eyes in a T-Shirt

by @justy

OK, there's nothing shirt-specific in the code- you just need 2 RGB LEDs

433 MHz RF receiver plus RGB LEDs

Full PWM support

Simple wireless protocol

Each colour component is sent separately.

You send an arm code, then the colour value.

For example, to make purple you would:

  1. Send CODE_ArmR
  2. Send CODE_Base + 255 (40255)
  3. Send CODE_ArmB
  4. Send CODE_Base + 255 (40255)

This code accompanies a how-to blog post

About

Arduino Sketch for wireless shirt as decimated in 'Make a Wearable Nina's Eyes T-Shirt' How-To

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages