I am looking to use a PH sensor i would like to get the data on Cayenne .
I would like to know if it will work if i use custom widget , from what i saw you need to upload a program on arduino to calibrate but when the calibration is done would i get the right result on the dashboard?
you can use a custom widget and add your sensor output reading in that widget and send data to cayenne using custom widget. Let me know if you don’t know how to use custom widget.
Yep so you could use a custom value widget to send some value to the Cayenne dashboard. The code running on your Arduino would calibrate the value as you wish and then Cayenne would just display the final number that’s sent to the custom widget Let us know if that makes sense?