Skip to content

HQU-gxy/footSensor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Foot Sensor

This is a foot sensor project that uses a force sensitive resistor to detect the pressure of the foot.
The whole circuit is integrated in a shoe sole. The data is sent to a phone via Bluetooth.
The data is then processed and displayed on the phone. The data is also sent to a server for further analysis.

Hardware

  • Force Sensitive Resistor
  • MCU and Bluetooth module(ESP32H2)
  • Battery
  • Battery charger(TP4054)

Software

This project uses the ESP-IDF and Arduino framework.

Build

  1. Install the ESP-IDF environment.

  2. Clone the repository:

git clone https://github.com/HQU-gxy/footSensor.git
  1. Change the directory to the project and export ESP-IDF path:
cd footSensor
. path/to/idf/export.sh 
  1. Build the project:
idf.py build
  1. Flash the executable to the chip:
idf.py -p /dev/ttyUSB0 flash # Change the port to the one you are using

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published