Ardunio bot but modified with first robotics stuff
I'm adding a USB server host and a wireless controller to this to make it a remote control car basically










99 Replies
Rev expansion hub?
No first
Update to A-Bot

Update part 2

Unknown User•6mo ago
Message Not Public
Sign In & Join Server To View
Drive
Unknown User•6mo ago
Message Not Public
Sign In & Join Server To View
Just huge Arduino car but different stuff
It's tank
3 wheels 2 belts 2 motors
And 1 gear box
Unknown User•6mo ago
Message Not Public
Sign In & Join Server To View
No
Maybe ir
Unknown User•6mo ago
Message Not Public
Sign In & Join Server To View
Yes
This a hard project
Unknown User•6mo ago
Message Not Public
Sign In & Join Server To View
Thanks
You did good also
Unknown User•6mo ago
Message Not Public
Sign In & Join Server To View
Oo
Keep the hard work up kid
Unknown User•6mo ago
Message Not Public
Sign In & Join Server To View
You should look at the ardunio car
Unknown User•6mo ago
Message Not Public
Sign In & Join Server To View
Hi
Unknown User•6mo ago
Message Not Public
Sign In & Join Server To View
Custom one
Unknown User•6mo ago
Message Not Public
Sign In & Join Server To View
Not really
Unknown User•6mo ago
Message Not Public
Sign In & Join Server To View
This isn't stuff you can just buy on Amazon
This robot that I have in total cost over 500k
That's just frame
Unknown User•6mo ago
Message Not Public
Sign In & Join Server To View
First Robotics
Unknown User•6mo ago
Message Not Public
Sign In & Join Server To View
FRC 3838 Roc City Robotix
YouTube
FRC Team 3838 - Come Join Us
FIRST Robotics Competition (FRC) team 3838, RocCity Robotix is the district wide team for the Rochester City School District (RCSD) in Rochester, NY. Watch this video to see what FRC is all about and then come join us. Learn more about us at http://RocCityRobotix.org
It's basically these bots just ran on Arduino
Unknown User•6mo ago
Message Not Public
Sign In & Join Server To View
But you don't understand these bots I help build are meant for comp
Unknown User•6mo ago
Message Not Public
Sign In & Join Server To View







Like this stuff is really
You really need to study other types of robotics
Unless you can code in java I don't think you can understand what this does at all
Unknown User•6mo ago
Message Not Public
Sign In & Join Server To View
Ok I don't think you understand
Unknown User•6mo ago
Message Not Public
Sign In & Join Server To View
Bro the stuff I help make and go compete with my team can crush any Arduino bot this is like 210 pounds
Unknown User•6mo ago
Message Not Public
Sign In & Join Server To View
6k to sign up to compete
Yeah the thing is Arduino bots can't do the stuff we have in the bots
Unknown User•6mo ago
Message Not Public
Sign In & Join Server To View
Not that I mean like a 12v compressor 20 motors
Unknown User•6mo ago
Message Not Public
Sign In & Join Server To View
I could easily burn a Arduino
Unknown User•6mo ago
Message Not Public
Sign In & Join Server To View
My personal demo bot is only running 4 motors so it's fine
Unknown User•6mo ago
Message Not Public
Sign In & Join Server To View
I run 4 12v dc brushed motors
It just drives bro it more complex then these Arduino bots because I can't use a l298n motor controller or nothing
It's all pwm driven
Unknown User•6mo ago
Message Not Public
Sign In & Join Server To View
You can't
Pwm is all it can handle
Maybe a Bluetooth module
Unknown User•6mo ago
Message Not Public
Sign In & Join Server To View
No
That why I have the host
I can connect a controller and drive
Unknown User•6mo ago
Message Not Public
Sign In & Join Server To View
Arduino cars smaller games
Unknown User•6mo ago
Message Not Public
Sign In & Join Server To View
Dino
But I actually mod games outside of Arduino
Unknown User•6mo ago
Message Not Public
Sign In & Join Server To View
I'm talking about Arduino games
Unknown User•6mo ago
Message Not Public
Sign In & Join Server To View
Ah
Unknown User•6mo ago
Message Not Public
Sign In & Join Server To View
I try to stay away from games I rather program this not
Bot
Unknown User•6mo ago
Message Not Public
Sign In & Join Server To View
It has motor controllers it ran on pwm
Unknown User•6mo ago
Message Not Public
Sign In & Join Server To View

