Warenkorb

Ihr Warenkorb ist leer

Ihr Warenkorb ist leer

Freenove 4WD Car Kit for Raspberry Pi Pico W (Included) (Compatible with Arduino IDE), Dot Matrix Expressions, Obstacle Avoidance, Line Tracking, Light Tracing, Colorful Light, App

Kostenloser Versand ab 25.99€

59.95€

30 .99 30.99€

Auf Lager

1.Farbe:Mecanum Wheels With Raspberry Pi Pico


Info zu diesem Artikel

  • This car based on Raspberry Pi Pico W has multiple functions. (Assembly required. Battery NOT included.)
  • Provides a step-by-step assembly tutorial and complete code -> The download link can be found on the product box. (No paper tutorial.)
  • Control methods -> Controlled wirelessly by your Android phone or tablet, iPhone (with Freenove App) and computer (run Windows or macOS).
  • Raspberry Pi Pico W -> A tiny, fast, and versatile board built using dual-core processor with wireless LAN. (Included in this kit.)
  • Needs battery -> Refer to "About_Battery.pdf" in downloaded file to buy.


Important Notes:

This car needs to be assembled and does NOT include battery.
(Refer to "About_Battery.pdf" in downloaded file to buy battery.)

Purchase Options:

Raspberry Pi Pico W supports wireless LAN, Raspberry Pi Pico does not.
This option includes the Raspberry Pi Pico W board. Can use phone, tablet and computer as controller.

Overview:

Raspberry Pi Pico W is a tiny, fast, and versatile board built using dual-core processor with wireless LAN.
This kit shows you how to use it as a controller to build a car.

We provide free technical support to help you with any questions and problems.

Tutorial and Code:

Comes with detailed tutorial and complete code. (Download needed, no paper tutorial.)
The download link can be found on the product box.

Control:

You can use the following devices to control this car:

For Pico W only:

* Computer:
  Laptop or desktop. (Run Windows or macOS.)
  (Refer to tutorial for details.)

* Android device:
  Android phone or tablet. (Run Android 4.4 or later, installed Freenove App.)
  (Search Freenove on Google Play.)

* iPhone:
  (Run iOS 10 or later, installed Freenove App.)
  (Search Freenove on App Store.)

Package Includes:

1 x Raspberry Pi Pico W
1 x Raspberry Pi Pico (W) Car Shield
1 set Machinery Parts (4 kinds)
1 x Servo Package
4 x Driven Wheel
4 x DC Speed Reduction Motor
4 x Motor Bracket Package
1 x Line Tracking Module
1 x Dot Matrix Module
1 x Ultrasonic Module
1 x Ultrasonic Module Connector
1 x XH-2.54-4Pin Cable
1 x XH-2.54-5Pin Cable
1 x Cross Screwdriver (3mm)
1 x Black Tape

Needed but Not Included:

2 x Battery (Refer to "About_Battery.pdf" in downloaded file to buy.)
1 x Charger for battery


