Not sure if this is the right forum or not, I deleted it once but I'll try again here
I'm stuck! What I am trying to do is read the output (I2C) from a temperature sensor (TMP175), convert that text to speech and then transmit via Bluetooth to a receiver. I already have the temperature sensor communicating via I2C to a alphanumeric display; converting that data to ASCII is no issue. I am trying to keep this as simple as possible For example, I would like to use a commercial Bluetooth cheapo ear receiver so I don't want to transmit digital data via Bluetooth where it needs to be processed to audio. This will be my first usage of BlueTooth.
It matters not which serial data type is needed to transmit to the Bluetooth receiver although I think a BTM-222 class 2 module would/could work out fine. The controller I am using is a PIC18F4550 with C18.
Thanks--
Foggy