Can I use this Board alone to read thermocouples and see temps on iPhone? I am having a problem figuring out what components I need. Thanks.
My contact email is aodonnell@gvtc.com.
You need to be a little more specific about the bluetooth. If it is BT, it will work with iPhone, all you need is an app thereon.
You might find the following background notes useful
http://homepages.ihug.com.au/~npyner/Arduino/GUIDE_2BT.pdf
http://homepages.ihug.com.au/~npyner/Arduino/BT_2_WAY.ino
BeginnerCoder:
I have written an app that will display 6 type thermocouple temperatures that will represent the 6 cylinder head temperatures on an airplane . . .I am asking is what I need in terms of hardware to hook the 6 analog inputs into then after proper programming send those signals BT to the iPad.
I'm not sure what you're asking. How will the Arduino read these thermocouples? You will need some sort of thermocouple chip between the thermocouple and the Arduino. The Arduino can't read a thermocouple directly.
I've used HC-05 BT modules with an Android smartphone but I don't know what is needed for Apple Bluetooth communication.
A Uno will do it OK. You will probably need an interface between the thermocouples and Arduino. If the max temp is under 125, it will be easier with DS18B20 instead. The HC-05 will not work with IOS.