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

MaxMadeGG

@MaxMadeGG

Joined June 23rd, 2026

  • 37Devlogs
  • 5Projects
  • 2Ships
  • 15Votes
A teenager(no!?) that builds stuff that sometimes work.
please check my YT and if you feel like subscribing then subscribe:
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

46m 6s logged

Assembled all…and this time it’s perfect! You can finally build yours…files on github(note i’m currently making the readme)

0
0
36
Open comments for this post

36m logged

uhh…ok i assembled it…kinda falling apart but works…i will update it tomorrow or in some 2-3 weeks (the files are already available on my github) because i have a self-balancing robot that is waiting to be build…also good news my multimeter arrived so i can test the boost converter!

0
0
78
Open comments for this post

47m 2s logged

I started modeling the first part…i finished it but then realized that the model is stupid…will never work…so wasted 30mins. So i started modeling again and that took me 15mins(model is simpler)…now it’s printing…lets hope it works🙏

0
0
34
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
Loading more…

Followers

Loading…