-
Notifications
You must be signed in to change notification settings - Fork 18
Datalogger example #5
Copy link
Copy link
Open
Description
Hi, great work here. I'm trying to wrap my head around using some values/conversion used. Like in the datalogger example, you use:
for x in range(0, 8):
chv[x] = (((ch[x] * 100) /167.0)/int(gain))/1000000.0
I understand this is converting raw values into voltages.. But any idea how is this working? Any references? Since I'm using a pressure sensor, I'm looking to use psi for example..
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels