Communication between Floras

This is a special forum devoted to educators using Adafruit and Arduino products for teaching.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
pierluigi8
 
Posts: 1
Joined: Mon Feb 16, 2015 7:32 am

Communication between Floras

Post by pierluigi8 »

Hi

I was wondering if theres any way to communicate between Floras to share information. Mainly to send the serial information of both via one bluetooth wireless device.
Can I do this via the SDA SCL??

Thanks

User avatar
adafruit_support_bill
 
Posts: 88093
Joined: Sat Feb 07, 2009 10:11 am

Re: Communication between Floras

Post by adafruit_support_bill »

Yes, you can set up one as an i2c 'master' and the other as and i2c 'slave'. and exchange data over the i2c bus:
http://arduino.cc/en/Tutorial/MasterWriter
http://arduino.cc/en/Tutorial/MasterReader

Locked
Please be positive and constructive with your questions and comments.

Return to “For Educators”