Legacy Forum: Preserving Nearly 20 Years of Community History - A Time Capsule of Discussions, Memories, and Shared Experiences.

Bioloid Premium Kit & Wifi

Bioloid robot kit from Korean company Robotis; CM5 controller block, AX12 servos..
8 postsPage 1 of 1
8 postsPage 1 of 1

Bioloid Premium Kit & Wifi

Post by retro_boy » Wed Nov 23, 2011 8:43 am

Post by retro_boy
Wed Nov 23, 2011 8:43 am

Hi,

I am building the Bioloid Premium kit and wondered if I need to add anything else to it in order to control it over wifi?
Hi,

I am building the Bioloid Premium kit and wondered if I need to add anything else to it in order to control it over wifi?
retro_boy
Robot Builder
Robot Builder
Posts: 22
Joined: Sat Nov 19, 2011 8:48 pm

Post by i-Bot » Wed Nov 23, 2011 12:51 pm

Post by i-Bot
Wed Nov 23, 2011 12:51 pm

I am not aware of any 'off the shelf' wifi solutions for controlling the Bioloid Premium.

You may be able to put something together with a Wifly module, , OpenPicus or a Mini EMB Wifi.

http://robosavvy.com/store/product_info ... ts_id/1303
http://robosavvy.com/store/product_info ... ts_id/1463
http://robosavvy.com/store/product_info ... ts_id/1757
I am not aware of any 'off the shelf' wifi solutions for controlling the Bioloid Premium.

You may be able to put something together with a Wifly module, , OpenPicus or a Mini EMB Wifi.

http://robosavvy.com/store/product_info ... ts_id/1303
http://robosavvy.com/store/product_info ... ts_id/1463
http://robosavvy.com/store/product_info ... ts_id/1757
i-Bot
Savvy Roboteer
Savvy Roboteer
User avatar
Posts: 1142
Joined: Wed May 17, 2006 1:00 am

Post by retro_boy » Wed Nov 23, 2011 9:36 pm

Post by retro_boy
Wed Nov 23, 2011 9:36 pm

I have the Zig-100 Zig-110 with my Bioloid Kit

http://robosavvy.com/store/product_info ... ts_id/1062

Would that be something I could use?
I have the Zig-100 Zig-110 with my Bioloid Kit

http://robosavvy.com/store/product_info ... ts_id/1062

Would that be something I could use?
retro_boy
Robot Builder
Robot Builder
Posts: 22
Joined: Sat Nov 19, 2011 8:48 pm

Post by garycmartin » Thu Nov 24, 2011 6:44 am

Post by garycmartin
Thu Nov 24, 2011 6:44 am

retro_boy wrote:I have the Zig-100 Zig-110 with my Bioloid Kit

http://robosavvy.com/store/product_info ... ts_id/1062

Would that be something I could use?


Aha I think you foxed people with the mention of wifi :) (that is a licensed trade name for the iEEE 802.11 standards commonly used to network computers). If you are just looking to wirelessly communicate with your Bioloid kit, a Zig2Serial will let you send and receive data (using Task script at the robot end), or to emulate a Robotis remote controller from your computer:

http://robosavvy.com/store/product_info ... cts_id/224

You just need to remove the Zig-100 from your remote controller and pop it into the Zig2Serial.

--Gary
retro_boy wrote:I have the Zig-100 Zig-110 with my Bioloid Kit

http://robosavvy.com/store/product_info ... ts_id/1062

Would that be something I could use?


Aha I think you foxed people with the mention of wifi :) (that is a licensed trade name for the iEEE 802.11 standards commonly used to network computers). If you are just looking to wirelessly communicate with your Bioloid kit, a Zig2Serial will let you send and receive data (using Task script at the robot end), or to emulate a Robotis remote controller from your computer:

http://robosavvy.com/store/product_info ... cts_id/224

You just need to remove the Zig-100 from your remote controller and pop it into the Zig2Serial.

--Gary
garycmartin
Savvy Roboteer
Savvy Roboteer
Posts: 42
Joined: Fri Jan 15, 2010 9:27 pm

Post by retro_boy » Thu Nov 24, 2011 3:45 pm

Post by retro_boy
Thu Nov 24, 2011 3:45 pm

Would it be possible to use a mobile phone to send the signal or would that require different hardware?
Would it be possible to use a mobile phone to send the signal or would that require different hardware?
retro_boy
Robot Builder
Robot Builder
Posts: 22
Joined: Sat Nov 19, 2011 8:48 pm

Post by garycmartin » Thu Nov 24, 2011 4:15 pm

Post by garycmartin
Thu Nov 24, 2011 4:15 pm

retro_boy wrote:Would it be possible to use a mobile phone to send the signal or would that require different hardware?


OK, requirements starting to get quite tricksy here... No, unless you phone is capable of running a standard operating system like Linux, and it has USB, and can install/build the required USB2Dynamixel device drivers. A more likely approach would be to have your phone talk to your computer, and then your computer communicate with the robot as described in my previous reply. I'm sure I've seen a youtube video, or two, where folks have taken that approach (e.g. written a cgi script and web page on their computer to allow any web capable device drive the bot remotely, another alternative is to use a vnc app on the phone to screen share to your computer and drive some gui buttons).

--Gary
retro_boy wrote:Would it be possible to use a mobile phone to send the signal or would that require different hardware?


OK, requirements starting to get quite tricksy here... No, unless you phone is capable of running a standard operating system like Linux, and it has USB, and can install/build the required USB2Dynamixel device drivers. A more likely approach would be to have your phone talk to your computer, and then your computer communicate with the robot as described in my previous reply. I'm sure I've seen a youtube video, or two, where folks have taken that approach (e.g. written a cgi script and web page on their computer to allow any web capable device drive the bot remotely, another alternative is to use a vnc app on the phone to screen share to your computer and drive some gui buttons).

--Gary
garycmartin
Savvy Roboteer
Savvy Roboteer
Posts: 42
Joined: Fri Jan 15, 2010 9:27 pm

Post by retro_boy » Thu Nov 24, 2011 4:20 pm

Post by retro_boy
Thu Nov 24, 2011 4:20 pm

Thanks Gary the web based cgi script solution sounds promising. My next question would be, have you seen any open source projects that have achieved this?
Thanks Gary the web based cgi script solution sounds promising. My next question would be, have you seen any open source projects that have achieved this?
retro_boy
Robot Builder
Robot Builder
Posts: 22
Joined: Sat Nov 19, 2011 8:48 pm

Post by garycmartin » Thu Nov 24, 2011 4:40 pm

Post by garycmartin
Thu Nov 24, 2011 4:40 pm

retro_boy wrote:Thanks Gary the web based cgi script solution sounds promising. My next question would be, have you seen any open source projects that have achieved this?


Have a look at:

http://support.robotis.com/en/software/zigbee_sdk.htm

This is the sdk for code talking to a zigbee setup, I'm not aware of any particular OpenSource projects (it would be so specific to what you are trying to do), but have a google and see if you get lucky.

--Gary
retro_boy wrote:Thanks Gary the web based cgi script solution sounds promising. My next question would be, have you seen any open source projects that have achieved this?


Have a look at:

http://support.robotis.com/en/software/zigbee_sdk.htm

This is the sdk for code talking to a zigbee setup, I'm not aware of any particular OpenSource projects (it would be so specific to what you are trying to do), but have a google and see if you get lucky.

--Gary
garycmartin
Savvy Roboteer
Savvy Roboteer
Posts: 42
Joined: Fri Jan 15, 2010 9:27 pm


8 postsPage 1 of 1
8 postsPage 1 of 1