The company I work for recently upgraded their phone system. They got a new IP phone system that can supposedly do everything – the new phones have big LCD screens with fancy menus, lots of different modes, PC connection for remote control of the phone, e-mailing voice messages, and tons of other features. All that […]
Projects
Animatronic Robot Head
I’ve improved the old robot head project which can be found at the old articles link.. The head will be powered by servomotors and will be built from sheet plastic, metal or plywood. The template which can be used for cutting sheet material can be found at the end of this article. Download the template, […]
12 DIGIT RUNNING SIGN using PIC16F628
It’s 1970 and a 12 digit LED Display for pocket calculators has just been released. Nation Semiconductors are in the forefront of designing miniature displays for calculators and have a range from 2-digit to 16-digit displays. The actual 7-segment displays are so small it takes a bubble magnifier in front of the LEDs to see […]
100MHz frequency counter with PIC16F628A – LED Display
Couple of weeks ago I purchased from eBay one of these amazingly cheap an useful modules with MAX7219 LED driver and 8 digit LED display. It is ideal for frequency counter project. The problem was the absence of library for PIC microcontrolers. Luckily, I found a great library for Arduino and I reworked it to […]
Mini GSM localizer without GPS using pic microcontoller
It’s no the first time that we present a localizer without GPS. We remake the old device with the cheaper SimCom module SIM900. In the previous post we present the GSM section and now we can present the complete localizator. Introduction This system allows for localization without directly using GPS technology; we are able to […]
Basic circuit for PIC18F24J50 or PIC18F26J50 to work over USB
The basic circuit below will work with any PIC18F2xJ50 microcontroller. You just have to upload the appropriate firmware. Go to Downloads section to find firmware hex files for the microcontroller and the resonator you would like to use. PIC18F24J50 firmware v2.6.3 – all subversions.zip contain the following general use subversions: 4 MHz, 8 MHz, 12 […]
Serial LCD Library using PIC16C84
Here is a library to interface your PIC code to an LCD that is controlled via a serial line. One such LCD is available from Scott Edwards Electronics. There are many others, and the code shown here can easily be adpated to other LCD displays by changing some defines. The following files are referenced below, […]
USB PIC Programmer
This page is dedicated to everybody needs to program a PIC (Microchip) device via USB port. Looking on the web for ready-to-use projects, I found a good one called Open Programmer, coming with several schematics, PCBs and Open Source code. The original link is http://openprog.altervista.org/OP_ita.html What concerned me was the need to mount, on the mainboard, a […]
LCD Serial Terminal using PIC16F84
LCD Serial Terminal Introduction: In the 1980s a serial terminal was a big thing with a picture tube and keyboard. You used it to communicate with a computer by RS-232 cable or with a modem. In this century, we still sometimes have need for a serial terminal, and we’ll typically use a personal computer running […]