è vuoto
è vuotoKyle
Recensito negli Stati Uniti il 25 gennaio 2025
This Waveshare RP2350-Zero Mini Development Board is a compact yet powerful platform for embedded projects. Based on the Raspberry Pi dual-core and dual-architecture microcontroller, it offers impressive processing capabilities in a small form factor. It's a versatile board suitable for a wide range of applications, from robotics and automation to IoT and wearable devices. The compatibility with existing Raspberry Pi Pico resources and software makes it easy to get started with development.
Anonymous User
Recensito in Canada il 16 gennaio 2025
This microcontroller works exactly as expected. It was a little tricky to get it going at first as I am not very familiar with this type of microcontroller but I was able to get circuitpython installed to it and run an arbitrary program.Here are a few key pieces of information I learned that may help you.- while this is a Raspberry Pi chip, it is not a general computer but is a microcontroller. This is in line with a Raspberry Pi RP2350 microcontroller, which are in the Rasperry Pi Pico 2 etc.- firmwares labelled RP2400 will not work with this device, so be careful what you put on it.- the waveshare website has some info to help you- the sparkfun website has a similar device with the same chipset that may help as wellThis device is very compact and would be perfect for a small mobile device such as controlling lights and motors in a cosplay costume or other small projects.
Christine
Recensito in Germania il 1 aprile 2025
Das Waveshare RP2350-Zero Mini Development Board ist eine beeindruckende Plattform für Entwickler und Bastler, die die Leistungsfähigkeit des Raspberry Pi Microcontrollers in einem kompakten Format nutzen möchten.Besonders hervorzuheben ist der RP2350A-Mikrocontroller-Chip, der in Großbritannien von Raspberry Pi entwickelt wurde.Die Dual-Core- und Dual-Architecture-Design-Strategie, bestehend aus einem dual-core Arm Cortex-M33 Prozessor und einem dual-core Hazard 3 RISC-V Prozessor, ist einzigartig und bietet unglaubliche Flexibilität.Mit einer Taktfrequenz von bis zu 150 MHz ist das Board in der Lage, komplexe Aufgaben schnell zu bewältigen.Die 520 KB Static RAM und 4 MB Flash-Speicher bieten genug Kapazität für umfangreiche Projekte.Besonders praktisch finde ich den USB-Typ-C-Anschluss, der den Anschluss einfach und zukunftssicher macht.Die Castellated Module ermöglichen eine einfache direkte Lötmontage auf Trägerboards, was die Integration in eigene Projekte erleichtert.Die Unterstützung für USB 1.1 sowohl als Device als auch als Host ist ein großer Vorteil für USB-basierte Projekte.Drag-and-Drop-Programmierung über den USB-Massenspeicher ist eine echte Erleichterung für schnelle Tests und Entwicklungszyklen.Die 29 multifunktionalen GPIO-Pins, darunter 20 über Edge-Pinout und weitere über Lötpunkte, bieten eine beeindruckende Anschlussvielfalt.Die 2× SPI, 2× I2C, 2× UART, 4× 12-Bit-ADC und 24× PWM-Kanäle decken nahezu alle Peripherieanforderungen ab.Der on-chip Timer und die beschleunigten Gleitkomma-Bibliotheken bieten leistungsstarke Rechenoptionen für anspruchsvolle Aufgaben.Besonders erwähnenswert sind die 12 programmierbaren I/O (PIO) State Machines, die eine individuelle Peripherieunterstützung ermöglichen.Die präzisen Timer und Taktgeber sind ideal für zeitkritische Anwendungen.Dank der Low-Power-Sleep- und Dormant-Modi ist der Stromverbrauch minimal, ideal für IoT- und Batterieprojekte.Die Wiki-Ressourcen sind umfangreich und enthalten viele hilfreiche Anleitungen und Beispiele, um schnell mit der Entwicklung zu beginnen.Die Programmiermöglichkeiten sind vielfältig, und die Unterstützung für Python, C und andere Sprachen ist ideal für Anfänger und Profis.Besonders gut gefällt mir die Drag-and-Drop-Programmierung, die Einsteigern den Einstieg erheblich erleichtert.Die Möglichkeit, USB-Host- und Device-Funktionalitäten zu nutzen, eröffnet viele Einsatzmöglichkeiten.Das kleine und kompakte Design des Boards passt perfekt für Platzsparende Anwendungen.Die PWM-Kanäle und ADC-Funktionen ermöglichen Präzisionssteuerung und Signalverarbeitung.Die programmierbaren I/O (PIO) State Machines sind eine Revolution für benutzerdefinierte Peripheriegeräte.Die Dual-Core-Architektur ist ideal für parallele Verarbeitung und Echtzeitanwendungen.Besonders positiv ist die umfassende GPIO-Verfügbarkeit, die viele Projekte unterstützt.Die Clock- und Timer-Optionen machen präzise Timing- und Steuerungsaufgaben möglich.Die Möglichkeit, zwischen RISC-V- und ARM-Architektur zu wechseln, macht das Board extrem flexibel.Die Performance des Boards ist auch bei rechenintensiven Anwendungen hervorragend.Die Dokumentation ist umfangreich und klar strukturiert, ideal für Einsteiger und Fortgeschrittene.Für IoT- und Embedded-Projekte ist dieses Board eine hervorragende Wahl.Insgesamt bietet das Waveshare RP2350-Zero Mini Development Board eine leistungsstarke Entwicklungsplattform, die Flexibilität, Vielseitigkeit und Benutzerfreundlichkeit vereint – eine absolute Empfehlung für alle Elektronik-Enthusiasten! 😊
Dee
Recensito in Germania il 7 aprile 2025
The RP2350 microcontroller is already well known, so there isn't much to add about it. Information about it can be found all across the internet.Its implementation from Waveshare in the shape RP2350-Zero Mini Development Board is a good example of a well made product.Like all other Waveshare products the craftsmanship is really good. No misaligned components, no bad soldering points. Nothing to complain about.Documentation for the board can be found on Waveshare's wikipedia and itis plentiful and well written
ElectroBoogie
Recensito in Canada il 21 dicembre 2024
Fantastic little board not much bigger than a postage stamp. Footprint is actually identical to the 2040 Tiny and it had a breakout board for buttons and usbc. I am impressed how they have managed to get an ample amount of IO and USBC all on one board. Its absurdly small and really easy to incorporate into any project.At time of writing i think there is an issue with the current (1.24 or so of micro python on the device) No matter how i flashed it from dailies or current or older release it would not pickup a serial port on any device after. I would recommend using circuit python instead (cur version 9.2.1 works great). This worked great and i had no problems. I love that there are micro python releases for RISCV so it would be nice to get this working too to try.I had no problems with Arduino IDE however and the UF2 mode is super slick, can dump code on to it and you are rolling. A quick reset on the board and you are running it with a port opened up. The usual test programs ran fine nothing to worry about.Waveshare's documentation is excellent but their RP pico2 page could use a bit of updating as some stuff has changed but not too big of a deal to sort out. I always give them top marks for putting the effort into to help any user start from scratch on getting their device setup.Overall, you have a great combination of IO, powerful chip, USBC, and micropython's (or circuitpython) super simple approach this is a great little board for any tinkerer.
Prodotti consigliati