Hi,
I am currently trying to build a smart water bottle that can track water intake. I use ESP32 for the board, a micro SD to save the drink log, a load sensor to track the water intake and an accelerometer to track the drink gesture. Only if a certain (drink) gesture detected, the code will recognize it as drinking water activity and save the record to the database.
Is there anyone who knows how to code the drink gesture recognition in Arduino? I also welcome any advice on how to code this.
Thank you very much.
best,
Bimo
Hi.
Thanks for sharing you project with us.
To be honest, I’ve never experimented with the accelerometer with the Arduino. So, I’m not familiar with that subject.
I found these tutorials that might be helpful for your project:
https://create.arduino.cc/projecthub/mellis/gesture-recognition-using-accelerometer-and-esp-71faa1
https://blog.adafruit.com/2017/01/04/use-3d-gestures-to-trigger-actions-in-your-arduino-projects/
Regards,
Sara