i2c

DIY Power Logger Using I2C & Python

Make your own power logger for electronics that you use in the house using INA219 chip, SSD1306 OLED display, Raspberry Pi 3, and Python. Β  Story The drive for this project was the inspiration from (my opinion) a well known YouTuber, which presents electronics circuits, projects, and electronics basics videos (how capacitors, inductors, MOSFETs, etc.). …

DIY Power Logger Using I2C & Python Read More Β»

Interface I2C with the Raspberry Pi

Note: Full source (still not finished) is available github.com/drcrane/raspberryrfid. The Raspberry Pi has a few different interfaces available to it, one is I2C (a protocol created by Philips and used in many places, it is the basis of VESA DDC!). I had the opportunity recently to interface with an SL030 RFID Mifare reader, it is …

Interface I2C with the Raspberry Pi Read More Β»

Raspberry Pi I2c Interfacing and Programming

I2C is a multi-device bus used to connectΒ low-speed peripherals to computers and embedded systems. The Raspberry Pi supports this interface on its GPIO header and it is a great way to connect sensors and devices. Once configured you can connect more than one device without using up additional pins on the header. Before using I2C …

Raspberry Pi I2c Interfacing and Programming Read More Β»

Scroll to Top
Scroll to Top