Hi, I'm building a BMS app and am confused how I can update values through the app. I have set threshold values for voltage, current, etc and want to give the user the option to change them in a set range. I am able to make the popup display to allow the user to enter the values, but I'm confused how to allow it to communicate to an Arduino microcontroller and update the set parameters?
I hope it makes sense regarding my objective.