Posts by Ibrar Ayyub:
EEVblog #754 – Altium Circuit Maker First Impressions
Posted on: 04 Sep 2017
Dave gives his first impression of Altium’s new FREE PCB design tool for the maker community, Circuit Maker. What are the limitations? What do you get? For more detail: EEVblog #754 – Altium Circuit Maker First Impressions
Maximize the Energy from Long-Life Batteries
Posted on: 04 Sep 2017
Battery lifetime is a key consideration for the development of the wireless sensor nodes that will populate the Industrial Internet of Things (IIoT). In many applications, the sensor nodes will need to be installed in locations that are difficult to reach let alone service. The sensor nodes need to be autonomous in terms of energy […]
Surface-mount 555 PWM circuit
Posted on: 04 Sep 2017
Introduction I wanted to dim my room LED lighting with a potentiometer, and decided on creating a solution from scratch to make it more fun and educative. I decided to go with the fairly well-known 555 PWM circuit. To decrease size and for learning purposes I decided on using surface-mount components for the first time. […]
‘Most accurate’ 20bit SAR ADC ever
Posted on: 03 Sep 2017
Description The LTC®2378-20 is a low noise, low power, high speed 20-bit successive approximation register (SAR) ADC. Operating from a 2.5V supply, the LTC2378-20 has a ±VREF fully differential input range with VREF ranging from 2.5V to 5.1V. The LTC2378-20 consumes only 21mW and achieves ±2ppm INL maximum, no missing codes at 20 bits with […]
Fluke 15B+ WiFi – Introduction
Posted on: 03 Sep 2017
Introduction One of the bad things about electricity is that it is mostly invisible: unless the voltages or currents are very high, it mostly flows invisibly through wires, it’s existence only implied by a lighted up LED, a beeping speaker, an LCD that indicates something or another secondary effect. Normally, this is what we want: […]
DigiPot – Rotary Encoder Digital Potentiometer
Posted on: 03 Sep 2017
DigiPot is a digital potentiometer using a rotary encoder as input along with a 7 segment display that show the current pot value. Description The “potentiometer” is actually a rotary encoder (TW-700198) connected to a microcontroller that reads the signal from it and convert it to a value that is displayed on 7-segment displays. The […]
SAR 18-bit ADC with ref comes in 12-pin package
Posted on: 02 Sep 2017
Description The MAX11156 18-bit, 500ksps, SAR ADC offers excellent AC and DC performance with true bipolar input range, small size, and internal reference. The MAX11156 measures a ±5V (10VP-P) input range while operating from a single 5V supply. A patented charge-pump architecture allows direct sampling of high-impedance sources. The MAX11156 integrates an optional 6ppm/°C reference […]
Basics of the I2C Communication Protocol
Posted on: 02 Sep 2017
So far, we’ve talked about the basics of SPI communication and UART communication, so now let’s go into the final protocol of this series, the Inter-Integrated Circuit, or I2C. You’ll probably find yourself using I2C if you ever build projects that use OLED displays, barometric pressure sensors, or gyroscope/accelerometer modules. I2C combines the best features of SPI and UARTs. With […]
Major Electronic Peripherals Interfacing to Microcontroller 8051
Posted on: 02 Sep 2017
Interfacing is one of the important concepts in microcontroller 8051 because the microcontroller is a CPU that can perform some operation on a data and gives the output. However to perform the operation we need an input device to enter the data and in turn output device displays the results of the operation. Here we […]
Record+play fast 1bit sound on a PIC!
Posted on: 01 Sep 2017
BTc “Binary Time constant” algorithm. A system to record and/or play sound in a bitstream format using just one digital output pin. This is a sound playback system for a PIC or any other microcontroller. It uses a clever encoding system to mathematically model the actual performance of the RC filter when the signal is […]