Skip to content

Commit aa364f1

Browse files
committed
Reduce content and update specs
1 parent c6142c4 commit aa364f1

File tree

2 files changed

+30
-39
lines changed

2 files changed

+30
-39
lines changed

_board/cytron_maker_nano_rp2040.md

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,36 +14,33 @@ features:
1414
- Breadboard-Friendly
1515
---
1616

17-
## Simplifying Projects with Raspberry Pi® RP2040
17+
The Maker Nano RP2040 is a small but powerful MCU for your project. Same Arduino Nano form factor, but powered by a RP2040 MCU. This also means that it's compatible with some of the daughter boards for Arduino Nano in the market. Not to forget it's also breadboard friendly to allow building your own circuit.
1818

19-
Looking for a small but powerful MCU for your project? Arduino Nano can't satisfy you anymore? We have the Maker Nano RP2040 for you. Same Arduino Nano form factor, but powered by a much more powerful RP2040 MCU from Raspberry Pi. This also means that it's compatible with most (see exception below) of the daughter boards for Arduino Nano in the market. Not to forget it's also breadboard friendly to allow building your own circuit.
19+
The board has a lot of LEDs. Those LEDs are not just for a nice visual effect, they also represent the status of each pins. There are also two RGB LEDs (WS2812 Neopixel) to make your life more colorful. The onboard piezo buzzer and the sliding switch are additional hardware items which are present.
2020

