The Accelerometer sensor is an add-on for your RedBot that provides bump and motion detection. The sensor works by measuring acceleration forces on the x, y, and z axis. By measuring the amount of acceleration (or lack there of) your robot can get a better understanding of its movements.
The sensor has two 2x3 headers (one male and one female) which connect directly to the RedBot Mainboard giving you the ability to stack another I2C sensor. Just use the included RedBot library to detect bumps and motion.
Check out the entire RedBot family of products!
We welcome your comments and suggestions below. However, if you are looking for solutions to technical questions please see our Technical Assistance page.
Based on 2 ratings:
I was able to remove the connectors as I needed through holes, and the circuit board held up well. Impressed.
Using the RedBot library as a start it was simple to get up and running for my application. The inclusion of a 5 v regulator and level shifting I2C signals made it especially easy to use. However, it would have been really nice if the accelerometer interrupt pins had been brought out. I understand this is meant for RedBot applications and the desire to make it simple was important, but it would have been a nice addition. There is another breakout for this chip that has all the signals brought out, but there is no I2C level shifting or regulator. I think the chip is at End Of Life so that's the way it goes. Nice job overall.
Small typo in the Documents. Next to the datasheet, it says the part number is MMA8462Q. I believe the part is MMA8452Q.
Am I correct that the pin alignment is X axis + and -, Y axis + and -, and Z axis + and -, or is it a different set-up? Wondering if I should buy or not.
No, the pins are power, GND, SDA, and SCL. This is an I2C sensor that is designed to go with the Redbot kit. If you are not using the Redbot I would skip this and check out the other accelerometers we have. There are a few with different features and each should have some Arduino example code. If you have any other questions feel free to email techsupport@sparkfun.com
Why would this only be usable for Redbot? It's cheaper than other boards and, contrary to the other MMA8452Q breakout-board, it has a 3.3V-5V level shifter on board.
It is not that it is only usable for the Redbot, but it is designed specifically for the Redbot. If you don't need the voltage regulator and level shifting those parts will get in the way. Also, the headers are design for the Redbot, and are not breadboardable. If you aren't using the Redbot I just think it is probably easier to get the regular MMA8452Q breakout.
Thanks! Guess this won't work.
This picture shows it as it would be installed on the robot; the ball-caster end of the robot chassis would be toward the bottom of the image.
There are X, Y, and Z markings on the picture showing the orientation.
I'm actually talking about the pin output setup themselves. I am doing a project that needs directional sensing and figured this might be an affordable way to do that. My project has nothing to do with the RedBot
The link to the Arduino Library on this page doesn't work. It's accessible via the quickstart guide, though.