-
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
Required hardware setup #8
Comments
Hi @sense-Jo. You mention that you're using an nRF51-DK. The example firmware project is specific for the nRF52840-DK, and needs to be edited for it to work on an nRF51. To that end, you'll first have to edit Furthermore, you'll need to use nrf51-hal instead of nrf52840-hal. You can edit I haven't tried or compiled this, so please let me know if it works. |
Thank you for your response. Unfortunately, switching to nRF51 the way you described did not work. I get the following output:
However, since I have a working setup now, we don't have to investigate this further. But in case you still want to so, I'm willing to help testing. |
Ah, by the way, I occurred a compile-error after switching back to nRF52 from nRF51, and doing a system update (not sure what the actual cause was):
I could solve it with these changes to
|
Hi @sense-Jo, There have been some developments around the |
Hello @hdoordt,
thank you for publishing this project.
I would like to try it out, since I'm currently working on something similar. However, I failed to get running.
I installed
powertest
by runningcargo install --path /path/to/powertest
, and then rancargo test --test power
, just as you described it in the readme.However, it fails with
Error: No probe found for chip nrf52840
.Of course, I have the PPK-II and a programmer connected to an nrf52840 module.
The programmer is the onboard-JLink of an nRF51-DK. Should that be a compatible setup?
I verified the probe is detected by installing
cargo-flash
:Sadly, I don't know much about Rust and it's ecosystem, thus I have a hard time figuring out what your code does regarding the probe detection.
The text was updated successfully, but these errors were encountered: