Deliver toBahrain
ELEGOO UNO R3 Smart Robot Car Kit V4 for Arduino Robotics for Kids Ages 8-12 12-16 STEM Science Kits Coding Gifts for 8 9 10 11 12 13 14 15 16 Year Old Boys Girls Teens Cool Engineering Building Toys

Description:

About this item:

  • ELEGOO Smart Robot Car: An educational STEM kit beginners (kids) to get hands-on experience about programming, electronics assembling and robotics knowledge. It is an integration solution for robotics learning and made for education.
  • Complete Package: Contains 24 kinds of module parts including obstacle avoidance, line tracing module, infrared remote control and also you can control it via phone and tablets of Android and iOS system, etc.
  • Easy to Assemble: All the module interface has been modified with XH2. 54 ports as to make it much easier and convenient to assemble the car and reduce the chances for errors.
  • Refined Tutorial: HD rendering instructions on how to assemble the robot car from scratch and all the necessary programs and codes are included.
  • Upgraded Package Design: More minimalism design and make it a perfect kit for your kids and friends. Note:(Applicable Age : 8+)To use Elegoo starter kits requires basic electronic knowledge. If the user has no experience, it would be better to have someone lead and teach them while studying.
  • Review:

    4.9 out of 5

    98.46% of customers are satisfied

    5.0 out of 5 stars Nice fun kit

    J. · June 8, 2025

    (function() { P.when('cr-A', 'ready').execute(function(A) { if(typeof A.toggleExpanderAriaLabel === 'function') { A.toggleExpanderAriaLabel('review_text_read_more', 'Read more of this review', 'Read less of this review'); } }); })(); .review-text-read-more-expander:focus-visible { outline: 2px solid #2162a1; outline-offset: 2px; border-radius: 5px; } I bought this for my 11 year old grandson. It is a bit too complex for him but with my help I introduced him to electronics and the function of the various control devices. We had fun building it but even more fun discovering how the car worked. A great time together.

    5.0 out of 5 stars Buen Producto para entrar al mundo de la robótica

    H.f.S.P. · April 21, 2025

    El Elegoo UNO Kit de proyecto de auto de robot inteligente es un paquete educativo diseñado para introducir a niños y adolescentes en el mundo de la robótica y la programación. Este kit incluye una variedad de módulos y sensores que permiten construir y programar un robot autónomo, ideal para aprender sobre Arduino y electrónica.Características principales:- Placa UNO R3, compatible con Arduino.- Módulo de seguimiento de línea, para navegación autónoma.- Sensor ultrasónico, para detección de obstáculos.- Módulo de control remoto IR, permitiendo interacción a distancia.- Componentes adicionales, como motores, ruedas y estructura de montaje.Este kit es una excelente opción para educación STEM, ya que fomenta el aprendizaje práctico de programación, electrónica y mecánica.

    4.0 out of 5 stars We got past the IDE compiler errors, but it’s really been a challenge to drive or expand it tho.

    J.S. · February 21, 2022

    I really like it a lot. My 9yo grandson, and 12 yo grandson each built one. The manual combined with the YT video steps were very helpful but you definitely need both and it’s difficult in a couple spots where it’s easy to get confused by the nearly symmetrical config of the top and bottom base plates.. the screw length for the ESP32 CAM to it's mounting bracket appeared to be too short, so I used a couple linger screws n the kit, But just today found out I had installed the Ultrasonic Sensor Bracket that mounts onto the servo backwards.. flipping it would have solved the problem which appeared to be that the screws were too short.. And when we built the second one I only then realized we’d built the 1st incorrectly .. I ran fine but the motors are supposed to be sandwiched Between the top and bottom plates, not below the bottom plate.. and altho this mistake is possible / easy to make.. with that plate flipped over the line sensors don’t work well since they ride almost an inch higher off the taped line on the ground.Anyway both ran perfectly well initially but we found one stared disconnecting from the WiFi a lot every time you’d try to move it. This appears to be the WiFi is too weak in this parents house so we’re not only getting a repeater to extend it to that part of the house about 100 ft away, but there is also a s/w fix in the CAM32 module that can change the WiFi RF channel and fixit there in s/w too.. I've never had this problem at my house tho..so have not tried to fixit in s/w since it's not broke here.Another problem is the IR remote must be within 3 to 4 feet or so max and pointing directly at the receiver on the top board.. we find it works much much better in FPV mode using WiFi.It’s set up to run WAY to fast in all directions so does wheelies if you go forward and spins in circles if you try to gradually turn left or right. Elegoo service emailed a fix for these issues since pressing 9 to reduce speed only seems to work in IR Remote controller mode, and only till you cycle the POWER ON/OFF.The battery worried me too.. I was not sure if it can be left unattended on the charger, but have been assured there is a BMS that will prevent over charging if it's left plugged in over night.... and line following mode didn’t initially work at all, since we had the motors mounted below the bottom B plate not above ..but I haven't tried to adjust it's sensitivity yet.. the FPV cam is fantastic tho.. and it’s a ton of fun to try navigating it since it’s ridiculously sensitive with the factory s/w .. I also followed the steps to set up the Arduino IDE library but the main V4 .ino system file Would not initially compile without errors .. The vendor support has resolved that with an update that allows it to run on the latest IDE 1.8.19 as well as the latest AVR UNO Board manager 1.8.5. And I can now report it also compiles and runs with the latest RC2 Change 3 IDE version too..one thing I’d like to add is a camera that tilts up and down OR mini grabber arm, and there IS a servo2 slot that is on the board to support that., Its used with the Conquer version of the robot and it's controllable via WiFi with the same Elegoo App. It’s got a block language but very limited features and flexibility in that mode.. I did get a second one as soon as I confirmed that I can mod their systems code and add new options to it. I have an MBot Mega robot too and like this one’s documentation and potential programmability a lot better., but honestly the main code in both robots is way too complex for beginner Arduino programmers .. they’re Starter Kits are far better to use as programming learning tools.An old update.. I spent a couple days trying to figure out why I was getting IDE pre-compiler errors due to missing custom libraries. I finally resolved it but only by moving to a laptop and using the Add Zip option to install each library folder independently and the normal way. I finally got a one line reply from support saying that they’d read my email sent 4 days ago… pretty sorry response.. I want to know what mods in the s/w are required to slow its and speed down, and how to switch WiFi RF channels .. and have yet to determine why they want us to add library’s Manually with a copy/paste.. that’s left my main PC in a state where it can’t compile without numerous can’t find library errors.Update 3/1/2022.. I was using support@elegoo.com and it's actually service@elegoo.com so that explains the delayed replies. I did get answers on where in the UNO V4 code to adjust the too-much-speed issue and the ESP32 code to switch Wifi channel rf frequencies but have not done either yet since at this point, after completely deleting ALL library folders and re-installing the IDE from scratch, now I can compile the V4.0 .ino without errors , upload and run the 4 ea demo examples without errors, but cant re-install the main (unmodified) factory V4.0 ino file and have it run properly, it appears to load with all the needed library files and Uploads without error, but will not run at all.. So it's broken and completely useless till we figure out what happened.. I have sent them a very detailed e-mail with the symptoms and hope we can resolve it soon..An update 3March 2022: Service@Elegoo.com has been great. They did confirm the V4 main code is NOT compatible with either the Arduino UNO board manager 1.8.4 or 1.8.5.. and when I installed the 1.8.3, it auto removed the 1.8.5 And properly installed 1.8.3 and that restored the factory main board so it would fully run again in FPV mode . I also modified the line needed to control the max speed and set it to 100 and also 150 instead of 250 and now can more easily drive it around with out doing jerky wheelies and spinning in circles all the time..it’s still too sensitive and prone to spin in wheelies when turning tho.support answered most all my other questions tho and will send an update notice out when their code is made compatible with the latest Board manager release and IDE 1.8.19. It appears either using the copy/paste manual mode to add their 4 libraries, or the recommended AddZip option will work, but I prefer to use the recommended AddZip way and they may change their ReadMe1st.pdf install guide to reflect that too.All in all I think the robot is a great way to expose kids to Robotics and advanced Arduino programming, and it’s fun but as a teaching tool to teach programming, Elegoo’s other learning kits are a LOT simpler and more effective in teaching programming skills especially for beginners.. this code in the robot is VERY complex and difficult for a novice to debug or understand since it’s tightly linked to the integration of the Elegoo App on your tablet, the ESP32 CAM and it’s WiFi, and the UNO R3 board and it’s got a complex control structure that’s too deep for beginners.But it’s perfect for me and so I bought a 2nd one so I can tweak and mess with / mod the code in it at the same time the kids can play with the other one.. we’ll be racing each other soon..update 3-8-2022: the vendor's service@elegoo.com line has been fantastic.. They just sent me an update which not only translated all the comments that were in Chinese to English, but moreover the code now both compiles and runs under IDE 1.8.19 with the latest AVR UNO Board Rev3 1.8.5 version board code. They have helped me a lot and sent a table listing all the UNO Digital and analog pins that are used, and have answered all my questions so far..Unfortunately almost All the Digital, serial I2C and Analog pins are already in use on the UNO so to avoid both the I/O conflicts and the huge problem integrating add-on features like a Laser under servo control and the grabber arm I plan to add a stand alone ESP32 and control it with a second IOS App , or by using a spare RC receiver and it’s RC transmitter one way or the other. I don’t think that will be hard to control since one kid can drive and the other shoot the laser at targets or switch controllers. Integrating new code using the existing ESP32 and Elegoo IOS App is just too difficult to do for me as a non-programmer.

    5.0 out of 5 stars Really nice "beginner" robot kit

    S.K. · March 12, 2025

    SUPER fun kit. Quite easy to assemble if you're are an experienced model builder. If you're new, just make sure to lay out the parts needed for each step, and take your time. IMHO, they need to have a "parts kit" page that shows what pieces/sizes are in each bag, to make it easier to find for each step. The small parts bags are labelled for each section, but I found that you need to cross-over to other bags in some steps.Lots of devices for a "beginner" kit. It includes 4 separately controlled motors for the wheels, a camera, ultrasonic sensor, line-following sensor. There is a servo on the camera/sonic "face" so you can turn it. A few extra parts are included for further experimentation.Works great after assembly, using just the remote. It's pre-loaded with the code that it needs, so there is no programming necessary for it's basic uses. The IOS app is easy to connect and use.Looking forward to programming this beast.

    5.0 out of 5 stars EXCELENTE

    S.P. · May 21, 2025

    Buen material. Excelente manuales. Todo está perfecto

    5.0 out of 5 stars Great car/robot car to learn programming and sensing to avoid or follow games.

    J. · April 20, 2025

    The kit does have good support on web and if you start with examples. It advances your creativity. The extra YouTube builds also advanced your creativity. Kit is well built. Having a rechargeable battery pack in version 4 is great. Past kits we went through so many AA batteries but this rechargeable box lasts good.

    5.0 out of 5 stars Great STEM robot build with a camera

    A.C. · April 10, 2025

    This was a great buy for my homeschooled 9th grader! He loves to work with his hands, loves to build, and loves anything STEM. He opened the package, had it completed within a few hours, and was chasing the puppy around the house with it afterwards! I would definitely recommend this robot to anyone studying robotics and looking for something fun to build!

    5.0 out of 5 stars Works very well

    T.P.J. · April 28, 2025

    Works very well

    Good for kids

    D.D. · April 21, 2022

    (function() { P.when('cr-A', 'ready').execute(function(A) { if(typeof A.toggleExpanderAriaLabel === 'function') { A.toggleExpanderAriaLabel('review_text_read_more', 'Read more of this review', 'Read less of this review'); } }); })(); .review-text-read-more-expander:focus-visible { outline: 2px solid #2162a1; outline-offset: 2px; border-radius: 5px; } Good for kids

    Good investment

    n. · May 30, 2023

    The base/top plates are sturdy, even though they are plastic. Instructions are clear enough to understand and assemble. The UNO comes pre-programmed. So once you assemble it, you can start using it like a toy. App control is seamless. All default functions work well. I haven't figured out yet how to customize the programming, for example, do various other computer vision tasks.

    Good educational toy

    J. · August 31, 2021

    Really easy to build and a fun educational toy for kids

    Facil de armar

    C.O.O. · May 19, 2025

    Fue divertido armarlo junto a mi hija y no tan complicado, es bueno para empezar a entender el mundo de electronica y arduino

    Wifi car

    B. · May 28, 2025

    Fast delivery. Easy assembly. Pre-Programmed. Functioning perfectly. Doesn’t require wifi connection. It creates its own wifi. Easy mobile application.

    ELEGOO UNO R3 Smart Robot Car Kit V4 for Arduino Robotics for Kids Ages 8-12 12-16 STEM Science Kits Coding Gifts for 8 9 10 11 12 13 14 15 16 Year Old Boys Girls Teens Cool Engineering Building Toys

    4.5

    BHD50584

    Quantity:

    |

    Order today to get by

    Free delivery on orders over BHD 20

    Return and refund policies

    Product origin: United States

    Electrical items shipped from the US are by default considered to be 120v, unless stated otherwise in the product description. Contact Bolo support for voltage information of specific products. A step-up transformer is required to convert from 120v to 240v. All heating electrical items of 120v will be automatically cancelled.

    All product information listed on the site are from 3rd party sources, including images and reviews. bolo.bh is not liable for any claims or promotions mentioned on the product description or images with textual content. For detailed product information, please contact the manufacturer or Bolo support by logging into your account. Unless stated otherwise during checkout, all import taxes and duty are included in the price mentioned on the product page. bolo.bh follows the rules and regulations of sale in Bahrain and will cancel items in an order that are illegal for sale in Bahrain. We take all the necessary steps to ensure only products for sale in Bahrain are displayed. Product stock and delivery estimate may change with the seller even after placing the order. All items are shipped by air and items marked “Dangerous Goods (DG)” by the IATA will be cancelled from orders. We strive to process your order as soon as it is finalized.

    Similar suggestions by Bolo

    More from this brand

    Similar items from “Science Kits & Toys”