-
Notifications
You must be signed in to change notification settings - Fork 124
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
CLI mode HOW TO documentation #209
Comments
@kanflo I am happy to tune the parameters for the DPS8005 and send in a PR once I know how to do the above... |
I assume this is referring to the |
The line I'm referring to is this one: Line 18 in c1a8ab6
Does the command you shared show the raw ADC values? |
Yes, the calibration screen does. I'm away at the moment but I believe you press both the up and down arrow at the same time to get there (it's intentionally awkward) |
Oh that was easier than I thought! Is there any documentation for this? |
Weeeell, the documentation has somewhat fallen behind. Some of the information from my old blog posts are stil valid and some is obsolete. Recompiling them into a GitHub.io page has been on the todo list for quite some time. As always, contributions are welcome ;) |
Can you share how you execute the following? as mentioned here: Line 34 in c1a8ab6
Do we need the FTDI connected for this? Does the DPS need to be in any particular state for this to work? I tried the following:
But the output never changes - its always = Vin. So I'm clearly missing something. Next, I also tried:
|
It seems you found the correct way to execute the openpcd commands. It is strange you don't see any difference when changing |
In the file dps-model.h you mention:
you can see real ADC value in CLI mode's stat:
Is the documentation on how to use it available anywhere specifically for this firmware?
The text was updated successfully, but these errors were encountered: