Idea for Project that require i2c bluetooth wifi spi and arduino

Thread Starter

kuannygohcheetatt

Joined Oct 31, 2013
61
Hi my lecturer require me to do a project that at best utilized all four thing, any creative idea that can implement that four thing? No idea is bad idea
 

jakeke

Joined Sep 11, 2014
7
How big of a project? I am doing a wireless mood light with similar setup. The point is to control your light color and brightness with your phone or laptop.
 

jakeke

Joined Sep 11, 2014
7
Connect your phone to a wifi device such as openpicus Flyport, I2C to Arduino and control RGB led matrix with PWM or something like that. I am doing this using EasyPic6 development board.

Led matrix should work as screen. When the brightness of red, blue and green leds are reconfigured the color sum should change as well.

Edit: here is a block diagram, but I have dumped the Bluetooth since Flyport WiFi is better for that (no need for external software on the user device. Just using a common browser).
Edit2: There are other changes as well but you should get the idea...
 
Last edited:

Thread Starter

kuannygohcheetatt

Joined Oct 31, 2013
61
Connect your phone to a wifi device such as openpicus Flyport, I2C to Arduino and control RGB led matrix with PWM or something like that. I am doing this using EasyPic6 development board.

Edit: here is a block diagram, but I have dumped the Bluetooth since Flyport WiFi is better for that (no need for external software on the user device. Just using a common browser).
No offense, nut i think my lecturer require us to use all four thing haha, i cant think of a project thaat has it. But anyway thanks for ur input
 

jakeke

Joined Sep 11, 2014
7
You can use your imagination to add stuff to this if you like, but yeah my project doesn't use all the things you listed, good luck.
 

sirch2

Joined Jan 21, 2013
1,071
There are lots of SPI and I2C sensors out there, have a look at SparkFun and CoolComponents to get some ideas. SD cards also use SPI. The obvious thing that comes to mind is a simple weather station but other things such as domestic heating control, a better cooker controller, a better mouse trap for that matter.

So what ever you choose to do, to get all the bits involved use SPI/I2C based sensors and then create a bluetooth based interface to a smart phone to control the device and wifi the near real-time data to a web server.
 
Top