Melbul
Melbul
@melbul
Member
Joined: 2021-01-01 11:34 am
Last seen: 2022-11-21 5:42 pm
Topics: 3 / Replies: 40
Reply
RE: Other Robot Projects

Hi Tom, The robot is on a bit of a back burner at the moment, I have been renovating my daughters new property with her for the past few months. Tha...

2 years ago
Reply
RE: Other Robot Projects

@thrandell I’m currently working through Paul McWhorters AI on the Jetson Nano series of videos. It is looking more than likely that I will be ut...

2 years ago
Reply
RE: Other Robot Projects

@robotbuilder As I have progressed a little in my abilities I will be changing my approach to how the whole control of the base is programmed. Tom...

2 years ago
Reply
RE: Other Robot Projects

@thrandell Hi Tom, Thanks for the feedback, I agree that the motor speed code needs looking at, a process I’m now engaged in. My original design h...

2 years ago
Reply
RE: Other Robot Projects

@robotbuilder Sonar is at 30,60,90,120 & 150 degrees. It’s the same chassis but drastically changed to reduce complexity, cytron MDD10a motor...

2 years ago
Reply
RE: Control motor direction on Cytron MD10 motoro controller UNO shield

@inst-tech @salp the only modification required to the sketch is the addition of the negative sign in the one line of code above. the library need...

2 years ago
Reply
RE: Control motor direction on Cytron MD10 motoro controller UNO shield

@salp Did you figure it out? Change this: ctrlVal = map(potValCurrent, 0, 512, 255, 0 ); To this: ctrlVal = map(potValCurrent, 0, 512, -255, ...

2 years ago
Reply
RE: Other Robot Projects

@Will i have no previous knowledge of programming, therefore it has been a steep learning curve to get to where I am now. I completed a few tutorial...

2 years ago
Reply
RE: Other Robot Projects

@Will Thankyou for the response. most of the code comes from watching other YouTube sources: DBWorkshop, Brian’s CodingCoach etc. Copied by myse...

2 years ago
Reply
RE: Other Robot Projects

This is the current level of the latest iteration of BB1. Comments on my poor coding will be gratefully received :) Regards to all, Mel.

2 years ago
Reply
RE: Control motor direction on Cytron MD10 motoro controller UNO shield

Hi Sal, looking at the CytronMotorDriver.h library example for PWM_DIR control of one motor it uses: PWM=Pin3 DIR=Pin4 take a look at that examp...

2 years ago
Reply
RE: Theatre chase in opposite directions.

@davy-ps If you want to learn a bit more about the coding, take a look at Paul McWhorters youTube channel or his website TopTechBoy.com he explains...

2 years ago
Forum
Reply
RE: Henry IX: A fully autonomous robot platform

It’s a good start! Now need to add PID to the control to help smooth it out 👍😊

2 years ago
Reply
RE: Henry IX: A fully autonomous robot platform

My Attempt at BB1's base programming, so far it drives the robot forwards with 5 US sensors checking for obstacles and stops if any sensor reads lower...

2 years ago
Reply
RE: Henry IX: A fully autonomous robot platform

Lets hope we get some more input from the OP!

2 years ago
Page 1 / 3