Robotics StackExchange | Archived questions

Connect arduino ROS to master via android phone?

Hello! I have following configuration:

What am trying to do: connect ROS node on arduino to ROS master via phone. Some kind of transparent proxy running on android, listening all ROS traffic on bluetooth and sending it to ROS master and vice versa.

Is it possible at all?

Thanks!

Asked by Igor Sazhnev on 2017-11-23 11:46:25 UTC

Comments

I've never tried anything like that, but it seems interesting! I guess you'd need to do some research on Android's bluetooth interface and create a node that does that; I don't think there's something ready to use around rosjava for that.

Asked by jubeira on 2017-11-29 09:01:30 UTC

I have found experimental rosserial_java package. Someone updated it to Indigo https://github.com/cloudspace/rosserial_android but it doesnt work (and its for USB connection). I have updated it to Kinetic serial https://github.com/is-blackhole/rosserial_android Pubsub is working, still experimental

Asked by Igor Sazhnev on 2017-11-30 04:56:46 UTC

Answers