#tartrobotics
Explore tagged Tumblr posts
copy-girl · 3 years ago
Text
Cherry Tart: LEGO-compatible Sound-activated Building Block | 🔥ONLY 12 days left!
Tumblr media
submitted by /u/TartRobotics [link] [comments]
source https://www.reddit.com/r/toys/comments/uo1pm7/cherry_tart_legocompatible_soundactivated/
0 notes
tak4hir0 · 4 years ago
Link
IntroductionLegged robots have always been one of the most interesting creations in the robotic industry as they could help us in exploring mysterious lunar caves and other space  exploration missions. In fact, legged robots are mobile robots with articulated leg mechanisms that provide locomotion on rough trains. As compared with wheeled robots,   they can move on different terrains, although, at a slower speed. Legged robots are often complicated to make and control, as it requires precise control of each leg to maintain balance. In this project, we are aiming to make a fun and easy-to-build six-legged robot with LEGO Technic components and an Arduino board (Fig A). To do so, we took advantage of interesting mechanical mechanisms that simulate the walking pattern of a six-legged insect, with only one or two DC gear motors. The  result came up pretty interesting and pleasing to watch. Don't forget to follow our step-by-step instructions outlined below, and let us know what you think about this  subject by commenting below. Your feedback will help us to improve our future work. Fig A - Electrical assembly In this tutorial, we will show you how to build a robotic hexapod, a six-legged robot, that can walk similar to an insect (Fig B). You will make the body and the leg mechanisms of the robot using LEGO Technic parts. Then, commercially available DC gear motors will be connected to the leg mechanism to move the legs. In the next step, you will need to add a brain to your robot to control its motions. Therefore, we will use Arduino UNO as an intelligent brain (Fig C). Arduino enables you to expand your hexapod’s possibilities with various commercially available motors, sensors, shields, and modules. The hexapod is made in two different fashions. The first design uses one DC gear motor to move the hexapod back and forth (Fig D), and the second one is driven by two DC gear motors to enhance the maneuverability of the robot (Fig E). You can do a variety of different tasks with your hexapod. You can tell the hexapod to track a path by programming your Arduino board. Add a couple of your favorite sensors or even simply control it with a remote joystick,similar to an RC car. MaterialsL298N Mini Motor DriverLego Compatible CouplingMini Toggle SwitchBread BoardsJumper WireM3 NutM3 ScrewBatteryYellow Gear MotorBattery HolderArduino UnoAngular block 2, 180°Double cross block, 3-moduleBeam, 3-moduleAngular beam, 3x5 moduleBeam, 7-moduleBeam, 13-moduleFrame, 5x7-moduleAngular block 1, 0°Axle, 2-moduleGear, 8-toothBushing, 1/2 moduleGear, 24-toothAxle, 6-moduleAxle, 3-moduleConnector peg, 2-moduleConnector peg with friction, 2-moduleConnector peg, 3-moduleConnector peg with axle, 2-moduleConnector peg with friction/axle, 2-moduleBushing, 1-moduleAxle connector with axle holeBeam with crosshole, 2-module Assembly of Mechanical PartsFirst, let’s assemble our hexapod’s body and leg mechanisms. Prepare the Lego pieces according to Fig. F, and follow the step-by-step video tutorial below. VIDEO Mechanical Parts Assembly Tutorial 3D-printed PartsLego Technic components only match with Lego gear motors. In order to connect the shafts of the commercially available gear motors to Lego components, we need to 3D print a coupling that makes the motor shaft compatible with its Lego counterpart. This is called Lego-compatible motor shaft coupling (Fig. G). So, go ahead and download the Lego-Compatible Motor Shaft Coupling 3D-print file. Then, find a 3D printer nearby or use yours. Electronics and WiringGrab your screwdriver, warm up your soldering iron, and follow the video instruction below. Don’t forget to carefully implement the circuit diagram, so you don’t end up toasting your precious Arduino board. VIDEO Electrical Parts Assembly Tutorial ProgrammingAnd last but not least, is the intelligent brain of your hexapod. Although you can do more development with the mechanical and the electrical parts of your hexapod. Programming is indeed the part that you can be most creative at. For now, let’s start with this code. #define M1 11 #define M12 10 #define M2 9 #define M22 5 void setup() { // Initialize Arduino pins to outputs pinMode(M1, OUTPUT); pinMode(M12, OUTPUT); pinMode(M2, OUTPUT); pinMode(M22, OUTPUT); } void loop() { goForward(); delay(3000); goBackward(); delay(3000); turnLeft(); delay(3000); turnRight(); delay(3000); } // Configures driver motor pins to go forward. void goForward() { digitalWrite(M1, LOW); analogWrite(M12, 200); analogWrite(M2, 200); digitalWrite(M22, LOW); } // Configures driver motor pins to go backward. void goBackward() { digitalWrite(M12, LOW); analogWrite(M1, 200); analogWrite(M22, 200); digitalWrite(M2, LOW); } // Configures driver motor pins to turn left. void turnLeft() { digitalWrite(M12, LOW); analogWrite(M1, 200); analogWrite(M2, 200); digitalWrite(M22, LOW); } // Configures driver motor pins to turn right. void turnRight() { digitalWrite(M1, LOW); analogWrite(M12, 200); analogWrite(M22, 200); digitalWrite(M2, LOW); } Run Your Hexapod
0 notes
codingheroesonline · 4 years ago
Video
So many great projects are coming out of @tartrobotics lately! We are having a hard time keeping up! - - - Posted @withregram • @tartrobotics Our rescue robot is a tracked mobile robot that can move on different trains. It also has a gripper for manipulating objects. 🚧 🚧 🚧 🚧 The robot can be remotely controlled by an operator using an Arduino based joystick. 🕹 🕹 🕹 🕹 The robot is built based upon an Arduino UNO board, two DC gear motors, one servo motor, and some Lego Technic parts. 🟩 🟨 The communication link is provided between the robot and the joystick by using an NRF module. Follow 👉🏻 @tartrobotics for more DIY creative projects. #tartrobotics story. @arduino.cc #engineering #diyelectronics #arduino #roboticts #robots #stemeducation #stemeducationforkids #stemforkids #stemforgirls #roboticsengineering #radiocontrolled #bluetooth #legotechnic #arduinoproject #arduinorobot #arduinouno (at Busan, South Korea) https://www.instagram.com/p/CE6dL35D_1z/?igshid=1o7vcoadw96xa
2 notes · View notes
copy-girl · 4 years ago
Text
Orange Tart Kickstarter campaign is now in its final two weeks! You can get your Orange Tart now with 50% OFF! The first soccer robot with amazing play and learning value for you and your kids. It's guaranteed delivery by Christmas! Link in comments.
Tumblr media
submitted by /u/TartRobotics [link] [comments]
source https://www.reddit.com/r/toys/comments/o3ci5p/orange_tart_kickstarter_campaign_is_now_in_its/
0 notes
copy-girl · 4 years ago
Text
Orange Tart: LEGO-compatible Soccer Robot for Fun and STEM will be launched on Kickstarter on Tuesday, June 1st, 2021.
Tumblr media
submitted by /u/TartRobotics [link] [comments]
source https://www.reddit.com/r/toys/comments/nhobgn/orange_tart_legocompatible_soccer_robot_for_fun/
0 notes
codingheroesonline · 4 years ago
Video
Another cool robot from @tartrobotics ! I wish that @makerfaire was happening this year, a robot like this would be a big hit! - - Make sure to check out more cool robots like this at @tartrobotics - - - - #stemeducation #stemgirls #stemforkids #stemactivities #stemeducationforkids #arduino #diyelectronics #robotics #roboticsengineering #diyprojects #ziplineadventure #coding #codingcamp #legoeducation (at Busan, South Korea) https://www.instagram.com/p/CD5HsHgj6k4/?igshid=13oet16ljh4ge
0 notes
codingheroesonline · 4 years ago
Video
We absolutely love this little robot! The design and build are very creative! Also, we love the video presentation!!! - Thanks to @tartrobotics for sharing the video with us!! - @andystechgarage This is your kind of thing!! - @tartrobotics Robotic #exploration is key for increasing the range that #astronauts can see to meet scientific goals on the moon. 🌎 🌏 🌙 🌏 🌎 Different locomotion capabilities need to be tested. 🦿 🦿 🦿 🦿 Walking robots are among the candidates to go to the #moon. 🤖 🤖 🤖 🤖 👖 👖 👖 👖 Which one you think can do this job best⁉️ 🔸bipeds, 🔸quadrupeds, and or 🔸hexapods Follow 👉🏻 @tartrobotics for more DIY creative projects. - - - - #arduino #diyelectronics #diy #learningeveryday #learningisfun #legocreator #instructables #arduinoproject #childrenactivities #makeanything #stemeducation #stemeducationforkids #legorobotics #nasa #codingkids #legostagram #learnnewthings (at Busan, South Korea) https://www.instagram.com/p/CDkjLV6DSBU/?igshid=t3dhyru4epo
0 notes