PIC18F2553 USB Bit Whacker

The USB Bit Whacker is a spectacular little development board featuring the PIC18F2553. Based on the work of Brian Schmalz, the UBW is a small board with a command interpreter for basic input and output control. When attached to a…

Read more

Look at chipkit UNO

Whilst browsing some electronic sites looking at some of the development boards and kits that are available when I noticed the Chipkit UNO, this was advertised as being pin for pin compatible with arduino shields but used a Pic micro…

Read more

PIC16F873 and a buzzer

In this example we will connect a buzzer to our pic and then play a basic tune, we will use mikroC and the Sound library that is available. Here is the schematic Schematic Code The code was written in mikroC,…

Read more

PIC16F873 and LCD example

In this example we connect an LCD to our PIC16F873 microcontroller Schematic Code Mplab X using the XC8 compiler requires lcd.h lcd header file   [codesyntax lang=”c”] #define _XTAL_FREQ 4000000 #define RS RC0 #define EN RC1 #define D4 RC2 #define…

Read more

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. Read More