Skip to content

bitbank2/bb_proximity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BitBank ALS/Proximity sensor Library

Copyright (c) 2023-2025 BitBank Software, Inc.
Written by Larry Bank
email: bitbank@pobox.com

What does it do?
The library auto-detects a growing list of popular I2C ambient light / proximity sensors. It provides a consistent API across all of the different devices and allows capabilities to be queried at runtime.

Why did you write it?
Lately I've been on a mission to simplify the use of I2C sensors for myself and others. One way to make it easier is to support an entire category of devices with a single library. Another is to auto-detect the device and its I2C address automatically. A recent experience is one of the reasons I wrote this code - when working with a colleague on a T/H/P sensor project, I had gotten things working and with the same software and hardware, his didn't. It turned out that his sensor breakout board had configured an alternal I2C address and the software he used to communicate with it failed to 'see' the sensor at the alternate address. This is a simple problem to solve with I2C devices since the address bus can be queried to see if a device responds at a specific address. The solution is simply to 'ping' multiple possible addresses to find the available devices. Personally, I'm constantly testing different sensors from different vendors and this library allows me to swap parts without changing my code.

What's unique about it?
The code is written to be as portable as possible and includes support for Linux (not just Raspberry Pi), Arduino and esp-idf.

If you find this code useful, please consider becoming a sponsor or sending a donation.

paypal

About

A cross-platform embedded library for light and proximity sensors

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

 
 
 

Contributors