SparkFun Forums 

Where electronics enthusiasts find answers.

All things pertaining to wireless and RF links
By w3jdr
#175816
Does Sparkfun or anyone else sell a module that allows to send Bluetooth serial commands that get converted to I2C read/write sequences?
Thanks
By w3jdr
#175838
waltr

Thanks for the reply, but it's pretty terse. Words are cheap, so please feel free to use more.

Do you mean I should program an Arduino to perform this function? What I'm actually looking for is an off-the-shelf module that requires no development, something like the ConnectBlue Bluetooth I2C Bus Adaptor, which I just came across recently (https://www.spezial.com/commercio/datei ... 20beta.pdf).

Joe
By waltr
#175857
Yep, Ardiuno board then program to do the translation from async serial to I2C.

I seem to recall that FTDI has a chip for USB to I2C but not aware of any off the shelf solution.
By w3jdr
#175860
Actually, as I said above, ConnectBlue has one. However, I think I'm just going to use a garden variety BT-to-serial bridge and follow it with a PIC or AVR that implements the ConnectBlue message structure.

Thanks
Joe