Thank you. This is the best resource I have found so far for getting started with micro bit and maqueen plus with no robotics experience. I appreciate your website too. Thank you!
@WagnersTechTalk3 жыл бұрын
Very welcome Michelle, thank you so much for your kind words!
@DollArtbyJulie3 жыл бұрын
My Maqueen 4.1 Infrared doesn't work. Any tips to get it going?
@WagnersTechTalk3 жыл бұрын
May want to contact DFRobot support for the best support. Haven't had any issues with IR myself.
@DollArtbyJulie3 жыл бұрын
@@WagnersTechTalk have sent them an email but they are slow to respond. I have been trying to get the RGB lights underneath working but only red wants to work. So wondering if the new v4.1 is just full of bugs 😕
@michellejohnson1803 жыл бұрын
check wires in p2 and p2(blue)
@TecumsehButler10 ай бұрын
What happened to the MaQueen tutorial? It is no longer on the website
@WagnersTechTalk10 ай бұрын
It's still here: wagnerstechtalk.com/maqueenplus . I'll check the link in the description, may need https added (I enabled SSL after this video). Thanks for mentioning it, will check. EDIT: Yep, that's what it was (fixed)
@TecumsehButler10 ай бұрын
@@WagnersTechTalk thanks for the link... I was looking for the pull down menu for the tutorial like at the 7:50 mark in the video but the link you posted is it. Yay thanks... I needed a quick inexpensive robot for a demo for Bring your Kids to work day
@loafers10149 ай бұрын
My teacher challenged us to change the code to make it very fast. Any ideas on how i can make it faster? Top5 fastest also gets a secured 96 score so i kinda dont wanna miss this chance
@WagnersTechTalk9 ай бұрын
Awesome to hear that this robot is being used for a class challenge! I'm not going to give away exactly how, but focus on things such as direction, speed and pause times. Those are areas of the code that will impact how quickly the robot makes it to it's destination. Have fun with it, save different copies of your program and play around until you find the perfect program. Keep in mind, with higher speeds there may be a reduction in reliability/completing the goal. The best part of this challenge is to explore and learn new things, think outside the box and you'll do well. If you don't mind, drop me a note after and let me know how it went.
@guraisonu813 жыл бұрын
Hi, my Maqueen motor doesn't work at all, i only can get the LED display on if i use Mind+. Any idea?
@WagnersTechTalk3 жыл бұрын
I would first try the obstacle avoidance program here just to make sure there isn't a coding issue: wagnerstechtalk.com/maqueenplus/#Obstacle_Avoidance . If that doesn't work, then you may want to ask your question in the DFRobot forums for a faster answer of something else to try: www.dfrobot.com/forum/
@UDoIt24 жыл бұрын
Excellent video!
@WagnersTechTalk4 жыл бұрын
Thank you very much for watching, happy you enjoyed it!
@UDoIt24 жыл бұрын
Watching this now!
@kalelhenrik56993 жыл бұрын
Pro tip: you can watch series on kaldrostream. Me and my gf have been using them for watching loads of movies recently.
@deaconenoch34563 жыл бұрын
@Kalel Henrik definitely, been using kaldroStream for since november myself :)
@ignaciodrake8663 жыл бұрын
@Kalel Henrik yea, I've been using kaldrostream for since november myself =)
@portermagnus91543 жыл бұрын
@Kalel Henrik yup, have been using KaldroStream for since december myself :)
@rowankole34123 жыл бұрын
@Kalel Henrik yup, I have been watching on kaldrostream for months myself =)
@jeanduteau77824 жыл бұрын
Great Video Thank you
@WagnersTechTalk4 жыл бұрын
Glad it was helpful! Sorry for my slow reply, must have missed your message somehow.
@WagnersTechTalk4 жыл бұрын
For the latest updates, example programs and more information on this impressive robotics platform, please visit my website here: wagnerstechtalk.com/maqueenplus
@set.adrift.somewhere3 жыл бұрын
Hi, I can't find Maqueen Plus in your website. Was it taken down?
@WagnersTechTalk3 жыл бұрын
No, it's under the Guides menu, robotics. Here's a direct link wagnerstechtalk.com/maqueenplus/
@set.adrift.somewhere3 жыл бұрын
@@WagnersTechTalk Thank you!
@TdogThePog20159 ай бұрын
I am gonna have the normal maqueen and the maqueen plus with every maqueen mechanic
@WagnersTechTalk9 ай бұрын
Awesome, these little bots are a lot of fun!
@TdogThePog20159 ай бұрын
@@WagnersTechTalk yeah I know, i am getting the Maqueen plus for my birthday. also Could you make a video on how to use the Maqueen mechanics
@fathimouusa6533 жыл бұрын
Obstacle Avoidance program is not working in right way
@WagnersTechTalk3 жыл бұрын
The code can definitely be improved, such as making small motions/measurements and then move forward. From a basic standpoint, it does work though. These examples are meant as a good starting point.