No video

I tried to make my self balancing cube better

  Рет қаралды 2,734

ReM-RC

ReM-RC

Ай бұрын

I tried to make my cube balance better. I also redesigned it to make it easier to assemble.
ESP32 controller,
MPU6050 sensor,
three Nidec 24H brushless motors,
450-500 mAh 3S1P LiPo battery.
Cube frame is 3D printed.
This project is open source:
github.com/remrc
3D print files
www.thingivers...
Instagram / remrc

Пікірлер: 74
@alexeysharonov7765
@alexeysharonov7765 26 күн бұрын
Awesome! And thank you for sharing the code. I bought the motors after the first video, but still did not find time to build. This video motivates me to come back to the project.
@christiane321
@christiane321 Ай бұрын
Cool! very nice improvements. Nice redesign corner fasteners and no need to use tape anymore. I like the reposition of the mpu6050. The new code and firmware is so much smoother and solid. Keep up the good work and Mahalo for sharing Rem!
@ReMRC
@ReMRC Ай бұрын
Aloha! Glad you liked it.
@KerneIBit
@KerneIBit 17 күн бұрын
Nice redesign!
@marshallmann7620
@marshallmann7620 22 күн бұрын
this is awesome. you are awesome! xD
@fishsayhelo9872
@fishsayhelo9872 Ай бұрын
very gud man 👍
@K1VQ_andRandomStuff
@K1VQ_andRandomStuff 24 күн бұрын
This looks really cool, could you post links to all the parts you used because I looked on amazon and didn't know which one to use.
@K1VQ_andRandomStuff
@K1VQ_andRandomStuff 24 күн бұрын
i found everything except for the motors, does anyone know where i could find some.
@ReMRC
@ReMRC 23 күн бұрын
@@K1VQ_andRandomStuff aliexpress or ebay.
@alexeysharonov7765
@alexeysharonov7765 26 күн бұрын
What is your overall preferences for the motors, either those used in this project, or FOC +BLDC in your balancing triangle?
@ReMRC
@ReMRC 25 күн бұрын
Nidec24H is an easy way because there is a controller inside. FOC + BLDC can also be used.
@matroosoft4589
@matroosoft4589 Ай бұрын
Any chance you'll make one that can jump into position? Or would that be to expensive?
@ReMRC
@ReMRC Ай бұрын
This is not easy. Why you can see here: kzfaq.info/get/bejne/ht2KmbejycWXeps.html
@mdabdullah6868
@mdabdullah6868 Ай бұрын
nidec 24h brushless motor are not available in our country😢 Now what can I do. Is there any alternative way😢❤😊
@ReMRC
@ReMRC Ай бұрын
Where not available? Ebay, Aliexpress always help me.
@bi0530
@bi0530 7 күн бұрын
@@ReMRC Do you have a current link on Aliexpress for the motor? It seems it does not come up (at least not the 24H404H160 version.
@ReMRC
@ReMRC 6 күн бұрын
@@bi0530 24H404H160 shows exactly that version.
@MrAlekoy
@MrAlekoy 17 күн бұрын
How do I know what motor is 1,2 and 3? I see I can change the pin definitions, so I can swap them without having to resolder :)
@ReMRC
@ReMRC 17 күн бұрын
Yes. Or watch this kzfaq.info/get/bejne/hNGdbLOgzs6-f30.html
@MrAlekoy
@MrAlekoy 17 күн бұрын
@@ReMRC aha, the one video I had not seen :) tnx
@LuisSM
@LuisSM 13 күн бұрын
Very nice, congratulations!!! I'm trying to build it, but I have the problem to send the commands by bluetooth. Do you use any application?
@ReMRC
@ReMRC 13 күн бұрын
Nothing special is needed. Arduino serial monitor or any other program that does the same.
@LuisSM
@LuisSM 3 күн бұрын
@@ReMRC Thanks, that worked, but I don't know how to follow or what to send, only get this message: first you need to calibrate the balancing points... How can I balance the points?
@ReMRC
@ReMRC 3 күн бұрын
@@LuisSM ??? kzfaq.info/get/bejne/kLtgordzt6rLf3k.html
@LuisSM
@LuisSM 3 күн бұрын
@@ReMRC I tried that comma d but nothing happened, maybe I didn't do the process properly, tomorrow I will try again. Thanks and sorry for not noticing that part
@nickp7339
@nickp7339 Ай бұрын
What did you change to improve the balancing? Is it just the encoders that makes all the difference? Or did you change the balancing algorithm. It looks so much better!
@ReMRC
@ReMRC 25 күн бұрын
Encoders have poor resolution. But it helps a little. However, this complicates the algorithm and requires more changes…
@nickp7339
@nickp7339 25 күн бұрын
@@ReMRC I am using hall sensors instead of encoders. Would the new code improve balancing in this case?
@ReMRC
@ReMRC 25 күн бұрын
@@nickp7339 Hall sensors with these motors?
@nickp7339
@nickp7339 25 күн бұрын
@@ReMRC i used Maxon EC flat motors with hall sensors
@ReMRC
@ReMRC 24 күн бұрын
@@nickp7339 Maxon are very good motors. But very expensive. :) The balancing algorithm needs to know the rotation speed. It doesn't matter what method is used for this.
@TheLuke906
@TheLuke906 28 күн бұрын
there are several model for NIDEC24H. can you tell me the model number or purchase link?
@ReMRC
@ReMRC 26 күн бұрын
24H404H160
@TheLuke906
@TheLuke906 26 күн бұрын
@@ReMRC Thanks a lot
@sander368
@sander368 28 күн бұрын
Great project, I made your previous design and it was working fine, now that I modified the design with the new gyro plate the cube always slowly falls down as if the reaction wheels can't keep up. Same behavior when balancing on the side or on the corner, any idea what could be causing this? Also why did you remove the code to allow it to balance on all sides? Thanks!
@ReMRC
@ReMRC 27 күн бұрын
Maybe the encoders are connected badly? Red connections in the schematic.
@sander368
@sander368 27 күн бұрын
@@ReMRC Ah yes I got the encoder pins for the motors on my pcb design crossed so I just swapped the pins in software and now it works. Amazing upgrade, so much more stable and the wheels sometimes almost stand still. Is there a reason not to implement standing on all three sides of the cube?
@ReMRC
@ReMRC 26 күн бұрын
@@sander368 Look at sensor orientation. :) In the first cube I didn't intend to do balancing on the edges. But I did it, although it works badly, and primarily because of the position of the sensor.
@hunakaka
@hunakaka Ай бұрын
If I replace triangle and reposition the sensor together with new software only,will there be improvements, or new wheels are mandatory?
@ReMRC
@ReMRC Ай бұрын
You can see both cubes with new software at the end of the video.
@hunakaka
@hunakaka 13 күн бұрын
@@ReMRC why didn't you include LEDs in scematic and when do LEDs turn on?
@ReMRC
@ReMRC 13 күн бұрын
@@hunakaka Because the LED connection is very simple. And schematic is completely unnecessary.
@randomdudeidfk
@randomdudeidfk 6 күн бұрын
Hi, I have a problem, whenever I plug in the battery, or just power the ESP with USB the buzzer keeps beeping no matter what I do, the connections are correct
@ReMRC
@ReMRC 5 күн бұрын
However, there is probably something wrong with the connections.
@randomdudeidfk
@randomdudeidfk 5 күн бұрын
@@ReMRC I have a custom pcb, I checked like 20x and all of the connections are connected how they should be, I seriously dont know anymore
@randomdudeidfk
@randomdudeidfk 5 күн бұрын
@@ReMRC Are you using a PNP or NPN transistor?
@ReMRC
@ReMRC 4 күн бұрын
@@randomdudeidfk Of course n-p-n. If you use PN2222. I use another one, but it doesn't matter.
@LuisSM
@LuisSM 3 күн бұрын
@@randomdudeidfk same problem here, buzzer keeps beeping, how did you solved it?
@elidelia2653
@elidelia2653 Ай бұрын
is there a way to add a way to modify the code to make the cube tip itself up from a flat at rest position to self balance on an edge or corner? Thanks. Great project.
@ReMRC
@ReMRC Ай бұрын
You mean like this? kzfaq.info/get/bejne/ht2KmbejycWXeps.html
@elidelia2653
@elidelia2653 Ай бұрын
@@ReMRC Yes! nice. That is doable in this current build? I'm just waiting on the motors to show up. I will make the new print in the meantime.
@ReMRC
@ReMRC Ай бұрын
@@elidelia2653 No, it's hard to make good brakes that always work the same way. It also requires additional space.
@pk_star7862
@pk_star7862 Ай бұрын
Can u explain the code in a video please
@ReMRC
@ReMRC Ай бұрын
No, sorry. Code explaining would be time-consuming and uninteresting to most viewers...
@dolevwasser8639
@dolevwasser8639 Ай бұрын
how does the cube finds where its real balance point/angle is ? i guess its not exactly on the imu 0 ?
@ReMRC
@ReMRC Ай бұрын
The balancing point is determined by calibration.
@dolevwasser8639
@dolevwasser8639 Ай бұрын
@@ReMRC so it only works if your structure is perfectly symmetrical isnt it ? If your point of balance is changes by an extra mass your motors will saturate?
@ReMRC
@ReMRC Ай бұрын
@@dolevwasser8639 You mean something like this? kzfaq.info/get/bejne/l72YftFzx8q8o2Q.html
@dolevwasser8639
@dolevwasser8639 Ай бұрын
@@ReMRC exactly!!! How ? How do you change your reference angle ?
@KerneIBit
@KerneIBit 17 күн бұрын
Is the code setup the same as in the first version?
@ReMRC
@ReMRC 17 күн бұрын
No, bus all difference you can see in this video.
@KerneIBit
@KerneIBit 17 күн бұрын
@@ReMRC Sorry, my bad, I ment as in uploading and setting up the code.
@ReMRC
@ReMRC 16 күн бұрын
@@KerneIBit Setting the balancing points is different.
@KerneIBit
@KerneIBit 16 күн бұрын
@@ReMRC Alright, Thanks!
@hummerman85
@hummerman85 18 күн бұрын
I must be missing something, how do you attach the motor to the balancing wheel?
@ReMRC
@ReMRC 17 күн бұрын
How? kzfaq.info/get/bejne/kLtgordzt6rLf3k.html
@hummerman85
@hummerman85 17 күн бұрын
@ReMRC Oh, a custom part has to go on the shaft to interface with the wheel. Thanks, I hadn't noticed that part before.
@ReMRC
@ReMRC 17 күн бұрын
@@hummerman85 Custom part? No...
@hummerman85
@hummerman85 17 күн бұрын
@ReMRC I can not find the file for the black part you have on the motor shaft seen here. I have almost everything and can't wait to finish it. Thank you for putting this together. kzfaq.info/get/bejne/kLtgordzt6rLf3k.html
@ReMRC
@ReMRC 17 күн бұрын
@@hummerman85 This is part of motor. These motors are sold with this pulley.
High precision speed reducer using rope
20:19
Aaed Musa
Рет қаралды 1,5 МЛН
I Built a Transparent Boomerang (it's lethal)
13:10
Mike Shake
Рет қаралды 3,4 МЛН
小丑把天使丢游泳池里#short #angel #clown
00:15
Super Beauty team
Рет қаралды 33 МЛН
SPILLED CHOCKY MILK PRANK ON BROTHER 😂 #shorts
00:12
Savage Vlogs
Рет қаралды 43 МЛН
Harley Quinn's plan for revenge!!!#Harley Quinn #joker
00:49
Harley Quinn with the Joker
Рет қаралды 29 МЛН
I tried Injection Molding using a 3D Printer!
18:27
CNC Kitchen
Рет қаралды 505 М.
Precision guided launcher turns noobs into pros
25:43
Stuff Made Here
Рет қаралды 3,9 МЛН
Pringle Can Rockets! - My best worst idea yet
19:41
Turnah81
Рет қаралды 347 М.
I 3D Printed and Tested Your MTB Gadgets
14:05
Berm Peak Express
Рет қаралды 367 М.
it can 3D-Print onto itself?!
9:32
SunShine
Рет қаралды 1,2 МЛН
Wave Drive with Rolling Elements. Best Gearbox for 3D Printing?
13:43
TrashRobotics
Рет қаралды 197 М.
Excited about building DIY SLS printer? See how it prints!
17:54
Tiny 3.5 cc NITRO ENGINE on a BICYCLE
17:48
Integza
Рет қаралды 1,7 МЛН
Self balancing with reaction wheels (open source)
6:57
ReM-RC
Рет қаралды 26 М.
I 3D Printed "Viral" Tools So You Don't Have To...
24:42
The Next Layer
Рет қаралды 175 М.
小丑把天使丢游泳池里#short #angel #clown
00:15
Super Beauty team
Рет қаралды 33 МЛН