TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

3D-Printed Self-Balancing Robot Brings Control Theory to Life

3 点作者 cbzbc超过 2 年前

1 comment

dekhn超过 2 年前
I built one of these before, it was lots of fun to learn how to apply PID to motors. I started with an ESP8266, which worked great, then an ESP32 which hung when wifi and the encoder read happened at the same time, and then ended up porting everything to Python running on a raspberry pi. It's definitely impressive to see a non-realtime computer doing realtime-enough to keep itself balanced. From what I can tell, if you get it working well, you can "drive" around, including turns, with just simple mods to the control settings.