iRobot Create
JoeCreate
Posts: 36
In case anyone here is playing with the iRobot Create, I've posted my CreateOI.spin object on my site.· This object will poll and·maintain the Sensor data from the Create as well as scan 5 i2c sonars and poll an RFID reader as options.· It has methods for driving around and will maintain current x and y coordinates based on the Create's distance and angle measurements.
It uses a minimum of 2 cogs, one for fullduplexserial and one to process the serial data and the i2c sonars and rfid serial data (+1 cog for another fullduplexserial for rfid).
This is my first project with the Propeller.· I switched to the Propeller after getting everything to work with the optional Command Module for the Create.· I just love these cogs.
My pictures and code is at http://irobotcreate.googlepages.com/currentproject
·
It uses a minimum of 2 cogs, one for fullduplexserial and one to process the serial data and the i2c sonars and rfid serial data (+1 cog for another fullduplexserial for rfid).
This is my first project with the Propeller.· I switched to the Propeller after getting everything to work with the optional Command Module for the Create.· I just love these cogs.
My pictures and code is at http://irobotcreate.googlepages.com/currentproject
·
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
lets see what this does... KA BOOM (note to self do not cross red and black)
It really is a solid platform to build off of. I like it, I want a swarm of them. You know, a controllable swarm, not one of those crazy robots-out-of-control swarms, must kill all humans swarms.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
lets see what this does... KA BOOM (note to self do not cross red and black)
Swarm Robotics is a rather intreaging field. It becomes really interesting when the swarm intelligents start getting really high. Let me know if you start research on building a swarm.
Regards,
Craig
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
I would love to change the world, but they won't give me the source code
People say that if you play Microsoft CD's backwards, you hear satanic things, but that's nothing, because if you play them forwards, they install Windows.
I spent a minute looking at my own code by accident. I was thinking "What the heck is this guy doing?"
I posted the source-code for a PIC16F690 for A2D conversions which polls and stores Analog Inputs and makes them available to the propeller, or whatever, via i2c and/or usart. I'm using this to poll 4 Sharp IR sensors at the moment. The Spin object code to access the PIC via i2c is also there.