PS2 Controlled Botboarduino Robot

  Рет қаралды 19,722

Kepler Electronics

Kepler Electronics

6 жыл бұрын

Follow me on Twitter for news and updates:
/ kepselectronics
Code:
Dropbox: www.dropbox.com/s/o9fiv7887dj...
Git: github.com/KeplerElectronics/...
Lynxmotion Diagram:
www.lynxmotion.com/images/asse...
Materials used:
Pololu Zumo Chassis on Amazon: www.amazon.com/gp/product/B00...
Pololu Zumo Chassis From Pololu.com:
www.pololu.com/product/1418
Pololu Micro Metal Gearmotors (2x): www.pololu.com/product/2361
Female-Female Jumper Wires: www.amazon.com/gp/product/B07...
Botboarduino: www.robotshop.com/en/lynxmoti...
Adafruit Motorshield: www.adafruit.com/product/1438
Lynxmotion PS2 Controller: www.robotshop.com/en/lynxmoti...
Wireless PS2 Controller: www.amazon.com/gp/product/B07...
PS2 Controller Port: www.robotshop.com/en/ps2-conn...
Libraries:
Bill Porter’s PS2X Lib: www.billporter.info/2010/06/05...
Adafruit Motorshield Lib: github.com/adafruit/Adafruit_...
Code used:
HazardsMind (Link Broken): forum.arduino.cc/index.php?top...
Lynxmotion A4WD1 PS2 Sample Code:
raw.githubusercontent.com/Lyn...
Music used:
Track: Halcyon - Dreaming Away [Ninety9Lives Release]
Music provided by Ninety9Lives.
Stream / Free Download: 99l.tv/DreamingAwayYU
Track: Geoxor - One Life Short [Ninety9Lives Release]
Music provided by Ninety9Lives.
Stream / Free Download: 99l.tv/OneLifeShortYU
Track: Venemy - Club Soda [Ninety9Lives Release]
Music provided by Ninety9Lives.
Stream / Free Download: 99l.tv/ClubSodaYU

