Bluetooth Profiles?

Hi -

What profiles does the FEZ Bluetooth module support - or is this more of a software thing? I am looking to send sensor data to an application on a smart phone (peer to peer) via Bluetooth and it is my understanding the phone supports the PAN profile. I believe this is a generic network stack?

I have used an Arduino or two in the past and came across FEZ while gathering more parts on Sparkfun. Looks like fun and I’m a c# dev so… :slight_smile:

The Bluetooth adapter uses a serial profile.

Every single bluetooth module I have seen uses SPP…serial port profile

Thanks for the info. I thought about ad hoc wif also.

If I were you, I’d go with the WIFI route.