Projects

SD SDHC CARD SOUND RECORDER

SD/SDHC CARD SOUND RECORDER

Updated on 30.6.2015 The PIC16F876A’s ADC digitizes the sound and store it in the SD or SDHC card. The firmware works for SD or SDHC cards only, for old SD (before 2009) use ver1 firmware. Do not use SDXC cards with this project because some of them work on 1.8V drive. The code detects whether […]

SD/SDHC CARD SOUND RECORDER 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 »

PIC programmers for parallel port

PIC programmers for parallel port

uni5_a.bmp – PCB of parallel programmer UNIPROG V-A uni5_as1.bmp – schematic diagram of G.Tait’s programmer with 4066 uni5_ao1.bmp – layout of components of G.Tait’s programmer with 4066 List of components: 1 x slot for ISO card (eight pins are enough) 1 x female Centronix connector 36pin 1 x 74LS06 (7406) or 74LS07 (7407) 1 x

PIC programmers for parallel port Read More »

Fun with PCBs

Fun with PCBs

Last year I bought this Etch-Set For Electronic Circuits from Jaycar with the intention of having a go at making my own printed circuit boards (PCBs). I’d had lots of experience working with those experimenter’s Stripboards and Perfboards, which had been more than sufficient for most of the fiddling I did in the past, however

Fun with PCBs Read More »

PCB layouts using CAD schematic

PCB layouts using CAD

Now the PCB kit I used described how I could draw my circuit layouts directly unto the copper clad board using an special pen with etch-resistant ink, however lacking the dexterity of an artist I chose to get myself some CAD software for generating PCB layouts. After a bit of research I decided to go

PCB layouts using CAD Read More »

DIY Bluetooth RC Car

DIY Bluetooth RC Car

Last year I started a project to convert my (then) four-year old’s busted Radio Controlled (RC) car into Bluetooth controlled one which could be driven using a smart phone or tablet. The original car, modeled after a “Fast and Furious” Nissan Silvia, was a pretty basic RC with 2-channel on-off (non-proportional) style controls, and while Micah enjoyed

DIY Bluetooth RC Car Read More »

How to Interface I2C External EEPROM 24LC64 to PIC Microcontroller1

How to Interface I2C External EEPROM 24LC64 to PIC Microcontroller

Microcontrollers are standalone chips since they have memory and processor embedded. The integrated memory of microcontrollers store embedded code and other temporary variables for the execution of program. CircuitsGallery published many microcontroller tutorials and PIC microcontroller projects. Sometimes we may use non-volatile memories (i2c devices) with microcontrollers in case of storing permanent data. In this

How to Interface I2C External EEPROM 24LC64 to PIC Microcontroller Read More »