Posts by Ibrar Ayyub:
How to choose a MicroController using PIC16C84 microcontroller
Posted on: 17 Feb 2017
How to choose a MicroController It used to be that the number of different microcontroller chips available to the hobbyist was pretty limited. You got to use whatever you could manage to buy from the mail-order chip dealer, and that narrowed down the choice to a small number of chips. But times have changed. Digikey […]
MikroElektronika’s “Ready for PIC” board talks to “Processing” using PIC16F887
Posted on: 16 Feb 2017
“Ready for PIC“ is one of MikroElektronika‘s compact prototyping boards for 28 and 40 pin PIC microcontrollers. The board comes with PIC16F887 microcontroller which is preprogrammed with an UART bootloader firmware and thus eliminates the need of an external programmer. The on-board USB-UART module allows the serial data transfer between the PIC and a PC […]
How to write embedded C project in Mikro C to build .HEX file
Posted on: 16 Feb 2017
Are you an electronics hobbyist? I will help you to write your first embedded C program. ‘Mikro C pro’ is one of the popular embedded C software for PIC microcontroller. It is more user-friendly and has a set of inbuilt functions and commands. After compiling a microcontroller program in C using ‘Mikro C pro’,you will […]
Lithium-Ion Battery Warms Up, Operates In Subzero Temperatures
Posted on: 16 Feb 2017
A new “all-climate” lithium-ion battery can rapidly heat itself to overcome freezing temperatures with little sacrifice in energy storage capacity and power, researchers say. This advance might enable applications for which high-performance batteries are needed in extremely cold temperatures, such as electric cars in cold climates, high-altitude drones, and space exploration. EC Power is now […]
PIC16F84A LCD interfacing code (using 3 pins only) + Proteus simulation
Posted on: 16 Feb 2017
This post provides the LCD[1] interfacing code using only 3 pins of PIC16F84A microcontroller. This code is written in C language using MPLAB with HI-TECH C compiler. You can download this code from the ‘Downloads‘ section at the bottom of this page. It is assumed that you know how to make an LED blink with PIC16F84A microcontroller. If you […]
LED car headlight design can benefit from thermal simulation, says Mentor
Posted on: 15 Feb 2017
The exterior conceals new technology behind the bezels that make possible such features as adaptive beams and LED matrix beams, for example. Often, each LED has its own lens that is held by a fixture, and light guides with small saw-tooth structures to direct the light to the road and to the external viewer are […]
Virtual Tetris
Posted on: 15 Feb 2017
Introduction Tetris is a very simple, but elegant game. Blocks of four bricks each are falling down in a play field, and the player can rotate and move the block sideways. When the block hits ground or another block below, it stays there. If one line of bricks is full, then that line is removed. […]
Tracking multiple and dynamic biometrics with a single chip.
Posted on: 15 Feb 2017
eing able to monitor fitness in increasingly diverse and efficient ways is a major health priority. It is no longer acceptable simply to provide a range of different bio-sensors. Built with small form-factor devices in mind, Samsung Bio-Processor empowers users with a combination of fitness sensors and continues to perform well with low battery power.Fitness […]
Running Small Motors with PIC Microcontrollers By Harprit Singh Sandhu E-Book
Posted on: 15 Feb 2017
Book Introduction: Program PIC microcontrollers to drive small motors Get your motors running in no time using this easy-to-follow guide. Detailed circuit diagrams and hands-on tutorials show you, step by step, how to program PIC microcontrollers to power a wide variety of small motors. You’ll learn how to configure all the hardware and software components […]
Virtual Pong.
Posted on: 14 Feb 2017
Introduction The game Pong was the world’s first video game in the early 70’s, it is a tennis lookalike game where a ball is played with two rackets, which are moved up and down by each player. The ball can bounce at the floor and the ceiling. This version is implemented with the virtual game […]