In this Instructable, I will show you how to make your own set of proximity-sensing pocket squares.
I used the following materials per person:
- 1 pocket square (doesn't have to be silk--in fact, a more sturdy material works a little bit better to help retain the shape)
- 4 lights (I used white lilypad LEDs)
- 1 LilyPad Simple Board)
- 1 LiPo Battery
- 1 XBee (Series 1)
- 1 XBee Breakout board (I designed my own XBee Breakout for the LilyPad)
Remove these ads by
Signing UpStep 1Construction
Good work! Now you're done with the construction!
I designed my own XBee Breakout Boards that easily plug into the male header on the LilyPad. You could use the Lilypad XBee Breakout and sew the boards back to back.
| « Previous Step | Download PDFView All Steps | Next Step » |






















































Can you help me?
#include <XBee.h>
#include <NewSoftSerial.h>
#include "FilteringScheme.h"
It doesn't find either of the above.
I know there is now the Softwareserial instead of the newsoftserial, but that didn't help.
Do I have to paste the other files (except the .pde) also in somewhere?
My first thought: high-tech hanky code!
-There's only 10 kinds of people, those who understand binary and those who don't.