Close

Sketch is working.

A project log for Wireless Flux Capacitor

A networked flux capacitor status indicator.

beamsjrBeamsjr 04/20/2014 at 13:370 Comments

I got the cc3000 wireless module in and started coding. I have got everything working and just need to get my main board in.  I have commited the code to https://github.com/beamsjr/Arduino_CC3000_FluxCapacitor

The code works by receiving a PUT request,  

example: http://192.168.1.69/delay/50

While the flux capacitor only has one method, I built the code to split up the url into a method and value, which would allow me to expand the feature set pretty simply to support more methods if i need to.

Discussions