Nemes, Attila
Bewertet in Deutschland am 7. Januar 2025
all ok
Amide Esmael
Bewertet in Spanien am 24. Januar 2025
Não e bom mas fiquei com sensação de não estar completo enfim
HKTB
Bewertet in Kanada am 12. Mai 2025
Extreemley fun. The RPi pico can be used for tons of other stuff.
Customer
Bewertet in Deutschland am 26. Oktober 2024
++++ Raspberry Pi Pico W als Steuerung+++ mechanischer Aufbau mittels PCB++ beweglicher Ultraschallsensor+ preiswert- Lenkung mittels Reibung-- Akkuladung nur extern= DIDAKTISCHES GESCHENK
のざま
Bewertet in Japan am 26. Dezember 2024
Freenova社のキットは,6脚のくもがたロボットに続いて2種類目になります。ラズパイ(Pico_W)のインストールで躓いて,サポートにメールをしたらその日のうちに動画付きの返信が届きました。以前にも問い合わせへのレスポンスが早く的確だったkとを思い出しました。商品の方はこれからいろいろと試してみることになりますが,今のところ順調です。なお,PCからPicoへのデータのダウンロードの際には付属のUSBケーブルを使いましょう。私はこれで!はまりました。ご存んじの方が大半でしょうが,そこらのケーブルだと充電・給電しかできずデータの送受信ができないものがあります。ご注意ください。なお,画像のキットは,メカナムホイールを金と都は別のものに変えてあります。
Jon
Bewertet in den USA am24. März 2024
This is a review of the Freenove Mecanum Wheel Car Kit for Raspberry Pi Pico W. I don't usually leave reviews on Amazon, but I was sufficiently impressed by this kit that I wanted to share my experience with others who might be considering it.The kit is built around the powerful Raspberry Pi Pico W microcontroller. It connects a variety of components to the Pico, resulting in a smart car that has a range of capabilities and that offers many opportunities for learning and extension. Among the components are:* four mecanum wheels with motors. These give amazing mobility to the car: it can spin around its own axis; circle around an external point that it is facing; move directly left, right and diagonally; as well as go forward and backward, make turns, speed up and slow down, and the like.* light-sensitive photoresistors. These allow the car to measure the brightness level on its left and right sides so that, for example, you can have the car chase the moving light from a flashlight.* optical sensors underneath the car. With these the car can, for example, follow a track that you have laid out on the floor.* an ultrasonic distance measurer mounted on a servomotor that swivels to the left and right. With this you can, for example, have the car change direction when it detects that it is getting close to an obstacle.* an infrared detector that receives signals from a handheld controller. This lets you command any function on the car from a distance by pushing buttons on the controller.* a wifi receiver on the Pico W that again lets you command any of the car's functions via an app from another wifi device such as a smart phone.* other fun things like a LED array that can flash simple pictures; a set of NeoPixel LEDs that can be programmed to change colors according to a pattern; and a buzzer.These are all included with the very reasonably-priced kit. (The only things not included are a pair of high drain 18650 rechargeable batteries and a charger, which can be found on Amazon and elsewhere.) The car's tutorial explains clearly how to mount and connect the components. This is not a difficult kit to assemble, although some of the attachment nuts and bolts are small and want a bit of care and dexterity in handling. The completed car seems solid and robust, and not likely to be damaged by reasonable use.The kit is accompanied by a downloadable software library that provides programmatic access to the car's various components and their functions. The library includes examples (in the form of simple program "sketches" that can be uploaded to the car) that show how to use each of the components. In many cases the examples cover both a basic component use (e.g. how to measure distances with the ultrasonic module) and a more complex one (e.g. how to use the distance measurements to automatically steer the car away from potential collisions). The tutorial discusses each of the examples in detail, so that the reader comes away with an understanding both of the low-level outputs of the car's components and of higher-level program logic to transform these outputs into useful actions. (While the tutorial does not teach programming, anyone with a basic knowledge of C/C++ should be able to follow along.) With this knowledge, a builder is prepared to go beyond the provided examples and develop new applications for the car.I also wanted to mention the very high quality of the customer support that Freenove offers. I contacted them with some questions that I had about the kit while I was building it, and they replied promptly and with information that was very much to the point. We had several email exchanges, and throughout they remained patient and committed to helping me resolve the questions that I had.In my opinion, this is an outstanding product for those who want to learn about developing mobile hardware/software systems like robots and smart cars, and I have no hesitation to recommend it highly.
Michael N.
Bewertet in Deutschland am 18. April 2024
Der Bausatz von Freenove enthält alle elektronischen und mechanischen Komponenten für den Aufbau. Die Software und Dokumentation stehen als Download zur Verfügung. Ich habe schon vor dem Kauf die Anleitung heruntergeladen und daraufhin den Bausatz gekauft. Zunächst wird der grundsätzliche Umgang mit der Arduino-IDE und deren Anpassung an den Raspberry PICO W erklärt. Beim Zusammenbau werden dann die einzelnen Komponenten auch bereits mittels einfacher Programme getestet. Erst zum Schluss wird der gesamte Funktionsumfang zusammengeführt. Für das Verständnis und um Interesse an eigenen Programmen oder mindestens programmtechnischen Veränderungen zu entwickeln ist das ein gut geeignetes Konzept.Die verwendeten Getriebemotoren für den Antrieb haben mich nicht sehr überzeugt. Sie werden in derartigen Systemen häufig eingesetzt. Die Achsen sind sehr labil. Alle Räder eiern mehr oder weniger.Weiterhin enthält die Android-APP zur Steuerung des Fahrzeugs einen Fehler. Die sogenannte Emotion-Matrix (Darstellung von Augen) wird nicht angesteuert. Ich habe zunächst in der Software für den PICO nach dem Fehler gesucht. Die ist aber i.O., denn wenn die Steuerung vom Windows-PC aus erfolgt, dann funktioniert auch die LED-Matrix.Einen Stern ziehe ich also wegen des minderwertigen Antriebs und der fehlerhaften Android-APP ab.
MakBot
Überprüft in Polen am 21. April 2024
Można by jedynie wymagać lepszego dopasowania elementów montażowych do silników oraz innego oprogramowania do Sonaru. Zastosowane bez przerwy kręci serwem na wszystkie strony, to irytujące!
Produktempfehlungen

45.97€

23 .99 23.99€

4.9
Option wählen