Hi Beth,
Snailkeeper (Admin) wrote:
I've got the project page uploaded! Let me know either here or via email if you'd like anything changed.
http://www.lynxmotion.com/images/html/proj102.htmThanks for hosting the project on your web. I'm very happy with my Lynxmotion project page

If there are any updates I will send them to you!

Hi Zenta,
Zenta wrote:
Redefining the Pin numbers for SSC32 should be no trouble, I think the standard setup is Coxa = PIN0, Femur = PIN01 and Tibia= PIN02...
I hope that my code will be of any use for your phoenix. I didn't looked at the wiring "Standards" when i wired everything up but I don't think it is any problem to change those.
Zenta wrote:
I don't have a Wii-remote, but should there be any trouble to replace it with a PS-2 controller?
I don't have a PS2 controller so I don't have a clue of how they work but I can tell you that my PC is taking care of all the Wii Remote stuff. The only thing that I’m sending to the onboard program is some raw data in a frame and copy that to some internal variables. You can replace the "WiiInput" part by something compatible with your PS2 remote. You will need to copy the received data to the following variables:
BodyPosX, BodyPosY, BodyPosZ will move the body
BodyRotX, BodyRotY, BodyRotZ will rotate the body
RFPosX, RFPosY, RFPosZ will change the position of the corresponding feet (Right Front in this example)
Hi Tonald,
I saw you video and you've build yourself some interesting bot!
tonald wrote:
If you are interesting, please let me know, I can give you more details about the hardware you need and probably how much and where to buy.
Currently i'm also using a wireless connection using a BlueSmirf. The first idea was to connect it directly to my Wii-remote but sadly I didn't paid enough attention because the BlueSmirf cannot connect to a HID device.

So currently I’m using my PC to convert the data received from my Wii-remote using the HID protocol to the SPP protocol that can be used with the BlueSmirf. Maybe there are some better ways to do that so I will be happy to take some look at your solution!
Greetings Xan