I am still pretty new when it comes to coding and this is for my high school project so prompt help would be greatly appreciated.
I am building a human gyroscope (Something like this, but sitting down: https://youtu.be/awXTZt86gz0) and I want to put an accelerometer inside it, to display the forces the person inside it felt during the "ride"
My question is: Is it possible to connect two Arduinos to each other via HC 06 bluetooth modules to send the data from the accelerometer from one Arduino to the other and then diplay the average force on a QAPASS 1602a display and if so, how should I go about doing so?