Diseño de PCB Zorro
0:33
Eurorack 3.5mm jack PCB mountPanel potentiometer PCB mountEurorack power headeris thinking...
180d 23:24:29
Ready.
Table
| Pin Number | Pin Name | Function |
|---|---|---|
| 1 | D13/GPIO6 | Digital I/O, General Purpose I/O Pin |
| 2 | +3V3 | 3.3V Power Supply |
| 3 | AREF | Analog Reference |
| 4 | A0/DAC0/GPIO26 | Analog I/O, Digital I/O |
| 5 | A1/GPIO27 | Analog I/O, General Purpose I/O Pin |
| 6 | A2/GPIO28 | Analog I/O, General Purpose I/O Pin |
| 7 | A3/GPIO29 | Analog I/O, General Purpose I/O Pin |
| 8 | A4/GPIO12 | Analog I/O, General Purpose I/O Pin |
| 9 | A5/GPIO13 | Analog I/O, General Purpose I/O Pin |
| 10 | A6 | Analog I/O |
| 11 | A7 | Analog I/O |
| 12 | +5V | 5V Power Supply |
| 13 | QSPI_~RESET | QSPI Reset |
| 14 | GND | Ground |
| 15 | VIN | Vin Power Supply |
| 16 | TX | UART Transmit |
| 17 | RX | UART Receive |
| 18 | ~RESET | Reset |
| 19 | GND__1 | Ground |
| 20 | D2/GPIO25 | Digital I/O, General Purpose I/O Pin |
| 21 | D3/GPIO15 | Digital I/O, General Purpose I/O Pin |
| 22 | D4/GPIO26 | Digital I/O, General Purpose I/O Pin |
| 23 | D5/GPIO17 | Digital I/O, General Purpose I/O Pin |
| 24 | D6/GPIO18 | Digital I/O, General Purpose I/O Pin |
| 25 | D7/GPIO19 | Digital I/O, General Purpose I/O Pin |
| 26 | D8/GPIO20 | Digital I/O, General Purpose I/O Pin |
| 27 | D9/GPIO21 | Digital I/O, General Purpose I/O Pin |
| 28 | D10/GPIO5 | Digital I/O, General Purpose I/O Pin |
| 29 | D11/GPIO7/COPI | Digital I/O, SPI COPI (MOSI) |
| 30 | D12/GPIO4/CIPO | Digital I/O, SPI CIPO (MISO) |
Additional Notes:Cpp
void setup() { pinMode(6, OUTPUT); // Assuming D13/GPIO6 is on pin number 6 } void loop() { // Simple example logic to turn on the LED // This would need to be adapted based on how you're detecting RF signal strength digitalWrite(6, HIGH); delay(1000); // Keep LED on for 1 second digitalWrite(6, LOW); delay(1000); // LED off for 1 second }
Image
Reviews
Inspect
Arduino Nano RP2040 Connect Template
Controls
Properties
Availability & Pricing
| Distributor | Qty 1 | |
|---|---|---|
| Digi-Key | $30.60 | |
| LCSC | $80.98 | |
| Mouser | $30.60 | |
Assets
id=rp2040-connect-thumb
Welcome 👋
Flux helps you build PCBs faster with an AI teammate!
Create your account to collaborate, stay updated, fork your own version, and get instant answers from our AI agent.
p0l0
copilot