How else you thought it was gonna move without drivers
Unknown User•6mo ago
Message Not Public
Sign In & Join Server To View
Yeah If you stupid
Unknown User•6mo ago
Message Not Public
Sign In & Join Server To View
You better off with drivers due to safety
It does
Unknown User•6mo ago
Message Not Public
Sign In & Join Server To View
The L298N motor controller
Unknown User•6mo ago
Message Not Public
Sign In & Join Server To View
Is because they used a different one like me
Unknown User•6mo ago
Message Not Public
Sign In & Join Server To View
People think it's something else
People thought my motor controllers were servos
My drivers are jaguar speed controllers
You need a driver to control a direction
@goldenboy question how long have you been doing Arduino for
Unknown User•6mo ago
Message Not Public
Sign In & Join Server To View
How do not know that those bots need drivers
Unknown User•6mo ago
Message Not Public
Sign In & Join Server To View
And directions
What do you think tells the drivers what way to go
Unknown User•6mo ago
Message Not Public
Sign In & Join Server To View
No
Because the Arduino needs to talk to the driver
Unknown User•6mo ago
Message Not Public
Sign In & Join Server To View
Bro it still requires a driver
Do you not hear it
Bro I have delt with 3 drivers in my almost 1 year of doing this every that has a motor needs a Brian to talk to the motor drivers to see what way to go @goldenboy
Yes, this robot requires a motor driver to control the motors. The Arduino alone cannot provide enough current to drive the motors directly, as it can only output a small amount of current (typically around 40mA per pin). A motor driver is used to interface between the Arduino and the motors, allowing the Arduino to control the motors' direction and speed, while the motor driver provides the necessary current.
Why a Motor Driver is Needed:
Current Handling: The motor driver provides the required current (typically 1A or more) for the motors to operate.
Motor Direction Control: It allows the Arduino to control the direction of the motors (forward, backward, left, or right).
Speed Control: Using Pulse Width Modulation (PWM) signals, the motor driver adjusts the speed of the motors.
Protection: The motor driver protects the Arduino from high current spikes that might occur when motors start or stop.
Common Motor Driver Modules:
L298N: A popular H-Bridge motor driver that can control two DC motors.
L293D: Another commonly used H-Bridge motor driver for controlling two DC motors.
TB6612FNG: A more efficient motor driver, often used in smaller robots.
Example Wiring:
Motor Driver: Connect the motor driver’s input pins (e.g., IN1, IN2, IN3, IN4) to the Arduino’s output pins to control motor direction.
Motor Connections: Connect the motors to the motor driver’s output pins (e.g., OUT1, OUT2).
Power: Provide a separate power supply for the motors (often a 5V or 12V battery pack, depending on the motor voltage) and connect the ground to both the motor driver and the Arduino.
Without the motor driver, the Arduino wouldn't be able to control the motors effectively or safely.
Read above ↑
Unknown User•6mo ago
Message Not Public
Sign In & Join Server To View
Before you say motors can be controlled without a driver that's s lie
Btw everything on a ardunio bot is code bro you should know that so adding a switch and a lcd to a robot that already done should be easy
Unknown User•6mo ago
Message Not Public
Sign In & Join Server To View
How adding the Lcd going
Unknown User•6mo ago
Message Not Public
Sign In & Join Server To View
Full working code with USB host
Unknown User•6mo ago
Message Not Public
Sign In & Join Server To View
Be aware you need a Arduino mega USB server host 2 pwm signals from the motor controllers Bluetooth dongle a controller or your choice from the code list
I finally got a controller with a dongle I found it upstairs while looking for something my dad said I can keep it now all I have to do is fix the pwm and solder the bridges on the USB Host
A-Bot update


hi