Multiplexing 7-Segment Display with Raspberry Pi

Multiplexing-7-Segment-display-with-Raspberry-Pi-Featured-Image

When working with multiple 7-Segment displays a multiplexing scheme is required in order to simplify the design and save Raspberry Pi I/O pins. Such implementations shown in this design. As can be seen from a schematic diagram 2 7-Segment displays are controlled by Raspberry Pi. All segments are connected in parallel with current limiting transistors … Read more

Raspberry Pi and 74HC595 Shift Register

Raspberry-Pi-and-74HC595-Shift-Register-Featured-Image

Raspberry Pi I/O capabilities can be expanded by adding one or cascading a number of shift registers. In this design 74HC595 example is shown. 74HC595 is a very popular and relatively cheap IC. There are assembled modules based on this chip allowing you to control a 7-Segment display or individual LEDs. The interface to Raspberry … Read more

Raspberry Pi LED Bar Graph Display

Raspberry-Pi-LED-Bar-Graph-Display-Featured-Image

Raspberry Pi based LED bar graph display is a relatively simple circuit. It can be easily built using commonly available components. For Arduino version click here. 8 LEDs, 1k potentiometer, ADS1015 ADC module and Raspberry Pi board is all you need for this project. I’ve used 3 groups of colored LEDs to show the rise … Read more

LM35 Temperature Sensor with Raspberry Pi

LM35-Temperature-Sensor-with-Raspberry-Pi-Featured-Image

Using LM35 temperature sensor with Raspberry Pi is a relatively simple task once you have a way to read and convert analog signals. Fortunately in my previous project I’ve shown how to build a basic Raspberry Pi voltmeter with ADS1015 chip. So now we just need to connect the LM35 sensor to one of ADC … Read more

LCD voltmeter based on ADS1015 with Raspberry Pi

LCD-voltmeter-based-on-ADS1015-with-Raspberry-Pi-Featured-Image

LCD voltmeter with Raspberry Pi and ADS1015 is the topic of this project. Similar design for Arduino platform is available at this link. ADS1015 is a 12 bit ADC chip with 4 analog input channels. The interface with Raspberry Pi is done via I2C . This chip also has an adjustable input gain. This option … Read more