Anonymous
Mar 16, 2026
Rating: 5/5
Reliable for prototyping
I've used this for three different IoT prototypes now. Stable connection and consistent performance. The breadboard quality is surprisingly good.
Description
Reviews
| Brand | - |
| Category | Robotics / STEM Teaching Tools / Development, Learning, Evaluation & Industrial Control Boards |
| Origin | - |
| Compatibility | Fully compatible with Arduino Uno R3 |
| Microcontroller | ATmega328P with pre-installed bootloader |
| Operating Voltage | 5V DC |
| Digital I/O Pins | 14 pins (6 PWM outputs) |
| Analog Input Pins | 6 channels |
| Flash Memory | 32 KB (0.5 KB used by bootloader) |
| SRAM | 2 KB |
| EEPROM | 1 KB |
| Clock Speed | 16 MHz |
| Included Components | Board, USB cable, breadboard, jumper wires, sensors, LEDs, and resistor kit |
Anonymous
Mar 16, 2026
Rating: 5/5
Reliable for prototyping
I've used this for three different IoT prototypes now. Stable connection and consistent performance. The breadboard quality is surprisingly good.
Anonymous
Mar 14, 2026
Rating: 4/5
Great value for money
Excellent starter pack. The only reason I didn't give 5 stars is that the USB cable feels a bit flimsy, but the board itself is solid.
Anonymous
Mar 14, 2026
Rating: 5/5
Kids love it
Bought this for my 12-year-old son. He got it working within an hour using Scratch. Highly recommended for educational purposes.
Anonymous
Mar 06, 2026
Rating: 4/5
Solid clone board
Works exactly like the original for basic projects. Pin layout is standard. Good choice if you don't need the official branding.
Anonymous
Mar 04, 2026
Rating: 5/5
Easy setup
Plug and play on Windows 10. Drivers installed automatically. The sensor variety allows for many different project ideas immediately.
Anonymous
Mar 03, 2026
Rating: 5/5
Perfect for beginners!
This kit has everything needed to start learning electronics. The documentation is clear, and the board works flawlessly with the official IDE.
Q: Are the sensors analog or digital?
A: The kit includes a mix of both. For example, the temperature sensor and potentiometer are analog, while the push buttons and IR receiver modules operate digitally.
Q: Does this come with a power adapter or just the USB cable?
A: The kit includes a USB cable for power and data transfer. It does not include a separate wall power adapter, but you can power it via any standard USB port or a 9V battery connector (battery not included).
Q: What is the warranty period for this kit?
A: We offer a 12-month limited warranty covering manufacturing defects. This does not cover damage caused by incorrect wiring or voltage spikes.
Q: Is this compatible with Mac OS?
A: Yes, this board is fully compatible with macOS. You may need to install CH340 drivers depending on your specific OS version, which are available for free download from our support page.
Q: Can I use this with Python?
A: While the board runs C/C++ natively via the Arduino IDE, you can interface it with Python using libraries like Firmata and PyFirmata to control the board from a computer running Python scripts.