Posts by Ibrar Ayyub:
IKEA Mood-light Conversion using PIC12F683P
Posted on: 10 Jun 2017
Introduction This little project was one of my first projects with microcontrollers. First, I made the circuit then, for years, I was wondering what I could do with it, until one day I came across this IKEA plastic bag dispenser. I knew immediately, it would make a perfect “housing” for my mood light. Hardware I […]
Get your morning update with Beam
Posted on: 10 Jun 2017
You wake up in the morning. You’re groggy. You grab your phone lazily and start browsing. You check the weather, your stocks, your instagram. Before you know it, you’re running late! Do your mornings look like this too? We’ve been there! We wanted to streamline our mornings so we built a morning feed so that we can […]
LED Microcontroller Debug Module using PIC18F4420
Posted on: 10 Jun 2017
When it comes to debugging a microcontroller circuit, there aren’t a lot of simple options. Since a microcontroller circuit might have multiple things going on at the same time, measuring voltages with a DMM isn’t an option. Using an computerized In-Circuit-Debugger solution is expensive and elaborate, and time-consuming to set up. People often resort to […]
Pingbot – Micro RC Rechargable Musical Robot Pal using PICAXE
Posted on: 09 Jun 2017
Pingbot is a very small (38mm diameter), usb rechargeable, programmable, musical, remote control robot designed for maximum fun and danceability. I’ve built a few experimental robots in the past and, to be honest, they all looked the part. They were nothing more than circuit boards with wheels glued on.They did help me learn, but they […]
Current and Voltage Sense with Power Measurement
Posted on: 09 Jun 2017
Description The MAX44299 is a low-side current, voltage, and power monitoring circuit that provides an analog output current proportional to the measured current, voltage, and the internally calculated instantaneous power. Instantaneous power is calculated internally by multiplying the load current and a fraction of the load voltage set by an external resistive divider. All three […]
TrH Meter: A DIY indoor thermometer plus hygrometer with adaptive brightness control implemented to 7-segment LED displays
Posted on: 09 Jun 2017
This project is about building a microcontroller-based digital room thermometer plus hygrometer that displays temperature and relative humidity on 4 large (1 inch) seven segment LED displays which adjust their brightness level according to the surrounding illumination. It consists of a closed loop system that continuously assesses ambient light condition using an inexpensive light-dependent resistor […]
How-to: Bus Pirate v1, improved universal serial interface using PIC24FJ64GA002
Posted on: 09 Jun 2017
We use the Bus Pirate to interface a new chip without writing code or designing a PCB. Based on your feedback, and our experience using the original Bus Pirate to demonstrate various parts, we updated the design with new features and cheaper components. There’s also a firmware update for both Bus Pirate hardware versions, with […]
ARM and UNICEF aim to transform peoples’ lives
Posted on: 08 Jun 2017
UNICEF and ARM have announced a multi-year, multi-million pound partnership to accelerate the development of new technologies to overcome the barriers that prevent millions of families from accessing basic health, education and support services. “We’ll be working with UNICEF’s labs to productise their ideas, ” ARM evp Ian Drew told Electronics Weekly, “we’ll work with […]
ESP8266 10-Base-T Ethernet Driver
Posted on: 08 Jun 2017
Overall Discussion This is a relatively unreliable and coincidentally functional ESP8266 Ethernet driver. It only uses two pins on the ESP, the I2S pins, but does provide Ethernet. It does all its own manchester encoding/decoding, framing, FCS, etc. It mimics the ENC424J600 stack found in avrcraft and borrows the IP, ARP, UDP and TCP stacks […]
Making a digital capacitance meter using microcontroller
Posted on: 08 Jun 2017
Capacitors are one of the most common passive electrical components that are extensively used in all kinds of electronic circuits. In this project, we will discuss a technique of building a digital capacitance meter using a PIC microcontroller. This project can measure capacitance values from 1 nF to 99 ?F, with a resolution of 1 […]