
nyapaysolo
USA
Asked
— Edited
I came across this video and I wanted to know if anyone thought about making a robot like this. Can ez robot support this kind of robot build?
let me know what you think and if can be done, thank you.
http://www.youtube.com/watch?v=08EslPPX6f4&feature=related
I am gathering ideas and I dont want to make something thats to confusing. thank you for your time.
I'm a computer engineer specializing in brain computer interfaces (EEG biofeedback). I'm wanting to incorporate the MPU-6050 6DOF gyro accelerometer combo with the EZ-B with the EZ script software. It connects through an I2C port. The 6050 is $15 and appears simple easy to use.
Just created my first bot with face / motion tracking with the tank chassey, 4 axis camera mount and the EZ-Script software. I also bought the jumper wire pack and put the whole thing together without soldering on the first try. I've always been fascinated with robotics but didn't want to take the time to learn electronics on top of my computer science work. Thank you DJ for bridging that gap for me.
Thanks,
Bill Scott
Thank you for the kind words
If you guys are really looking for the future and whats to become of your personal robots, I recommend looking into THE VENUS PROJECT, http://www.thevenusproject.com/, Everyone takes a little different influence form Jacque Fresco, his plan is one possible future where robots tend to our needs so that we may tend to our human minds and deepen our understanding of the world/universe and see how we can manage and function with the constant change.
I am also a bit fan of the SOLOWHEEL, http://solowheel.com/,
I own one and it is very fun to ride on. I would like to know how to make one of these but bigger.
Thank you and please forgive if I offend in anyway
I received my MPU 6050 a few days ago and am working on a balancing tank.
I've read through the I2c tutorial and now have the suggested 4.7K pull up resisters on the SCL and SDA lines. I also read through this which seems the most comprehensive data on this chip. http://arduino.cc/playground/Main/MPU-6050
I don't know c so am trying to use EZ Script but I'm not clear on how to read from this device address which is either 0x68 or 0x69.
I2CStart()
I2CRestart()
I2CPoll()
I2CWrite( 0x68, 0, 1)
I2CRead( auto,11)
I2CStop()
The output of my script is:
Start
I2C Poll Response: False
I2C Response: 255 255 255 255 255 255 255 255 255 255 255
Done
Any suggestions on what I might try next?
Thanks a lot,
Bill
Could you post a sample EZ Script on you could read from data from your I2C address from your MMA7455 Accelerometer that you use in your video:
http://www.youtube.com/watch?v=g2z_U1pt9m4
I'm sure I could translate it to read from the IMU 6050.
Thanks much,
Bill