ARDUINOLOVER
Published © TAPR-OHL

Pinguino UNO Rev3 SMD

Development board based on the PIC18F2550, programmable in Arduino language.

IntermediateFull instructions provided24 hours881
Pinguino UNO Rev3 SMD

Things used in this project

Hardware components

1N4004
×1
1117-5V
×1
1117-3.3V
×1
Capacitor 22 pF
Capacitor 22 pF
×2
Capacitor 47 µF
Capacitor 47 µF
×2
Capacitor 100 nF
Capacitor 100 nF
×2
Capacitor 220nF
×1
Led 0805 Blue
×1
Led 0805 Red
×1
Led 0805 Green
×1
Male-Header 5 Position- 1 Row- Long (0.1")
Male-Header 5 Position- 1 Row- Long (0.1")
×1
USB Connector, Micro USB Type B
USB Connector, Micro USB Type B
×1
Female Header 8 Position 1 Row (0.1")
Female Header 8 Position 1 Row (0.1")
×1
Female header 6 position 1 row (0.1'')
×2
Female header 7 position 1 row (0.1
×1
DC POWER JACK 2.1MM BARREL-TYPE PCB MOUNT
TaydaElectronics DC POWER JACK 2.1MM BARREL-TYPE PCB MOUNT
×1
Female header 3 position 1 row (0.1
×1
Push Button
×1
Resistor 10k ohm
Resistor 10k ohm
×1
Resistor 1k
×3
Pic18f2550
×1
Crystal 20Mhz
×1

Software apps and online services

Pinguino IDE

Story

Read more

Custom parts and enclosures

Gerber Files Pinguino UNO Pic18f2550

Gerber Files Pinguino UNO Pic18f2550

Schematics

Pinguino UNO Rev3 Schematic

Pinguino UNO Rev3 Schematic

Code

Pinguino UNO Blink Test

Arduino
Example of Pinguino Blink Code to test the board
void setup()
{
    // initialize the digital pin USERLED as an output.
    pinMode(USERLED, OUTPUT);   
}

void loop()
{
    toggle(USERLED);    // alternate ON and OFF
    delay(500);        // wait for 500ms

}

Credits

ARDUINOLOVER
21 projects • 1 follower
Electronics & Programing ✅ Youtube: https://bit.ly/3adS4mV
Contact

Comments

Please log in or sign up to comment.