Posts by Ibrar Ayyub:
High-Sensitivity Pulse Oximeter and Heart-Rate Sensor for Wearable Health
Posted on: 09 Feb 2017
Description The MAX30102 is an integrated pulse oximetry and heart-rate monitor biosensor module. It includes internal LEDs, photodetectors, optical elements, and low-noise electronics with ambient light rejection. The MAX30102 provides a complete system solution to ease the design-in process for mobile and wearable devices. The MAX30102 operates on a single 1.8V power supply and a […]
Crocus sensors for flexible displays
Posted on: 09 Feb 2017
Crocus, the magnetically enhanced IC specialist, has prototyped a bendable display using flexible sensors and is looking for applications and customers for it. “Crocus has created a new IP based on magnetic sensors for flexible surface position detection. This enables equipment makers to gain in the added performance of flexible shape devices, while reducing costs,” […]
How to generate video signals in software using PIC
Posted on: 08 Feb 2017
Background During the Christmas holidays 1997-1998, I started on a small project, trying to generate a video signal with a PIC16C84. I had seen some video clock generating video signals in software, and thought it was a quite interesting idea, and wanted to take it a step further. I didn’t know much about video signals […]
Zhaga moves on CoB standardisation
Posted on: 08 Feb 2017
In a long-needed move, LED standards body Zhaga has picked up the baton and started work on a specification for chip-on-board (CoB) LED arrays. A Zhaga Book will specify a family of six rectangular or square LED modules with different dimensions. The rest of the content is still being discussed (see below). CoBs are becoming […]
u8plus smart watch quick teardown and uart
Posted on: 08 Feb 2017
With the battery and the speaker pulled back we can see a MediaTek MT6261 SoC and supporting components on the left. On the right are connections for the reset button (mounted on top of the usb connector), speaker and what I assume is a vibrator motor connected to ‘VIB’. The touchscreen is also connected at […]
Building a 3-channel, high power RGB LED driver
Posted on: 08 Feb 2017
Hey guys, I built another board, which is a 3-channel (RGB) LED driver based on an inexpensive chipset called PT4115 (you can find them on eBay or Aliexpress). The circuit is very simple and looks like Sparkfun’s PicoBuck. However, I used beefier components and a different chip. You may say it’s pretty much the same […]
PIC-Tetris
Posted on: 07 Feb 2017
Introduction I have made the game Tetris using a PIC16F84 running @ 12MHz. Tetris is an old Russian computer game where you should try to fit in block into a play-field, quite simple but really fun. All blocks are built from four bricks (the name Tetris is derived from the ancient greek word for four: […]
Chronograph for Air Cannon using PIC16F628A microcontroller
Posted on: 07 Feb 2017
Intro: Chronograph for Air Cannon This chronograph project consists of a sensor assembly and timer circuit box that can be used to measure the muzzle velocity of a projectile fired from an air cannon. I originally built this setup for use with a large air cannon with a 3″ bore. The sensor assembly is attached […]
Counting bits in hardware: reverse engineering the silicon in the ARM1 processor
Posted on: 07 Feb 2017
How can you count bits in hardware? In this article, I reverse-engineer the circuit used by the ARM1 processor to count the number of set bits in a 16-bit field, showing how individual transistors form multiplexers, which are combined into adders, and finally form the bit counter. The ARM1 is the ancestor of the processor […]
Intelligent 4-Cell Lithium Battery Management with CAN/LIN Interface
Posted on: 07 Feb 2017
This design is a battery management circuit, which involves the use of CAN/LIN interface. The system addresses the matter about managing rechargeable batteries. This design features an 8-output hardware configurable, high side/low switch with 16-bit serial input control using the serial peripheral interface (SPI). Two of the outputs are directly controlled using a microcontroller which […]