21-
Just like the other Maker series products, there are plentiful of LEDs on the Maker Nano RP2040 (welll, who doesn't like LEDs?). Those LEDs are not just for a nice visual effect, they also represent the status of each pins and this makes troubleshooting your circuit a breeze. Not too excited with the boring single color blue LEDs? Worry not. We also put in two RGB LEDs (WS2812 Neopixel) to make your life more colorful. You can also program it to dance together with the melody produced by the onboard piezo buzzer. To change to another melody, press the onboard push button. Something wrong with your code and the buzzer keep playing anoying tone? Mute it with the sliding switch.
21+
The Raspberry Pi RP2040 MCU can be programmed with C/C++ (natively or with Arduino IDE support), MicroPython or CircuitPython.
2222

23-
All of these can be done with the Maker Nano RP2040 alone without additional circuitry. Wiring up your own circuit is always the most tedious part of learning electronics. It's very prone to error and sometimes, not reversible. We know it because we've gone through that before.
23+
The I/O voltage is only 3.3 V and it's not 5 V compatible.
2424

25-
When you have come to a state that onboard peripherals are already not enough for you, additional sensors or modules can be added via the newly introduced Maker Ports. Utilizing the JST-SH 4-ways connector, Maker Port is compatible with Sparkfun's Qwiic modules and Adafruit's STEMMA QT modules. Qwiic and STEMMA QT are using I2C communications and can be daisy-chained. By using the included JST-SH to Grove conversion cables, Maker Port is compatible with Seeed Studio's Grove modules too. Besides I2C, Maker Port also supports UART (Maker Port 0 only), Analog Input (Maker Port 1 only) and Digital Input/Output.
25+
## Technical details
2626

27-
The Raspberry Pi RP2040 MCU can be programmed with C/C++ (Natively or with Arduino IDE support), micropython or circuitpython. With massive libraries support and examples especially in Arduino IDE and circuitpython, you will be ready to build your application in no time, be it for learning purpose or for building a useful project.
28-
29-
**Features:**
3027
- Arduino Nano form factor
31-
- Powered by Rapberry Pi RP2040
32-
- Dual-core Arm Cortex-M0+ processor
33-
- 264KB internal RAM
34-
- 2MB of Flash memory
35-
- The exact same specifications with Raspberry Pi Pico
28+
- Dual-core Arm Cortex-M0+ processor
29+
- 264 KB internal RAM
30+
- 2 MB of Flash memory
31+
- 22x Digital I/O pins (4 ADC inputs `A0` - `A3`)
3632
- 14x Status indicator LEDs for GPIOs
3733
- 1x Piezo buzzer with mute switch
3834
- 1x Push button
3935
- 2x RGB LEDs (WS2812 Neopixel)
4036
- 2x Maker Ports, compatible with Qwiic, STEMMA QT, Grove (via conversion cable)
4137
- Support Arduino IDE, CircuitPython and MicroPython
4238

43-
## Resources:
39+
## Resources
40+
4441
- [Maker Nano RP2040 Pinout Diagram](https://docs.google.com/drawings/d/e/2PACX-1vSGwfh_1ac_UFXT4F72D0yJHaYHjDC-lfeBMLp0dc8ry57sAYtdobIFBZqrfXE6AuDTYEY9Cicto2b8/pub?w=3373&h=2867)
4542
- [Maker Nano RP2040 Datasheet](https://docs.google.com/document/d/15IMxlESQE43sP7brZpqlfHVTAdX1N_XenzpvfP8cT_8/edit?usp=sharing)
4643

47-
4844
## Purchase
45+
4946
* [Cytron](https://www.cytron.io/p-maker-nano-rp2040)

_board/cytron_maker_pi_rp2040.md

Lines changed: 18 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -14,48 +14,42 @@ features:
1414
- Robotics
1515
---
1616

17-
## Simplifying Robotics with Raspberry Pi® RP2040
17+
Cytron Maker Pi RP2040 features the RP2040 chip, embedded on a robot controller board. The board also comes with 2-channel DC motor driver, 4 servo motor ports and 7 Grove I/O connectors, ready for your next DIY robot/motion control projects.
1818

19-
Cytron Maker Pi RP2040 features the first microcontroller designed by Raspberry Pi - RP2040, embedded on a robot controller board. The board also comes with 2-channel DC motor driver, 4 servo motor ports and 7 Grove I/O connectors, ready for your next DIY robot / motion control projects. Now you can build a robot, while trying out the new RP2040 chip.
19+
The DC motor driver onboard is able to control two brushed DC motors or single bipolar/unipolar stepper motor from 3.6 V to 6 V, providing up to 1 A current per channel continuously. The built-in Quick Test buttons and motor output LEDs allow functional test of the motor driver in a quick and convenient way without the need of writing any test code. Vmotor for both DC and servo motors depends on the input voltage supplied to the board.
2020

21-
The DC motor driver onboard is able to control two brushed DC motors or single bipolar/unipolar stepper motor from 3.6V to 6V, providing up to 1A current per channel continuously. The built-in Quick Test buttons and motor output LEDs allow functional test of the motor driver in a quick and convenient way without the need of writing any test code. Vmotor for both DC and servo motors depends on the input voltage supplied to the board.
21+
Maker Pi RP2040 has lots of LEDs for troubleshooting and visual effects, is able to make quite some noise with the onboard piezo buzzer and comes with push buttons ready to detect your touch.
2222

23-
Maker Pi RP2040 features all the goodness of Cytron's Maker series products. It too has lots of LEDs useful for troubleshooting (& visual effects), is able to make quite some noise with the onboard piezo buzzer and comes with push buttons ready to detect your touch.
23+
There are three ways to supply power to the Maker Pi RP2040 - via USB (5 V) socket, with a single cell LiPo/Li-Ion battery or through the VIN (3.6-6 V) terminals. However only one power source is needed to power up both controller board and motors at a time. Power supply from all these power sources can all be controlled with the power on/off switch onboard.
2424

25-
There are three ways to supply power to the Maker Pi RP2040 - via USB (5V) socket, with a single cell LiPo/Li-Ion battery or through the VIN (3.6-6V) terminals. However only one power source is needed to power up both controller board and motors at a time. Power supply from all these power sources can all be controlled with the power on/off switch onboard.
25+
CircuitPython is preloaded on the Maker Pi RP2040 and it runs a simple demo program right out-of-the-box. It can also be programmed with C/C++ (natively or with Arduino IDE support) or MicroPython.
2626

27-
Cytron Maker Pi RP2040 is basically the Raspberry Pi Pico + Maker series' goodness + Robot controller & other useful features. Therefore this board is compatible with the existing Pico ecosystem. Software, firmware, libraries and resources that are developed for Pico should work seamlessly with Cytron Maker Pi RP2040 too.
28-
CircuitPython is preloaded on the Maker Pi RP2040 and it runs a simple demo program right out-of-the-box. Connect it to your computer via USB micro cable and turn it on, you will be greeted by a melody tune and LEDs running light. Press GP20 and GP21 push buttons to toggle the LEDs on/off, while controlling any DC and servo motors connected to it to move and stop. With this demo code, you get to test the board the moment you receive it!
27+
## Technical details
2928

30-
While connected to your computer, a new CIRCUITPY drive appears. Explore and edit the demo code (code.py & lib folder) with any code editor you like, save any changes to the drive and you shall see it in action in no time. That's CircuitPython - very easy to get started. Wish to use other programming lauguages? Sure, you are free to use MicroPython and C/C++ for Pico/RP2040. For those of you who loves the Arduino ecosystem, please take a look at this official news by Arduino and also the unofficial Pico Arduino Core by Earle F. Philhower.
31-
32-
**Features:**
33-
- Powered by Rapberry Pi RP2040
34-
- Dual-core Arm Cortex-M0+ processor
35-
- 264KB internal RAM
36-
- 2MB of Flash memory
37-
- The exact same specifications with Raspberry Pi Pico
29+
- Dual-core Arm Cortex-M0+ processor
30+
- 264 KB internal RAM
31+
- 2 MB of Flash memory
3832
- Robot controller board
39-
- 4x Servo motors
40-
- 2x DC motors with quick test buttons
33+
- 4x Servo motors (`GPIO12`. `GPIO13`, `GPIO14`, `GPIO15`)
34+
- 2x DC motors with quick test buttons (Dual-channel H-bridge)
4135
- Versatile power circuit
42-
- 7 Automatic power selection: USB 5V, LiPo (1-cell) or Vin (3.6-6V)
36+
- 7 Automatic power selection: USB 5 V, LiPo (1-cell) or Vin (3.6-6 V)
4337
- Built-in 1-cell LiPo/Li-Ion charger (over-charged & over-discharged protection)
4438
- Power on/off switch
4539
- 13x Status indicator LEDs for GPIO pins
4640
- 1x Piezo buzzer with mute switch
4741
- 2x Push button
48-
- 2x RGB LED (Neopixel)
49-
- 7x Grove ports (flexible I/O options: digital, analog, I2C, SPI, UART...)
50-
- Preloaded with CircuitPython out-of-the-box
42+
- 22x RGB LED (Neopixel)
43+
- 7x Grove ports (flexible I/O options: digital, analog, I2C, SPI, UART)
5144
- Mouting holes
52-
- 4x 4.8mm mounting hole (LEGO® pin compatible)
45+
- 4x 4.8 mm mounting hole (LEGO® pin compatible)
5346
- 6x M3 screw hole
5447

55-
## Resources:
48+
## Resources
49+
5650
- [Getting Started with Maker Pi RP2040 & Example Code](https://github.com/CytronTechnologies/MAKER-PI-RP2040)
5751
- [Maker Pi RP2040 Datasheet](https://docs.google.com/document/d/1DJASwxgbattM37V4AIlJVR4pxukq0up25LppA8-z_AY/edit)
5852

59-
6053
## Purchase
54+
6155
* [Cytron](https://www.cytron.io/p-maker-pi-rp2040)

0 commit comments

Comments
 (0)