Ahmed Ebeed
Created June 5, 2020 © CC BY-NC-SA

Pinguino Egypt - PIC Based Arduino

Create your own Arduino board with PIC18F4550 Microcontroller

IntermediateFull instructions provided26
Pinguino Egypt - PIC Based Arduino

Things used in this project

Hardware components

USB Connector, USB Type B
USB Connector, USB Type B
×3

Software apps and online services

Python

Story

Read more

Schematics

Pinguino

Code

Pinguino USB Terminal Code

Arduino
/*
-------------------------------------------------
HELLO WORLD CDC
-------------------------------------------------
*/

void setup()
{
   // put your setup code here, to run once:
}

void loop()
{
   // put your main code here, to run repeatedly:
  if (CONTROL_LINE) CDC.println("\n\r Hello World !!!");


}

Credits

Ahmed Ebeed
17 projects • 3 followers
Love to try new things and make stuff.

Comments