Posts by Ibrar Ayyub:
Serial to PIC Interface using PIC Microcontroller
Posted on: 06 Mar 2017
One of the first things I like to do when creating a new project is to get the I/O working. This helps in debugging the code as I write it. What about projects that do not have I/O? This device sneeks both input and output from your computer (terminal program) to the PIC using just […]
DIY, Microcontroller-Based Battery Monitor for RC Aircraft
Posted on: 06 Mar 2017
I’ve had good cause to be reading and perusing a few old Circuit Cellar articles every day for the past several weeks. We’re preparing the upcoming 25th anniversary issue of Circuit Cellar, and part of the process is reviewing the company’s archives back to the first issue. As I read through Circuit Cellar 143 (2002) […]
Toward hack-proof RFID chips
Posted on: 06 Mar 2017
MIT researchers have developed a new type of radio frequency identification (RFID) chip that is extremely difficult to hack. If such chips were widely adopted, it could mean that an identity thief couldn’t steal your credit card number or key card information by sitting next to you at a café, and high-tech burglars couldn’t swipe […]
Passive device improves reliability of LED streetlights
Posted on: 06 Mar 2017
The principle advantages of LED lighting are its long life, which can be as long as 60,000 hours, or 20 years, and inherent energy efficiency. LED streetlights have been shown to use 15% of the energy and give off less heat, while generating more light per watt. LEDs do not contain toxic chemicals such as […]
Whistle Key Finder using PIC12F629
Posted on: 05 Mar 2017
This project uses one of the smallest chips in the PIC microcontroller range, the PIC12F629 and you can learn to program it and experience the thrill of making something yourself and see what goes into writing a program. Even a program as simple as this one is not easy to put together and if you […]
Telephone operated remote control using PIC16F84A microcontroller
Posted on: 05 Mar 2017
This design controls up to 8 devices using a PIC microcontroller (PIC16F84A) connected to the phone line. The unique feature here is that unlike other telephone line based remote control, this device does not need the call to be answered at the remote end so the call will not be charged. This device depends on […]
LT3089 – 800mA Single Resistor Rugged Linear Regulator with Monitors
Posted on: 05 Mar 2017
Features Extended Safe Operating Area Maximum Output Current: 800mA Stable with or without Input/Output Capacitors Wide Input Voltage Range: 1.2V to 36V Single Resistor Sets Output Voltage Output Current Monitor: IMON = IOUT/5000 Junction Temperature Monitor: 1μA/°C Output Adjustable to 0V 50μA SET Pin Current: 1% Initial Accuracy Output Voltage Noise: 27μVRMS Parallel Multiple Devices […]
Serial communication with Matlab pic-microcontroller
Posted on: 05 Mar 2017
Overview Matlab has a “serial” function that allows it to communicate through a serial port. This project is to establish serial port connection with the PIC microcontroller and demonstrate bidirectional communication between the PIC and a Matlab program. For demonstration purposes, the PIC will send digital potentiometer readings to Matlab as well as receive keystrokes […]
GPS to SD-Card Data Logger using PIC16F819 microcontroller
Posted on: 04 Mar 2017
Description This project combines a GPS receiver module, a MicrochipPIC microcontroller and a Secure Digital memory card to make a GPS data logger. With a large capacity and reasonably long battery life it is a very useful device for logging GPS position for example for mapping with OpenStreetMap. In this picture the complete GPS data […]
MSP430 VFD Clock – Manhattan Style
Posted on: 04 Mar 2017
I wanted to do a follow-up to my last clock build, the MSP430 Analog Gauge Clock, reusing some of the code from that project, and I had an IV-18 vacuum florescent display (VFD) tube that I bought on Ebay. Also, I wanted to finish the project before Christmas break was over. That didn’t happen. But […]