Anonymous
Mar 27, 2026
Rating: 5/5
Exactly as described
Received the board in perfect condition. It handles multiple servos and an LCD screen without any voltage drops. The improved MCU version is definitely worth the small price difference.
Description
Reviews
| Brand | - |
| Category | Robotics / STEM Teaching Tools / Development, Learning, Evaluation & Industrial Control Boards |
| Origin | - |
| Microcontroller | ATmega328PB |
| USB Interface Chip | FT232RL |
| Operating Voltage | 5V |
| Digital I/O Pins | 14 (6 PWM outputs) |
| Analog Input Pins | 8 |
| Flash Memory | 32 KB (0.5 KB used by bootloader) |
| SRAM | 2 KB |
| EEPROM | 1 KB |
| Clock Speed | 16 MHz |
| Dimensions | 43mm x 18mm |
Anonymous
Mar 27, 2026
Rating: 5/5
Exactly as described
Received the board in perfect condition. It handles multiple servos and an LCD screen without any voltage drops. The improved MCU version is definitely worth the small price difference.
Anonymous
Mar 25, 2026
Rating: 5/5
Perfect upgrade from the standard Nano
The ATmega328PB offers extra UART and SPI interfaces which were exactly what I needed for my sensor project. The FT232 chip makes driver installation a breeze on Windows 10. Highly recommended for intermediate projects.
Anonymous
Mar 23, 2026
Rating: 5/5
Easy to get started
As a beginner, I was worried about compatibility, but this worked instantly with the Arduino IDE. The extra analog pins are a nice bonus for future expansion. Shipping was fast too.
Anonymous
Mar 20, 2026
Rating: 4/5
Great board, minor pinout difference
Functionality is excellent and the build quality feels solid. Just be aware that the PB version has a slightly different pinout for some analog channels compared to the old 328P. Check the datasheet before migrating old code.
Anonymous
Mar 11, 2026
Rating: 5/5
Reliable for classroom use
We bought ten of these for our robotics workshop. They have been incredibly stable, and the improved memory allows students to run more complex logic without running out of space. No failures so far.
Anonymous
Mar 10, 2026
Rating: 4/5
Solid performance, good value
The FT232 interface is much more reliable than the CH340 clones I've used before. Upload speeds are consistent. Only giving 4 stars because the silkscreen labeling for the new PB features could be clearer.
Q: Is this board compatible with the standard Arduino IDE?
A: Yes, this board is fully compatible with the Arduino IDE. You simply need to select 'Arduino Nano' as the board type, and it will work with the ATmega328PB processor.
Q: What is the main difference between the 328P and the 328PB?
A: The ATmega328PB includes additional hardware peripherals such as a second USART, an extra SPI interface, and two more ADC channels compared to the standard 328P, making it better for complex multi-device projects.
Q: Can I power this board via the VIN pin with 9V?
A: Yes, the onboard voltage regulator supports input voltages typically between 7V and 12V via the VIN pin. A 9V battery is a common and safe power source for this board.
Q: Are drivers required for the FT232 chip on macOS?
A: Generally, macOS includes native drivers for FTDI chips like the FT232, so no additional installation is usually required. It should be recognized immediately as a serial device.
Q: Does this come with headers pre-soldered?
A: No, this board is shipped without headers soldered to allow for flexible mounting options (such as using female headers or direct wire soldering). You will need to solder them yourself if required.