Skip to content

mongodb-developer/NoiseCollectorBLE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NoiseCollectorBLE

This Repo

This repository contains code for a C++ program that collects noise data from Bluetooth Low Energy sensors. The code is meant for a Raspberry Pi 4B running Raspberry Pi OS bookworm (based on Debian version 12).

Edit and run

This code uses g++ 12.2 and CMake. I have used Emacs (with eglot) to edit, but you should survive with Visual Studio Code. You can build the project using the following commands:

mkdir build
cmake -S . -B build
cmake --build build
./build/NoiseCollectorBLE

License

This project is licensed under the terms of the Apache license 2.0.

Author

Jorge D. Ortiz-Fuentes, 2023

Resources

About

C++ program that collects data from independent BLE sensors using DBus and BlueZ.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published