Nikita Zernov
Nikita Zernov

Reputation: 5635

Get data from Arduino to iPhone using Bluetooth

I have HC-06 sensor installed on Arduino. I need to get some data from Arduino to iPhone. Does someone have an example? I am ready with application on Arduino. I can get data from Arduino using goSerial application on my Mac. How can I get it from iPhone?

Upvotes: 0

Views: 611

Answers (1)

Paulw11
Paulw11

Reputation: 114865

The HC-06 module is not a Bluetooth Low Energy device and it is not MFi certified so you can't communicate with it from an iOS app

Upvotes: 1

Related Questions