|
CT433-HSWF20MR TMR Current Sensor Compact Carrier -20A to +20A, 3.3V |
|
CT432-HSWF50DR TMR Current Sensor Large Carrier 0A to 50A, 5V |
|
CT220RMV-HS5 Contactless Current Sensor Carrier ±15mT/150G |
|
Pololu Isolated USB-to-I²C Adapter |
|
ACS72981LLRATR-050U5 Current Sensor Compact Carrier 0A to 50A, 5V |
|
CT433-HSWF70MR TMR Current Sensor Large Carrier -70A to +70A, 3.3V |
|
5V, 500mA Step-Down Voltage Regulator D45V5F5 |
|
A5984 Stepper Motor Driver Carrier, Adjustable Current, Blue Edition (Soldered Header Pins) |
|
Breakout for JST SH-Style Connector, 3-Pin Male Side-Entry (2-Pack) |
|
Pololu Reverse Voltage Protector, 4-60V, 25A |
New products: Scooter/Skate Wheels
- 25 May 2017We do not make those wheels ourselves, and unfortunately, we do not have models for them.
-Brandon
Brandon's line following robot: The Chariot
- 23 May 2016Hello, James.
I am glad you are interested in my design! I made my design files for the laser-cut pieces available via Thingiverse; you can use this link to access those files when they are available (this is my first time uploading and publishing a creation on Thingiverse, and they require a minimum wait time of 24 hours between account creation and publishing your first creation, so you might have to wait until around this time tomorrow).
For the mechanical components, you can find 3D models for the motor and motor bracket on their respective product pages. We do not currently have models available for the wheels or ball caster, although it is something we are looking into. For now, you can find dimension diagrams for them on their respective product pages. Please let me know if I left something out or you have any additional questions.
Brandon
Brandon's line following robot: The Chariot
- 25 March 2016Hello.
I do not currently have my code available; however, as I mentioned in my last comment, my code is based on our example line follower code for the Zumo Robot for Arduino, V1.2. Other than converting the motor commands into the corresponding TTL serial commands for the Qik 2s9v1 motor controller, the biggest change I made to that code was probably tuning the PID coefficients. Since this varies for every system, I suspect my code would not be any more helpful than that sample code.
I see you also posted a request for help on our forum. That seems like a more appropriate place to continue the discussion if you have more questions.
-Brandon
Motion tracking skull Halloween prop
- 22 March 2016Hello.
You are correct about setting the channels to input mode; any channel that has a sensor connected to it should be configured as an input, which can be done in the "Status" tab of the Maestro Control Center.
As far as modifying to code, if you want all of your servos to react to the same 2 sensors, you could just add "dup n servo" to the end of the updated code (before "repeat") for each additional servo, where n is the servo channel that the extra servos are connected to. Alternatively, you could leave the code unchanged and split the signal coming from channel 0 to each servo.
If you run into additional questions about doing this, or would like to share your project when it is finished, you might consider posting on our forum.
-Brandon
Brandon's line following robot: The Chariot
- 3 March 2016Hello, Pedro.
I am glad you like my line follower. It is not clear to me what part of the robot you are requesting more details about, but if you are mostly interested in the line following code, I would suggest looking at our example line follower code for the Zumo Robot for Arduino, v1.2 (which is what my code is based on).
I have never made an advanced line following robot quite like the one you described. I recommend getting the basic line following working before connecting additional sensors.
Please let me know if I misunderstood your request or if you have more specific questions about my robot.
By the way, if you have more general questions about building your line follower, you might try posting them on our forum to see if anyone there has suggestions.
-Brandon
New versions of our 500mA D24V5Fx step-down voltage regulators
- 7 January 2016Hello, Ross.
The board has a pull-up resistor between SHDN and VIN, so you can leave the SHDN pin disconnected if you want the board to be permanently enabled. Alternatively, the board can be driven low to put the board into a low-power state and turn off the output.
You can find more information about this in the "Using the regulator" section of the product page for each version of the D24V5Fx step-down voltage regulator. Links to these product pages can be found in the "Related products" at the end of the blog post.
-Brandon
Brandon's mini sumo robot: Black Mamba
- 28 December 2015Hello, Bob.
It is not entirely clear to me what you mean, but if you are asking if the robot can turn, the answer is yes. Black Mamba is a differential wheeled robot. In short, since it uses two separate motors (one on each side of the robot), running them at different speeds causes the robot to turn, so running one motor forwards and the other backwards at the same rate causes it to turn in place.
If this is not what you are asking, can you try rephrasing your question?
-Brandon
Video: Setting the Current Limit on Pololu Stepper Motor Driver Carriers
- 12 October 2015Hello, Ross.
I am glad you found the video helpful. When setting the current limit, you do not need have any code running or stepper motor connected. If you are referring to the part in the video where Claire uses the multimeter to measure the current draw of the stepper motor, stepping the motor during this process will make it difficult to measure, since the current through the coil will change as the motor is stepped.
-Brandon
New products: Magnetic quadrature encoders for micro metal gearmotors
- 8 October 2015Hello, Dejan.
Our magnetic encoders are standard quadrature encoders, so any libraries intended to work with quadrature encoders should work; there are several listed on Arduino's "Reading Rotary Encoders" page.
-Brandon
Motion tracking skull Halloween prop
- 2 October 2015Hello, Ken.
One way that you might try smoothing out the motion of the servo could be using some combination of an acceleration and a speed limit, which can be configured in the "Channel Settings" tab of the Maestro Control Center.
Your project looks like it is coming along nicely; thank you for sharing it with us! You might also consider sharing it on our forum when it is done.
-Brandon