Hello, I have tried using Arduino to create a mini project by using 2-3 sensors. However, in my recent project, I wanted to build a force sensor insole that will place 10 force sensors on the foot sole. I aimed to make the insole wireless so I need to connect all these sensors with Arduino nano and Bluetooth devices which will be put inside the shoes. My problem is that the Arduino nano has only 8 analog pins available, but I need to connect more than 8 sensors to it. So, I need advice on this problem, are there any alternative ways I could do so that I can receive all data from all these sensors??
Noted that increasing the number of Arduino nano is not the best way for me due to the increase in area and weight of my shoes.
Thank you for all the comments ^^