This repository hosts the code for Lambda bot protype and Integrated FOC drive controller, ESP32&stm32 based self-balancing robot, which can switch between bipedal and quadrupedal state, can carry goods in bipedal state in the future.
This is a picture of my integrated FOC drive controller, this control board utilizes a dual-stack design, with the bottom layer STM32 board responsible for implementing the porting of the SimpleFOC library within the STM32 standard library framework. The top layer ESP32 board is used for running control algorithms, displaying information on the screen, and handling basic communication protocols such as BLE and Wi-Fi.
使用了双主控叠板设计,其中底层stm32板用于实现simpleFOC的stm32标准库框架移植,顶层esp32板用于运行控制算法、屏幕显示以及基础的通信(BLE、Wifi)。简易支持两路iic编码器无刷电机以及一个SPI接口屏幕。
In the future, I will develop a lambda concept vehicle based on Jetson Orin Nano and STM32F4, with a front size of approximately 80cm x 80cm. Lambda will possess various capabilities, including autonomy, perception, and execution (cargo handling).