jens-a-e / pedometer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A simple pedometer using an Arduino Nano 33 BLE

Aims:

  • to understand how a simple pedometer works
  • connect to a data storage device via BLE
  • act as a haptic output device
  • incorporate the open source C-Step-Counter for Arduino compilation
    • enhance the scientific chain of code reference

These explroations are part of research activities investigating wearable Internet of Things and the Self within OpenDoTT.

Repository Contents

  • /Arduio - C/C++ code for Arduino and Adafruit Feather boards
  • /Circuit Pyhton - Prototypes written in Circuit Python for the Adafruit Feather Sense board enabling quicker iterations between code and testting.
  • /tools/ - Contains custom tools and utility scripts for data handling and analysis.

Licenses

Source code written by the researcher in this repository is licensed under the Gnu Public License (GPL).

External examples or used libraries are covered under their own respective licenses; please the folders or follow up through the respective source code files.

Any other original content is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

Creative Commons Licence

Acknowledgments

🇪🇺 This project is part of Open Design of Trusted Things (OpenDoTT) doctoral training network and has received funding from the European Union’s Horizon 2020 research and innovation programme under the Marie Skłodowska-Curie grant agreement No. 813508.

About


Languages

Language:C++ 100.0%