Пікірлер: 25
@bkm1104
@bkm1104 Жыл бұрын
looking good!
@ChrisLocke1969
@ChrisLocke1969 3 жыл бұрын
is that not black acrylic, just with the protective kraft paper on it?
@arshiaabdi952
@arshiaabdi952 3 жыл бұрын
You know that it is acrylic and that there’s just a film over it right. It’s used to protect it when they laser cut it. You just have to peel it off
@nizamismailpaklong3533
@nizamismailpaklong3533 5 жыл бұрын
Hi can i ask you a quection, if i buh in online, i can install it without using a computer because i do not have a computer and i not clever about this, or he really needs to use computer to bind,tq
@srujanwankhede5314
@srujanwankhede5314 6 жыл бұрын
thanku brother best explaination
@KeplerElectronics
@KeplerElectronics 6 жыл бұрын
Thank you so much! If you have any questions, just let me know, I'll do my best to answer them =)
@srujanwankhede5314
@srujanwankhede5314 6 жыл бұрын
well I was looking for arduino uno Instead of boarduino ,so If you could just help me with the connections and some extra parts that will be great. And also you will hit millions of subscribers in future just keep posting.
@KeplerElectronics
@KeplerElectronics 6 жыл бұрын
Actually, I have a video on that exact subject coming within a week or two. It ended up being more complicated to figure out than this one, but it should be simple enough to follow. I’m waiting on a couple of parts to arrive, but it should be out soon. Thanks for the encouraging words! =D
@srujanwankhede5314
@srujanwankhede5314 6 жыл бұрын
Glad to hear
@KeplerElectronics
@KeplerElectronics 6 жыл бұрын
In case you haven't seen it yet, the video is out now and can be seen here: kzbin.info/www/bejne/qXWxgaV-r7eAgs0
@XxDarkMagicianxX
@XxDarkMagicianxX 3 жыл бұрын
I'm new to robotics and I'm trying to start this build but with an rc car. Is there a way to make the acceleration using the R2 trigger in the back? Please and feedback or tips would be appreciated.
@KeplerElectronics
@KeplerElectronics 3 жыл бұрын
I would check around online for some other examples. I believe that the website for the library may have something. If not, you can use one of the text files in the PS2X library and find the function you need to call for a button.
@OctAngel
@OctAngel 3 жыл бұрын
Thank you for this video man! Btw I need help on trying to control servo motors using the L1 and R1 buttons on my wireless ps2 remote, I'm trying to control 6 servo motors for my robotic arm but I can't control them all because I can only control 4 total servos with the joysticks, I'm not really familiar with Arduino code so could you plz help me with a little code regarding on controlling a servo motor with the L1 and R1 buttons, this is for a project at school.
@KeplerElectronics
@KeplerElectronics 3 жыл бұрын
It’s been a while, but looking back through some of the library examples, it seems that if(ps2x.Button(PSB_PAD_DOWN)){ Is the format to use. Hope that helps!
@OctAngel
@OctAngel 3 жыл бұрын
@@KeplerElectronics Thank you so much I definitely appreciate it 🙏This is the code I've written which was causing all the problems I've been using "map" for my code but all that did was just apply to joysticks. 👍RXservo.write(map(ps2x.Analog(PSS_RX), 0, 255, 0, 179)); RYservo.write(map(ps2x.Analog(PSS_RY), 0, 255, 0, 179)); LXservo.write(map(ps2x.Analog(PSS_LX), 0, 255, 0, 179)); LYservo.write(map(ps2x.Analog(PSS_LY), 0, 255, 0, 179)); L1servo.write(map(ps2x.Analog(PSB_L1), 0, 255, 0, 179));
@Peacemaker2913
@Peacemaker2913 6 жыл бұрын
Hoi! I’m Temmie!!!!!!!!!!!
@slimjim301
@slimjim301 5 жыл бұрын
Since the HazardsMind link is broken, can I still do this? Or do I need that
@KeplerElectronics
@KeplerElectronics 5 жыл бұрын
Yep! I just wanted to credit one of the authors of the code that I used. If you want to download the code, it’s on Dropbox (also in the description).
@SEKEDARTUTOR434
@SEKEDARTUTOR434 5 жыл бұрын
How range of joystik?
@KeplerElectronics
@KeplerElectronics 5 жыл бұрын
The range is somewhere between five and ten meters. Nothing super incredible, but way more range than anyone would probably use.
@goldenfox334
@goldenfox334 5 жыл бұрын
@@KeplerElectronics you could increase this by adding in a longer antenna
@michaelsuda229
@michaelsuda229 6 жыл бұрын
first comment!!!!11!!
@michaelsuda229
@michaelsuda229 6 жыл бұрын
I disliked it, by accident
@Herzfeld10
@Herzfeld10 4 жыл бұрын
Well ... It's cool and all but basically you bought all the pieces and assembled it... It's not a really smart and economic design. Good project tho ! For people who don't want to learn how to do electronics ..
Arduino Robot with PS2 controller (PlayStation 2 joystick)
6:10
Igor Fonseca Albuquerque
Рет қаралды 46 М.
HYDRAULIC PRESS VS ARMOR, USA AND RUSSIA
10:16
Crazy Hydraulic Press
Рет қаралды 79 М.
Inside Out 2: Who is the strongest? Joy vs Envy vs Anger #shorts #animation
00:22
Самый Молодой Актёр Без Оскара 😂
00:13
Глеб Рандалайнен
Рет қаралды 11 МЛН
🔴 Amazing TRUCOO🚫‼️ How to Reuse a Tablet 📲 with Broken Screen ⚠️ Life hacks.
7:47
La Fábrica de Inventos LlegaExperimentos
Рет қаралды 1,7 МЛН
How to Control a Robotic Car with PS2 Wireless Remote
8:53
The Techno Guys
Рет қаралды 32 М.
Arduino PS2 Controller Interface
20:42
Ian Carey
Рет қаралды 9 М.
RC Car using PS3 Controller and ESP32 | DIY 🔥
7:29
hash include electronics
Рет қаралды 51 М.
Wireless PS2 Controller with Arduino
15:14
whizzbizz
Рет қаралды 8 М.
Plataforma móvil para robots RC
5:38
Joyplanes RC
Рет қаралды 21 М.
Try these 16 Brilliant ESP32 projects!!!
11:18
ToP Projects Compilation
Рет қаралды 556 М.
How to Make a Tank - Arduino
4:23
The Wrench
Рет қаралды 118 М.
So I turned Alexa into GLaDOS
6:13
Mr. Volt
Рет қаралды 2,3 МЛН
Hacking a weird TV censoring device
20:59
Ben Eater
Рет қаралды 3 МЛН
Inside Out 2: Who is the strongest? Joy vs Envy vs Anger #shorts #animation
00:22