微型轮腿机器人
Micro Wheeled legged Robot

原始链接: https://github.com/MuShibo/Micro-Wheeled_leg-Robot

本仓库详细介绍了“微型轮腿机器人”,这是世界上最小的一款桌面级双轮腿机器人。它包含了完整的机器人复制文档,涵盖机械设计、PCB原理图和布局(使用LCEDA)以及基于Arduino的源代码。 机器人使用ESP32作为主控制器,L6234PD013TR驱动无刷电机,AS5600编码器和MPU6050 IMU。基于Arduino IDE和SimpleFOC的代码支持AP和STA两种WiFi模式,可以通过浏览器在各种设备上访问Web界面进行远程控制。机械结构的详细说明包括机器人的STP文件以及自行制造(3D打印、CNC)和购买零件的单独文件夹。提供了初始设置、WiFi连接和Web界面控制的说明。贡献者包括石博和李玉峰。

Hacker News 最新 | 过去 | 评论 | 提问 | 展示 | 招聘 | 提交 登录 微型轮腿机器人 (github.com/mushibo) 12 分,来自 nill0,2 小时前 | 隐藏 | 过去 | 收藏 | 讨论 加入我们,参加 6 月 16-17 日在旧金山举办的 AI 初创公司学校! 指南 | 常见问题 | 列表 | API | 安全 | 法律 | 申请 YC | 联系我们 搜索:

原文
Skip to content

MuShibo/Micro-Wheeled_leg-Robot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Micro-Wheeled_leg-Robot

The smallest two-wheeled-leg robot!

Video:[自制]首款桌面级双轮腿机器人

Real Robot 3D Design
Image 1 Image 2

中文文档

QQ group (unofficial): 991727288

Mechanical Structure Documentation

  • The file "OriginalRobotModel.stp" is the robot model file.
  • The "Parts-Manufactured" folder contains parts that need to be processed and produced by yourself, including 3D printing, CNC, and panel cutting.
  • The "Parts-Purchased" folder contains parts that need to be purchased.

PCB Documentation

  • There are four PCBs that need to be fabricated; the circuit boards provide both the schematic and PCB source files, and the IDE used is LCEDA.
  • The main control board is based on the ESP32, with the brushless motor driver chip being the L6234PD013TR.
  • The encoder chip used is the AS5600, communicating with the main control board via the I2C interface.
  • The IMU used is the MPU6050 module, which shares the same I2C interface with the right-side encoder.
  • The servo debugging board unifies the two serial lines into one signal line, completing the task through time-division multiplexing to send and receive data.
  • In addition, you will need three GH1.25 4PIN double-ended cables, with a recommended length of 15cm. These need to be purchased separately.
Wire Connection
Image 3

Source Code Usage

  • Based on Arduino IDE, it is very easy to learn and use.
  • The brushless motor drive for the wheels is based on simpleFOC.
  • The left bus servo ID is 1, and the right is 2; the calibration for the legs to fully squat to the mechanical limit position is 2048; configuration is done using FEETECH Debug Software.
  • The ESP32 itself has WiFi capabilities, with the webpage code stored in flash, transmitting JSON data via the WebSocket communication protocol.
  • Please use the WebSocket library located in 3.Software/libraries. The recommended esp32 version is 2.0.3.
  • There are two WiFi models, AP mode and STA mode. AP mode uses the device as a wireless hotspot, and STA mode uses the device as a client to connect to an existing wireless network.

Usage Instructions

    1. Connect the battery's XH2.54 plug to the rear interface of the main control board and turn on the switch to power the robot.
    1. After turning on the switch, a red light on the main board will indicate that the power is on.
    1. Next, the wheels will start FOC motor initialization, with the wheels moving slightly and the legs starting to move.
    1. If the battery is sufficient, the blue LED on the main control board will light up. If it does not light up, charging is needed.
    1. After this process is complete, press the EN button on the main control board to restart, and you can then connect to the robot's WiFi network starting with WL. The password is the lowercase WiFi name.
    1. Open a browser and go to the URL 192.168.1.11. The remote control interface is compatible with Android, iOS, Windows, Linux, macOS, etc., and it is recommended to use Chrome or Firefox.
    1. Manually stabilize the robot, with the wheels slightly touching the ground. Click the "Robot go!" button on the web page, and the robot will stand up. You can then control the robot's movement using the joystick.

Open Source Contributors

  • Mu Shibo
  • Li Yufeng

About

全球最小的桌面级双轮腿机器人!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

联系我们 contact @ memedata.com