Development Board – Kits Projects

89Sxx Development Board

89Sxx Development Board

Introduction There are some 89Sxx development board, here is another one. I have designed this single side development board to be used as a tool for learning MCS-51 Microcontrollers, and for easy microcontroller project development. The 89Sxx development board features : 89Sxx 40-DIL based design, 89S51/52/53 In System Programming (ISP) through the 6-pin header RS-232

89Sxx Development Board Read More »

BreadBoard Module PIC16F628A

Breadboard module for PIC16F628A

Here’s another breadboard module that carries a PIC16F628A microcontroller. The power supply pins and the I/O ports of the PIC16F628A microcontroller are accessed through male headers. It can be easily plugged into a breadboard and is very useful for quick prototyping. It frees up a lot of space on the breadboard since the oscillator, reset,

Breadboard module for PIC16F628A Read More »

Rev 4.2.2 schematic and PCB

Rev 4.2.2 schematic and PCB

A long while back I posted a version of the schematic for the electronics for my project to build a GPS-steered parachute for rocket recovery. Since then I’ve tweaked the board a bit, to the point where the hardware design is clean and bug-free (as far as I know). So here is the current version

Rev 4.2.2 schematic and PCB Read More »

Serial Clock

MikroElektronika’s “Ready for PIC” board talks to “Processing” using PIC16F887

“Ready for PIC“ is one of MikroElektronika‘s compact prototyping boards for 28 and 40 pin PIC microcontrollers. The board comes with PIC16F887 microcontroller which is preprogrammed with an UART bootloader firmware and thus eliminates the need of an external programmer. The on-board USB-UART module allows the serial data transfer between the PIC and a PC

MikroElektronika’s “Ready for PIC” board talks to “Processing” using PIC16F887 Read More »

Microchip PIC Microcontrollers Schematic

Microchip PIC Microcontrollers

Implementing ICSP requires connections to a minimum of 5 processor pins: VDD, VPP (also MCLR\), SCLK (on RB6), SDAT (on RB7), and GND. VDD and GND are straightforward. In most applications, it is best to dedicate RB6 and RB& for SCLK and SDAT. This avoids potential complications when these signals are used during programming. Microchip

Microchip PIC Microcontrollers Read More »

How to make a Propeller Display using PIC microcontroller

How to make a ‘Propeller Display’ using PIC microcontroller

This is my first post Related to Projects and today i will describe ‘Propeller Display’ project. Me and my friend Rushi, we both made ‘Propeller Display’ project during our under-graduation. Below is the photo of the project. Project uses Microchip PIC16F84A Microcontroller. Below is the brief specification for same. 18-Pin, 8-bit microcontroller Operating Speed –

How to make a ‘Propeller Display’ using PIC microcontroller Read More »

USB device

Building a PIC18F USB device

Introduction I get a number of emails every month asking about creating USB devices using the PIC18F microcontroller. After looking at projects such as my Atari Joystick USB Adaptor and C64 VICE Front-End there seems to be a demand for more information on how to ‘hack your own’. In this article I will show how

Building a PIC18F USB device Read More »