Posts by Ibrar Ayyub:
TI redesigns wireless MCUs from ground up
Posted on: 03 Apr 2017
Texas Instruments has released a family of low-power wireless microcontrollers, claiming 10 year life on a single coin cell in a ZigBee or 6LoWPAN light switch. Applications in fitness and internet-of-things applications are also expected, and the 6LoWPAN versions comes with an in-built IPv6 address. Embedded World: Your Electronics Weekly guide » The completely new […]
CITROEN Saxo Vehicle Touch Sensitive switches using PIC16F84A
Posted on: 02 Apr 2017
Project Summary The CITROEN Saxo Vehicle Touch Sensitive switches For operating Hazards and two peripheral devices If you want to change the look of your dash board inside a vehicle, maybe just fancy some of modern electronics This could be the design for you Project Description Faced with a challenge last year a young lad […]
PIC16F690 Microcontroller Circuit- How to Drive an LED Display
Posted on: 02 Apr 2017
In this article, we will show how to drive a 7 segment LED Display using a PIC16F690 microcontroller. This PIC16F690 microcontroller chip is actually a part of the PIC2 Starter Kit, so we will actually be using this starter kit to drive the LED Display. A 7 Segment LED Display is an electronic device that […]
5V/400V DC/DC converter
Posted on: 02 Apr 2017
A small and cheap 5V/400V DC/DC converter can be useful in many DIY projects, e.g Geiger–Müller counters. I will present here one of such DC/DC converter based on popular MC34063 chip in step-up configuration.One big limitation of this device is little output power, but for many applications this won’t be a problem. Another problem is […]
PIC18F452 LED Blinking Code and Proteus Simulation
Posted on: 02 Apr 2017
This post provides the LED blinking code (compiled in MPLAB + HI-TECH C) for PIC18F452. Complete project code and the proteus simulation can be downloaded from the Downloads section at the bottom of this post. The following diagram shows the required circuit. In this project a crystal of 10MHz is used with PIC18F452. This crystal frequency is fed […]
Ultra-easy use of 64-pin TQFP PIC18F6620 using TQFP-to-DIP PCB from VOTI
Posted on: 01 Apr 2017
A while ago I purchased a batch of 18F6620 TQFP PIC Microcontrollers at a ridiculously low price. The barrier to use of TQFP packages is, of course mounting these SMD packages effectively alongside the ‘normal’ components enthusiasts tend to use. At the time I set about and designed a header, and test motherboard for these […]
Input programming activity
Posted on: 01 Apr 2017
The previous activities showed you how to make the microcontroller activate outputs. This activity demonstrates how to receive inputs from externally connected devices. The input programs also introduce the concept of abstraction—the ability of a program to refer to I/O circuits using assigned variable names rather than their specific hardware addresses. What you should know […]
Power-on Reminder with LED Lamp
Posted on: 01 Apr 2017
Many a times equipment at workstations remains switched on unnoticed. In this situation, these may get damaged due to overheating. Here is an add-on device for the workbench power supply that reminds you of the power-on status of the connected devices every hour or so by sounding a buzzer for around 20 seconds. It also […]
A Minimal USB CDC ACM aka Virtual Serial Port
Posted on: 01 Apr 2017
This page introduces a minimal firmware that implements a USB Virtual Serial Port for Microchip PIC18F4550 processor. The code has been optimized to use minimal amout of memory (both Flash and RAM) and tuned to work well with the Free SDCC C-compiler. The code size is less than 2500 bytes and it requires about 230 […]
pic12f675 Microcontroller 8-PIN PONG
Posted on: 31 Mar 2017
This project is based on ideas from Rickard’s electronic projects page and David B. Thomas VCR Pong. However, I have developed the simplicity even further, eliminating most of the external components. Using microcontrollers with internal 4MHz clock generator there is no need for the xtal. The 12f675 part also operates on wide voltage range, and […]