You are browsing as a guest. Sign up (or log in) to start making projects!

Self balancing robot- QuadCat

Hardware
  • 23 Devlogs
  • 25 Total hours

I'm building a self balancing robot that will be able to move, turn, avoid obstacles, crouch(if he sees smth above him) and of course self balance :D be sure to like and support this project which will be my first robot and doing smth with Arduinos! Also if you feel like subscribing or get a look at my YT :D https://www.youtube.com/@Made-itsMade

Open comments for this post

3h 40m 1s logged

Ok so i finished soldering the stuff on the PCB…i basically was soldering and soldering and soldering…for 3hrs almost 4…ehm anyway now i will code the thing and then let’s see if the PCB works…ah you’re lucky i forgot to post this so you will know if the PCB works…and like yes it works but i have to fix some little problems :)

0
0
61
Open comments for this post

21m 1s logged

Ok so bad and good news…i have the laser sensors but i destroyed one a little like he works but the small chip is a little cooked so it reads stuff at only max 7cm of it which could work anyway…the bad news…uhh the PCB is stuck somewhere due to douane stuff so it will arrive in one week for the best so it could arrive in one month(next time i order a PCB somewhere in EU never again in china…sorry jlcpcb or pcbway if you wanted to sponsor me)….anyway now i made the part for my robot leg and it’s currently printing so we will see :D

0
0
127
Open comments for this post

55m 1s logged

Hi this is a old thing i have made but because it didn’t sync due to some Hackatime problems i’m posting it today after one week…tho i don’t remember what i did so yeah😅 anyway now i’m gonna model a part in Fusion for my leg and you will know more in the next post!🙃

0
0
102
Open comments for this post

32m logged

Hi guys has been a while since, right? But today i’m back with a new idea for my robot which is adding laser sensors!🌟 For wall avoidance…anyway today i upgraded my PCB to the max fixed all small things that could be a problem and then tried to make the motor spin with simple FOC library but didn’t work 😭yeah didn’t :( after trying to make it work for 4hrs no wait 5hrs i decided that i will make my own thing…we will see in next episode if it will work or not…oh wait i forgot that i managed to make the motors spin without the FOC!!! which was wonderful to see🎉
the code that worked was this one:
void setup() {
ledcAttach(16, 20000, 8);
ledcAttach(17, 20000, 8);
ledcAttach(18, 20000, 8);
pinMode(33, OUTPUT);
digitalWrite(33, HIGH);
}

void loop() {
static int a = 0;
ledcWrite(16, 128 + 100 * sin(a * 0.01));
ledcWrite(17, 128 + 100 * sin(a * 0.01 + 2.09));
ledcWrite(18, 128 + 100 * sin(a * 0.01 + 4.19));
a++;
delayMicroseconds(200);
}
also i have a YT and a VID will drop soon so please be sure to sub, thx:
https://www.youtube.com/@Made-g4u

0
0
65
Open comments for this post

1h 25m 1s logged

Updated🛠️ my custom PCB that it fits inside the body. Also next i might fix the model of the body because there are some minor faults that i did. I might maybe retry tomorrow the boost converter with a multimeter that i will buy…uhh yea i don’t have a multimeter😅 anyway if it blows up💥 again😤 after changing the Voltage then the board might have another problem than the Voltage that was wrong…🚮

0
0
48
Open comments for this post

1h 1m logged

uhh ok this is nice…idk why but the boost converter blow up after i finished plugging all together, no polarity reverse or stuff i just plugged and then after 2 secs pshh 💥pow big 💨smoke going off…so yeah interesting🤔, i will try to change the V of the boost to 10V and then if my other boost converter blows up💥 again then it must be a cheap, low quality one that i bought…this project is the most unlucky one i’m working on so far😢…wish me luck🙏. Below photo of almost all plugged(without the boost).

0
0
148
Open comments for this post

3h 10m logged

I was making the pcb that i didn’t finish yet i’m taking a little pause of this stupid unresponsive PC and easyEDA. this is the only screenshot i can show you, i have made more but this…PC doesn’t work i can’t do even ctrl+v or take a screenshot

1
0
30
Open comments for this post

22m 3s logged

i started fixing the body but then realized that i don’t have the physical parts yet so i don’t know the size of them and if i fix it now then i will maybe need to fix it again so it would be a waste of time. So i will wait that the parts arrive and then continue making the body

0
0
28
Open comments for this post

45m 3s logged

I’ve been finalizing the legs a little then looking if it all fits and unfortunately i did some calculation fault somewhere because the body is a little too big like maybe too much. Next i will finish the parts and fix the body size and fix that it’s not all at the front because if you noticed the body is too much at the front so too much weight.

0
0
69

Delete project?

Are you sure you want to permanently delete this project? This action cannot be undone.

All devlogs, followers, and associated data will be removed.

Followers

Loading…