Notifications
Clear all
Topic starter
09/07/2019 7:38 pm
Hi,
First of all thank You for creating and maintaining such a great software!
One thing i am missing is possibility to connect Analog input (potentiometer) to arduino to use as handbrake.
Regards
02/09/2019 5:38 pm
Hi....you'll have to look at the sensors datasheet to see what communication method it uses. I guess from the title the sensor outputs a analog voltage proportional to the sensed pressure? Start your arduino IDE, load up the AnalogInput example and connect your sensor appropriately. Then you can look at the readings from the ADC on the serial monitor.