Тёмный

Forklift Robot Built With Cardboard And BBC Micro:Bit DIY 

CARDBOARD ROBOTS
Подписаться 4,3 тыс.
Просмотров 27 тыс.
50% 1

Teach your teenage students some basic engineering and robotics skills while having fun. In this video, I will show you how to build a cardboard robot fork lift that can drive and carry light objects.
Plan and micro:bit code: cardboard.lofi...
LOFI Control Micro:Bit App: cardboard.lofi...
Building tips: cardboard.lofi...
Electronics tips: cardboard.lofi...
You will need some cardboard, scissors, servo motors and BBC Micro:Bit. Follow the step-by-step instructions and learn how to make the chassis, the wheels, and the fork. This is a great project for STEAM education in primary school, as it involves creativity, problem-solving, and hands-on learning.
Thanks for watching!
Parts list:
one layer cardboard (easier to cut than two layers)
two layer cardboard for wheels
BBC Micro:Bit
Elecfreaks RingBit v2 adapter
2 x micro servo 360 degrees (3,3V comptible)
1 x micro servo 180 degrees
M3 nuts and bolts (12mm long)
rubber bands
Tools:
scissors
ruler
pen
Improve your classroom experience and support Cardboard Robots by buying our products:
Printable Robot Designs cardboard.lofi...
Micro:Bit Robotics - Video Course for Teachers cardboard.lofi...
Cardboard Robots Stencils cardboard.lofi...
Cardboard Robots Inventor Kit cardboard.lofi...

Опубликовано:

 

