• 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 …

  • In a previous example we connected a 16×2 LCD to our development board and displayed text on it, in this example we use the 2 buttons on the board to display some text on the LCD There are 2 buttons …

  • Code

    PIC18F4520 LCD example

    by shedboy71

    In this example we connected an LCD to the LCD 1602 LCD connection on the Open18F4520 PIC evaluation development board from Waveshare. A simple example is to display some basic text on the LCD display. This is a picture of the …

  • 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 …

  • Code

    PIC16F873 and a buzzer

    by shedboy71

    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, …

  • 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 …

  • In this example we connect a push button switch to the first bit of PORT C (RC0) which will be configured as an input pin. The push button is connected to a 10k pull up resistor this means that the input pin is …

  • This is the usual introduction to a different pic, this time we will start to show you some examples with the PIC16F873 microcontroller, you can find out more about this micro from Microchip but to summarise its a 28 pin sdip …

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