0

How can I get weight that has been measured by an Arduino device to show up on an iOS mobile or tablet device as a number?

Thanks.

Warmly, N.

asked Oct 5, 2014 at 19:21

2 Answers 2

2

There are cables that let you plug in to the 30 pin connector and get a connection.

You could also use a BLE shield and write code for both platforms that communicate via BLE, or a WiFi shield.

answered Oct 5, 2014 at 20:39
0

There are a couple apps for this application but first you need the Arduino connected to the internet. It's called Iarduino and the instructables can be found here. I don't believe that you can communicate with your ios device with blue tooth. The app should allow for serial communication but I am not an expert on serial.

answered Oct 5, 2014 at 20:46
3
  • You can connect Bluetooth to IOS. Commented Oct 5, 2014 at 20:50
  • iOS doesn't support Serial over BlueTooth. So those cheap bluetooth modules don't work. There are other types of Bluetooth profiles do work, but are a bit harder to implement. Commented Oct 6, 2014 at 13:56
  • The last several generations of iDevices have supported Bluetooth Low Energy (BLE) with arbitrary peripherals, and encapsulating a (low rate) serial stream is possible. They also support legacy bluetooth, but are locked down to only talk to "approved" peripherals - a restriction which does not apply to BLE. Commented Oct 6, 2014 at 16:09

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.