Code An open-source, burger-shared robot you can build yourself 4 December 2024 0 minute read By Kevin McAleer Share this article on Table of Contents Overview Bill of Materials Circuit Diagram Wiring Assembly Code Downloadable STL files Tags: robots burgerbot Difficulty: beginner Category: robots Home Projects Burgerbot Code Code An open-source, burger-shared robot you can build yourself 4 December 2024 | 0 minute read | By Kevin McAleer | Share this article on The full version controlled code for this project is available at BurgerBot GitHub Respository. BurgerBot Libraries To use this code copy the following files to your Pico: motor.py - Motor control library range_finder.py - Ultrasonic sensor library burgerbot_v3.py - BurgerBot library BurgerBot libraries < Assembly Stls > Liked this article? You might like these too. High Five Bot The High Five Bot is a robot that gives you a well deserved high five. The robot is powered by a Raspberry Pi Pico and uses an ultrasonic range finder to detect your waiting Elf detector Viam has a really easy to use machine learning training system that can be used to train a model to recognise objects. I thought it would be fun to train a model to recognise Elves, and then use it on a robot that could find them. Yukon & Omnibot 3000 Meet the Omnibot 3000, a Pimoroni Yukon powered Omnibot 2000. This is a work-in-progress project, so somethings may change! Omnibot 3000 This is a work-in-progress project, so somethings may change! Pico W Toothbrush A 3D Printed Raspberry Pi Pico powered toothbrush you can build and program yourself Maker Faire Rome 2023 Learn about the projects on show at Maker Faire Rome 2023
Code An open-source, burger-shared robot you can build yourself 4 December 2024 0 minute read By Kevin McAleer Share this article on Table of Contents Overview Bill of Materials Circuit Diagram Wiring Assembly Code Downloadable STL files Tags: robots burgerbot Difficulty: beginner Category: robots
The full version controlled code for this project is available at BurgerBot GitHub Respository. BurgerBot Libraries To use this code copy the following files to your Pico: motor.py - Motor control library range_finder.py - Ultrasonic sensor library burgerbot_v3.py - BurgerBot library BurgerBot libraries < Assembly Stls >