custom srvs in Arduino with arrays [closed]

asked 2012-07-19 11:55:34 -0500

punching gravatar image

I have a service in ROS that shows a list of available wireless networks and signal strengths. I need to pass that data to Arduino.

Here's an example of what the service returns when I run rosservice call

ssid: ['SheilaNet', 'ASUS', 'Miramar', '10FX12113737', 'dennis_liss', 'tom', 'SheilaNet', 'JUNetwork', 'HPE710n.5E3E3F', 'homenetwork-guest', 'PocoSpike', 'lawoman', 'casa del mar', 'homenetwork'] signal_strength: [42, 44, 42, 26, 46, 46, 70, 47, 76, 100, 72, 56, 70, 100]

Since there's no python lists in Arduino, how do I convert this into a string array in Arduino?

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by tfoote
close date 2015-03-26 18:27:34.509969

Comments

You have no tags on your question, it is unlikely to be seen by people who know about these things

Felix Endres gravatar image Felix Endres  ( 2012-07-19 23:06:23 -0500 )edit