ELECFREAKS microbit Mini Cutebot Kit Compatible with BBC Micro:bit V2 and V1, DIY Programmable Robot Car Kit, STEM Educational Project, Graphical Makecode Coding Car with Tutorial (Without Micro:bit)

£9.9
FREE Shipping

ELECFREAKS microbit Mini Cutebot Kit Compatible with BBC Micro:bit V2 and V1, DIY Programmable Robot Car Kit, STEM Educational Project, Graphical Makecode Coding Car with Tutorial (Without Micro:bit)

ELECFREAKS microbit Mini Cutebot Kit Compatible with BBC Micro:bit V2 and V1, DIY Programmable Robot Car Kit, STEM Educational Project, Graphical Makecode Coding Car with Tutorial (Without Micro:bit)

RRP: £99
Price: £9.9
£9.9 FREE Shipping

In stock

We accept the following payment methods

Description

Rear-drive high speed motors featuring strong, metal-geared N20 motors with 300 RPM max speeds and rubber tires. Bonus info This is the way all Raspberry Pi RP2040 boards works. The only difference between programming it with a Python fork and C++ is that with Python you upload the python interpreter only the first time and then you can upload your source codes (many of them) as .py files (not in this RPI-RP2 unit but another circuitpython interpreter will create), while programming in C++ you'll compile the code to obtain an .uf2 file to be uploaded in bootloader mode (C/C++ is a compiled language).

micro bit Bot Cutebot is a small programmable micro bit Bot designed for educational purposes, especially for teaching programming and robotics to children. The micro bit Bot Cutebot is based on the Micro-Bit microcontroller, a small, low-cost computer designed for educational use. Pozor: Dbejte na správné zapojení ultrazvukového snímače překážek, jinak Cutebot nebude fungovat správně! Snímač překážek patří do konektoru označeném SONAR nebo SR04. Cutebot odkazy Although the ELECFREAKS Smart Cutebot microbit Robot Kit’s body is relatively small and cute, it has powerful explosive power and can be used to participate in robot fighting competitions. On ELECFREAKS wiki there is a step-by-step tutorial for using the Smart Cutebot with the Pico:ed. Evey lesson teaches how to use one element per time. I advice you to follow their tutorial first and then try my Line Follower example below.

The scope of the acceleration value is 0~ 1024 , which can be regarded roughly as the speed value in 0~ 100 after dividing 10. Cutebot je určený pro běžné spotřebitele, ale také pro použití ve výuce. Ověřování bezpečnosti, nezávadnosti a kvality je tak samozřejmostí. Konkrétní certifikáty a důležité dokumenty potvrzující soulad s potřebnými nařízeními a normami jsou k dispozici na vyžádání. Only batteries and ultrasonic sensor need to be assembled featuring easy installation. No soldering or tools required!

We must upload those 2 files in a special folder on the Pico:ed called lib from where libraries will be import ed in our code. Pokud jste hračička a rádi si zazávodíte, tak Cutebot chytré auto s Pico:ed bude něco pro vás! Auto neumí jen rychle jezdit, ale zvládne i další zajímavé kousky a také se s ním leccos naučíte! S deskou Pico:ed si vyzkoušíte plnohodnotné programování v jazyce Python nebo C++.Support Makecode, Python, JavaScript, and C++ programming. You can use the ELECFREAKS Smart Cutebot microbit Robot Kit to learn four different programming styles. V balení Cutebot je také předloha s čárou na testování ježdění po čáře s Cutebot (než zkusíte třeba nějakou soutěž). Dráha má rozměry 47 x 36 cm.

I wrote my own line-follower program trying to put into it most of the features of the Pico:ed and Cutebot: I used the buzzer, the dot matrix display and RGB leds on front. Návod pro Pico:ed s Cutebot je v angličtině a obsahuje hodně obrázků a programů. Najdete v něm první základní programy, které můžete s Cutebot vyzkoušet. The Elecfreaks Cutebot is a super-cute rear-drive smart car for the micro:bit, driven by dual high-speed motors and a micro:bit ( not included but available here). The Smart Cutebot is a tiny robotic platform in a classical configuration: differential drive with a rear pivot point (the ballcaster ). This platform is designed to be paired with a Micro:bit or a Pico:ed for making a small Robot that is perfect for kids and educational purposes (or just for learning how to use Python in real-world applications - really you don't need to be a kid for playing with such stuff!).Poznámka: Tužkové baterie / akumulátory AAA a USB kabel pro microbit nejsou součástí balení. Kit je ve dvou variantách podle toho, jestli je součástí deska micro:bit nebo ne. The master switch are placed besides the infrared probes and with on/off status showing by the LED. A po zvládnutí všech úkolů a lekcí v tištěném manuálu na vás čeká dalších 15 zábavných a naučných projektů v tutoriálech na internetu!

I like to use Thonny IDE : it's probably the most used for Python / Python forks and I like the way it works (another similar editor is Mu . Mu is adviced from Adafruit). Even if you can do this with a simple text editor (python programs are simple text files) and then upload the file using the drag'n drop, more powerful tools were developed for doing this in a secure way avoiding to corrupt the content of the flash memory (remember that unsecure storage unit removing will damage the code) and using a feature called REPL ( Read Evaluate Print Loop ) that will allows you to make some debug and start programs you want from the command line. I said you can upload your .py files on the created memory storage unit, but files won't execute automatically at power-up. If you want to make a program automatically start when you power the board you must call it code.txt or code.py or main.py or main.txt - this is the exact priority sequence. If you put a file called code.py and another called main.py , only the code.py will start automatically. If you name the file differently than this, you can start it using the REPL feature (we will see this soon), so this platform is very useful for storing many software experiments on the same board and for debugging. Variables declared outside functions are global, but if you want to use them in function you must use the keyword global otherwise you'll have a not previously declared variable error or something similar V poslední době je ElecFreaks zaměřený hlavně na platformu microbit, která nejvíce splňuje zaměření firmy, což je vytvářet produkty pro podporu a popularizaci elektroniky a programování. ElecFreaksje oficiální čínský partner vzdělávací nadace micro:bit a také světově uznávaný výrobce originálních micro:bit produktů, stavebnic a příslušenství určených hlavně pro začátečníky v oblasti elektroniky a programování. Kromě vývoje, výroby aThe infrared probes connecting to P16 port of the micro:bit are placed on the tail part of the Cutebot. One of the main advantages of micro bit Bot Cutebot is that they are highly customizable and can be programmed to perform different tasks. For example, it can be programmed to follow lines, avoid obstacles and respond to different types of input. The edge connector at bottom is in Micro:bit form-factor so this board is compatible with most of Micro:bit boards. Cutebot contains rich onboard functions, such as ultrasonic, RGB rainbow light, RGB chassis light, buzzer, infrared receiver, line-hunting sensor, and gimbal wheel. The power indicator can be used to show the power level of the Cutebot Pro, the indicator is defined as follows: 📄️Specification



  • Fruugo ID: 258392218-563234582
  • EAN: 764486781913
  • Sold by: Fruugo

Delivery & Returns

Fruugo

Address: UK
All products: Visit Fruugo Shop