Step 1: Assembling the Double Gearbox A basic hobby motor turning at 12,300 RPM is basically useless without a good gearbox. Just touching the shaft will stall the motor. I obtained a Tamiya double gearbox kit for under $10, which through a series of gears provided a ratio of 114.7:1 at 115RPM. There were a […]
Projects
Single microcontroller based 12v to 230v inverter with intelligent battery charging
Single microcontroller based 12v to 230v inverter with intelligent battery charging (Made by me) Here I describe the circuit as: *single microcontroller/controller (ATMEGA16/32) *no op-amps, only chips are the micro, opto-couplers and regulator (7805) *low-battery/overload/short-circuit protection *thyristor controlled battery charger, using the MOSFET body diode as the AC-DC rectifier *charger maintains the battery voltage (top) […]
5 LED CUBE Controller for PIC16F688
Circuit Description The LED cube is made up from 125 LEDs arranged into 5 layers of 25 LEDs each. The display itself is multiplexed so instead of requiring 125 connections it requires one to each of the five layers and 25 to each LED in a layer making a total of 30. The cube is […]
Record Infrared Codes of Any Remote Control Unit for Usage with Linux Infrared Remote Control (LIRC) on Raspberry Pi
Introduction The remote controls that are orphaned when the device they control stopped working are reusable on your Raspberry Pi. After completing this instructable, you may be interested in trying out the following instructables: Reuse Unwanted Remote Control to Shutdown and Reboot Raspberry Pi Reuse Unwanted Remote to Launch Graphical Application in Raspberry Pi Scope […]
Compact PIC18F1320 Microcontroller Board
When I started building Microcontroller projects I built a lot of them using the same PIC microcontroller board. These were based on the PIC18F1320 chip since I bought a lot of them. There are many other chips in the PIC family that would be equally well suited to the projects on this site. Be aware […]
Complete Intro To PIC’s – Make an LED Flash Video
As the title suggests, this guide is targeted for those who are new to the world of PIC microcontrollers. I cover the basics from hardware to software along with programming the device and a few hints along the way. I do assume a little bit of electronics knowledge – eg, reading circuit diagrams – I’m […]
In-Circuit PIC Loader using PIC18F458 microcontroller
This loader connects the PC printer port and works with WinPic800. The loader gets DC supply from application board and provides +12V for high voltage programming mode. We can use it for programming many PIC chips easily. Hardware Schematic The In-circuit serial programming for PIC chips requires only three signals, i.e. a bi-directional DATA line […]
NU32: Introduction to the PIC32 using pic-microcontroller
The Microchip PIC32 is a family of complex and powerful microcontrollers that can be purchased for less than $10 in quantities of one. This microcontroller offers many peripherals useful for mechatronics purposes, such as several channels for analog-to-digital conversion, digital I/O, synchronous and asynchronous serial communication, pulse width modulation, etc. For our purposes, the primary […]
USB Project :- USB Interface Board Using PIC18F4550
USB PROJECT: – USB INTERFACE BOARD USING PIC18F4550 Microcontroller CONTROL – 6 LEDS C# software ( 4.0 .net framework) PIC18F4550 Firmware – for 6 LED’s. TUTORIAL FOR BEGINNERS It’s a low cost USB interface Board that provides cool interface to your computer and it can be used to control various devices like DC Motor, Stepper […]
Generating PWM with PIC Microcontroller using CCP Module
PWM is a technique used to generate analog output signal using digital signals. It is commonly used to control average power delivered to a load, motor speed control, generating analog voltage levels and for generating analog waveforms. CCP Modules are available with a number of PIC Microcontrollers. CCP stands for Capture/Compare/PWM. Using PWM module is […]