4 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 36   
@CARDBOARD_ROBOTS
@CARDBOARD_ROBOTS 7 месяцев назад
Code for the Micro:Bit LOFI Control App can be found here: cardboard.lofirobot.com/fork-lift/
@suzy-exc
@suzy-exc 6 месяцев назад
thank you for this video the cardboard is very cute and preppy 🎀 🐺 :3
@allforone1468
@allforone1468 11 месяцев назад
nice job my friend. i'd like to share it with my students. thanks very much!
@u_mnie_w_szkole
@u_mnie_w_szkole Год назад
Genialna zabawa połączona z nauką!
@andrewman5960
@andrewman5960 7 дней назад
If possible, please consider including interactive functions in your apps. In other words, the micro:bit should be able to send back data to the device. Thanks!
@CARDBOARD_ROBOTS
@CARDBOARD_ROBOTS 7 дней назад
Hey! Interesting concept. Please write some example use cases??
@andrewman5960
@andrewman5960 6 дней назад
@@CARDBOARD_ROBOTS Micro.bit itself has some sensor, we can use those sensors to feedback environment data.
@CARDBOARD_ROBOTS
@CARDBOARD_ROBOTS 6 дней назад
This i understand. But to design interface for this data it would be good to start with some use cases what we want to do with them. Maybe you have some idea for a project, if i know it then it is easier to incoroporate it into the app
@CARDBOARD_ROBOTS
@CARDBOARD_ROBOTS 6 дней назад
I mean there are several options to do is. Rhat is why i ask questions why do you need it?
@andrewman5960
@andrewman5960 5 дней назад
@@CARDBOARD_ROBOTS I don't know what I want but I just want to share with you my code. async function receiveUART() { try { // Start notifications for the RX characteristic to receive data await rxCharacteristic.startNotifications(); console.log("Listening for incoming data..."); // Add an event listener to handle incoming data rxCharacteristic.addEventListener("characteristicvaluechanged", onRxCharacteristicValueChanged); } catch (error) { console.error('Error starting notifications:', error); } } function onRxCharacteristicValueChanged(event) { let receivedData = []; for (var i = 0; i < event.target.value.byteLength; i++) { receivedData[i] = event.target.value.getUint8(i); } const receivedString = String.fromCharCode.apply(null, receivedData); console.log("Received:", receivedString); }
@22.03Ann
@22.03Ann 4 дня назад
how do you program the micro servo? mine doesn't move
@CARDBOARD_ROBOTS
@CARDBOARD_ROBOTS 4 дня назад
There are two type of servos 180deg and 360deg. You need the latter one. Also most of 180deg servos are 3.3v compatible and work with microbit but a lot of 360deh serovs is not 3.3v compatible and will not react to mb signals (even if tou power the servo with 5v, the signal line from mb is 3,3v)
@Bob-go2gn
@Bob-go2gn 5 месяцев назад
Good day sir, can I use a sensor shield instead of an adapter?
@CARDBOARD_ROBOTS
@CARDBOARD_ROBOTS 5 месяцев назад
Hey, well I think that one of the great thing in cardboard designs is that you can stretch the dimensions however you like to fit your shield.
@KavithaKanayan
@KavithaKanayan Месяц назад
Hello sir what type of system did you use
@CARDBOARD_ROBOTS
@CARDBOARD_ROBOTS Месяц назад
System of what?
@drs3ch
@drs3ch 11 месяцев назад
Looks like a realy nice project. How do you control the robot? with a second Micro:bit?
@CARDBOARD_ROBOTS
@CARDBOARD_ROBOTS 11 месяцев назад
On the video I actually used another Micro:Bit over radio for remote control. But you could also use a bluetooth app. I am working on a web app for desktop and Android to do that. You can see it in another video.
@CARDBOARD_ROBOTS
@CARDBOARD_ROBOTS 11 месяцев назад
You can find the webapp and instruction here: cardboard.lofirobot.com/microbit-control-app-info/
@drs3ch
@drs3ch 11 месяцев назад
@CARDBOARD_ROBOTS Thank you a lot.! your content is amazing. I will use it as basic for two of my students. They will have to build the robots out of other materials in the final form, to practice other handcraft skills. But your Cardboard ideas are the perfect entrance to the project. Thank you
@shivaperumaldanushvictoria9146
@shivaperumaldanushvictoria9146 5 месяцев назад
is it possible by using an extension instead of an adapter
@CARDBOARD_ROBOTS
@CARDBOARD_ROBOTS 5 месяцев назад
What do you mean by extension?
@shivaperumaldanushvictoria9146
@shivaperumaldanushvictoria9146 5 месяцев назад
@@CARDBOARD_ROBOTS it is called an extention port got like 4 ports and a place to insert microbit in
@CARDBOARD_ROBOTS
@CARDBOARD_ROBOTS 5 месяцев назад
Ok, it should word, anything that can drive a servo motor will do, maybe you will have to adjust dimensions to fit it in
@shivaperumaldanushvictoria9146
@shivaperumaldanushvictoria9146 5 месяцев назад
@@CARDBOARD_ROBOTS thank you soo much
@abdelhakbourdim867
@abdelhakbourdim867 6 месяцев назад
Hi, where can I find the design file in dxf format to reproduce by a laser cut please?
@CARDBOARD_ROBOTS
@CARDBOARD_ROBOTS 6 месяцев назад
Hey, plan is embedded in the begining of each video or you can find it on project website (link in the description). No vectors tough.
@tonene86
@tonene86 Год назад
xcellent project. Congratulations. Please share the programming code with us
@CARDBOARD_ROBOTS
@CARDBOARD_ROBOTS Год назад
Hey, I am working on a bluetooth control app for desktop and Android to use with this robot. Will publish it in few weeks with sample code.
@pistolao_vr
@pistolao_vr Год назад
That video tittle got me scared for a second
@CARDBOARD_ROBOTS
@CARDBOARD_ROBOTS Год назад
That is quite suprising. Why?
@ShrinikaAcharya
@ShrinikaAcharya 7 месяцев назад
the ops cha ching
@CARDBOARD_ROBOTS
@CARDBOARD_ROBOTS 7 месяцев назад
?
@ShrinikaAcharya
@ShrinikaAcharya 7 месяцев назад
@@CARDBOARD_ROBOTS google it broski
@suzy-exc
@suzy-exc 6 месяцев назад
ain't no way you had the audacity 😭
@ShrinikaAcharya
@ShrinikaAcharya 15 дней назад
@@suzy-exc lol
Далее
V16 из БЕНЗОПИЛ - ПЕРВЫЙ ЗАПУСК
13:57
Сколько стоит ПП?
00:57
Просмотров 343 тыс.
Robotic Whale Built With Cardboard and a Servo Motor
13:09
LunchBots: Mechanisms
7:13
Просмотров 21 тыс.
Mark Rober vs Dude Perfect- Ultimate Robot Battle
19:00
Easy Arduino Robot Dog Built With Cardboard
14:57
Просмотров 4,8 тыс.
Controlling the Micro:bit from a Phone App
11:05
Просмотров 22 тыс.
Why Are Guillotine Blades Angled? (tested)
18:40
Просмотров 587 тыс.
10 ideas for a micro:bit robot
5:54
Просмотров 54 тыс.
Flywheel Trebuchet
9:09
Просмотров 4,9 млн