Somewhat similar to PIC 12f675 mini protoboard, but extended and with additional boards.Using attiny2313. Step 1: Scheme Let us first start with a scheme. The scheme is pretty obvious since it only connects attiny2313 with the pins and the only additional elements are resistors and capacitor for reseting the microcontroller. Attachments board.pdfDownload Step 2: Bottom […]
Projects
Model Train Speedometer V2
This project started off being based on an Arduino UNO. And it worded ok, I found the software published on the internet. For example https://forum.arduino.cc/t/model-railroad-speedome… This is actually version 2 using a smaller PCB and PIC chip. It works in exactly the same way as V1. I wanted to make the device smaller, neater and if […]
7 Segment Pov 16F84
This is a post about the POV ( Persistence of Vision ) Display that uses one 7 Segment display. In short, I made this little project as a proof of concept of something I ‘ve always noticed in many electronic devices those used 7 segment display. Devices like 7 segment display clocks and meters. In those devices, the 7 segment […]
8 Bit Serial Digital to Analog (5v Range) Converter for Microcontrollers (when TTL and Resistors Is All You’ve Got)
So I needed a DAC (digital to analog converter) to use with my pic12F675 , and for those of you who have never heard of this little fella, it’s an 8 pin microcontroller from Microchip that has only 6 I/O pins… This is a very simple circuit that converts Digital data (serial input) to Analog […]
PIC MCU and Python Serial Communication
Hello, guys! In this project I will try to explain my experiments on PIC MCU and Python serial communication. Over the internet, there are many tutorials and videos on how to communicate with PIC MCU over virtual terminal which is very useful. However, in my main project one of the requirements is to establish serial […]
Led Blinking by Basic Language Using PIC16f877A
PIC16F877A Pin out & Descriptions There are 5 ports that provide parallel I/O Interfaces to outside world PORTA, PORTB, PORTC, PORTD, PORTE Each port provides 8 bidirectional digital I/O lines which are connected to PIC16F877A pins provided that alternate functions are not selected on that Port. Eventhough Bidirectional at nay time the I/O line can […]
PURE SINE WAVE INVERTER WITH LED AND LCD
The inverter PCB is easy to assemble by following the label of the components to be inserted. The choice of the voltage to be used to power the inverter ranging from 12v to 48v depends on kva you are designing. for any setup, a 12v relay is to be use. The featuring M.C.U are the […]
Wireless Radio Frequency Module Using PIC Microcontroller.
It’s a Microcontroller Based DIY Electronics Project. Named Wireless RF Module Using PIC Microcontroller. The RF module is a small electronic circuit used to transmit, receive, or transceive radio waves on one of a number of carrier frequencies. RF modules are widely used in consumer applications such as garage door openers, wireless alarm systems, industrial […]
RGB LED Love Heart
This project creates a RGB LED lit love heart which is controlled by a PIC12F683 microcontroller. I designed the project as a gift for my wife on our 15th wedding anniversary (since she puts up with my addiction to electronics I thought she deserved something in return!). The love heart is made from a 200x150x6mm […]
Meet the Parallax Propeller QuickStart Board
The Propeller processor chip is the most unique micro-controller on the market today. It’s not just a single microprocessor, but EIGHT independent processors that shareresources like memory and I/O pins. And it can do some pretty amazing things thatthe rest of the microcontrollers like the Ardino and PICs just plain can’t do! (But today, all we […]