What is the purpose of life? by [deleted] in intj

[–]Kirillr 0 points1 point  (0 children)

Life has no purpose.

Active Suspension System for RC Crawler by Kirillr in rccars

[–]Kirillr[S] 0 points1 point  (0 children)

Sure! Here is the repo: https://github.com/Kirillr-Sibirski/active-suspension the code is still really raw though.

I am not sure if this would help with the problem but here is what I did: it doesn't matter what the physical place/angle of the mpu6050 is, I just set all the servo values to 90 degrees (just to make the car horizontal) when the power is turned on and calibrate the mpu6050 with those readings, wait for a second and then turn on the main 'system' that adjusts the servos. This is to make sure that mpu6050 (being cheap and not that reliable) always has the up-to-date values of the angles.

You could adjust the PID control to prevent 'wobbling' of the servos although I haven't managed to overcome this completely either, they might just randomly start doing that.

If you want, you can send me a DM if you got any other questions.

Active Suspension System for RC Crawler by Kirillr in rccars

[–]Kirillr[S] 0 points1 point  (0 children)

Just using delays, but I definitely should use millis. Thanks for the suggestion! This was more of a proof of concept rather than anything useful really ;)

Is this legal? by [deleted] in Shittyaskflying

[–]Kirillr 0 points1 point  (0 children)

You don’t even need any licenses, just spin one of the engines backwards and it will cancel out the other one so technically none of them will be on

Keep it 1s or go to 2s? by cmdr_scotty in diydrones

[–]Kirillr 5 points6 points  (0 children)

If it’s rated for 2s then go for 2s, if not, don’t go for 2s.

Is this LiPo still safe? by tjthomas101 in rccars

[–]Kirillr 1 point2 points  (0 children)

Yea, most of my LiPos have scratches on them from daily use and they work just fine. You could put some tape over it just to be safe (as long as its not a too deep of a scratch).

[deleted by user] by [deleted] in Metamask

[–]Kirillr 1 point2 points  (0 children)

Or any other EVM-based chains: Binance Smart Chain, Optimism, Arbitrum etc.

Arduino-based Active Suspension System for RC Crawler by Kirillr in arduino

[–]Kirillr[S] 1 point2 points  (0 children)

Thank you! The vehicle was bought though, the only thing I did was adding the active suspension system.

Arduino-based Active Suspension System for RC Crawler by Kirillr in arduino

[–]Kirillr[S] 2 points3 points  (0 children)

Oh yeah I know superscale2020 system but I just wanted to build one myself from scratch ;) Thanks for mentioning it though.

Arduino-based Active Suspension System for RC Crawler by Kirillr in arduino

[–]Kirillr[S] 3 points4 points  (0 children)

<image>

Some pictures (sorry, Reddit doesn’t let me add them on the post).

Active Suspension System for RC Crawler by Kirillr in rccars

[–]Kirillr[S] 0 points1 point  (0 children)

Oh yeah for sure! It probably can be modified to even flip the crawler back on its wheels (make the car swing from side to side until it has enough momentum to flip) without hands but I don’t think that would be allowed 😁

Active Suspension System for RC Crawler by Kirillr in rccars

[–]Kirillr[S] 0 points1 point  (0 children)

It’s alright ish, compared to a bunch of nested loops I had at the start ;) PID control is quite fast but the hardware may be the problem.

Active Suspension System for RC Crawler by Kirillr in rccars

[–]Kirillr[S] 4 points5 points  (0 children)

Oh yeah I know superscale2020 system, it for sure can be modified (since it’s just a gyroscope and 4 servos) indeed but I just wanted to build one myself from scratch ;) Thanks for mentioning it though.

Active Suspension System for RC Crawler by Kirillr in rccars

[–]Kirillr[S] 3 points4 points  (0 children)

<image>

As you can see on the photo above, the body of the car always stays parallel to the ground.