-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PAC195X #51
Commits on May 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 207fced - Browse repository at this point
Copy the full SHA 207fcedView commit details -
Configuration menu - View commit details
-
Copy full SHA for c03d0a6 - Browse repository at this point
Copy the full SHA c03d0a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7bf57d - Browse repository at this point
Copy the full SHA a7bf57dView commit details -
Implement the read byte protocol and update current functions to make…
… use of it where applicable.
Configuration menu - View commit details
-
Copy full SHA for b7298cc - Browse repository at this point
Copy the full SHA b7298ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3488e92 - Browse repository at this point
Copy the full SHA 3488e92View commit details
Commits on May 23, 2024
-
Implemented block read protocol and fixed bug where REVISION_ID regis…
…ter was 0xFE instead of 0xFF.
Configuration menu - View commit details
-
Copy full SHA for 99edac6 - Browse repository at this point
Copy the full SHA 99edac6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ba7442 - Browse repository at this point
Copy the full SHA 5ba7442View commit details -
Configuration menu - View commit details
-
Copy full SHA for dcc2c59 - Browse repository at this point
Copy the full SHA dcc2c59View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03fa8cf - Browse repository at this point
Copy the full SHA 03fa8cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for a4eb96d - Browse repository at this point
Copy the full SHA a4eb96dView commit details -
Implement reading VSENSE. The 152-2 model only has VSENSE1 and VSENSE…
…2 channels. Also fixed bug in block write DCMD selection.
Configuration menu - View commit details
-
Copy full SHA for 1cc5111 - Browse repository at this point
Copy the full SHA 1cc5111View commit details -
Implemented functions to read VBUS and VSENSE channels. It seems that…
… after each read, a refresh command must be sent to get new data.
Configuration menu - View commit details
-
Copy full SHA for dc90ea8 - Browse repository at this point
Copy the full SHA dc90ea8View commit details -
Implemented power and average value reading, but power measurements d…
…o not seem to equal vbus * vsense.
Configuration menu - View commit details
-
Copy full SHA for 2c2e74c - Browse repository at this point
Copy the full SHA 2c2e74cView commit details
Commits on May 24, 2024
-
Added function to get accumulator for the channel. Attributing weird …
…Vpower measurements to explanation in the datasheet: product is taken using signed numbers for vbus and vsense and chip uses more bits than the reported vbus and vsense values.
Configuration menu - View commit details
-
Copy full SHA for 19d3f8a - Browse repository at this point
Copy the full SHA 19d3f8aView commit details -
Fix byte ordering problem when block reading for 2 byte values. Will …
…need to fix this for other block reads as well. This correctly yields the bus values now.
Configuration menu - View commit details
-
Copy full SHA for 07e4a26 - Browse repository at this point
Copy the full SHA 07e4a26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ac27a7 - Browse repository at this point
Copy the full SHA 5ac27a7View commit details -
Implemented current calculation. Maybe getting correct values? Pretty…
… sure our Rsense resistors are 0 ohms, so I'm keeping full scale current at 100mV. Not sure how much current to look for.
Configuration menu - View commit details
-
Copy full SHA for e8599d4 - Browse repository at this point
Copy the full SHA e8599d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a4b513 - Browse repository at this point
Copy the full SHA 8a4b513View commit details -
Current may be incorrect because there is no current draw from USB po…
…wer during time of testing. Must test again with battery connected.
Configuration menu - View commit details
-
Copy full SHA for 3cc20e9 - Browse repository at this point
Copy the full SHA 3cc20e9View commit details
Commits on Jun 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a3a8fcc - Browse repository at this point
Copy the full SHA a3a8fccView commit details -
Configuration menu - View commit details
-
Copy full SHA for f1a57ce - Browse repository at this point
Copy the full SHA f1a57ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f7bb11 - Browse repository at this point
Copy the full SHA 3f7bb11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f92614 - Browse repository at this point
Copy the full SHA 2f92614View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a1f994 - Browse repository at this point
Copy the full SHA 5a1f994View commit details
Commits on Jun 4, 2024
-
Implemented measurements that have IDs because they are localize meas…
…urements (i.e. it matters which sensor took them).
Configuration menu - View commit details
-
Copy full SHA for cc1bf2e - Browse repository at this point
Copy the full SHA cc1bf2eView commit details