We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I wrote a test example for your library: https://github.com/pronvis/drawer-robot/blob/master/crates/companion/src/bin/hx711_spi_read.rs And it reads absolutely noise:
└─ hx711_spi_read::app::hx711_read @ src/bin/hx711_spi_read.rs:135 DEBUG #26: DYMH-06 data: -221.92485 └─ hx711_spi_read::app::hx711_read @ src/bin/hx711_spi_read.rs:135 DEBUG #31: DYMH-06 data: -0.000035274 └─ hx711_spi_read::app::hx711_read @ src/bin/hx711_spi_read.rs:135 DEBUG #35: DYMH-06 data: -221.92485 └─ hx711_spi_read::app::hx711_read @ src/bin/hx711_spi_read.rs:135 DEBUG #40: DYMH-06 data: -0.000035274 └─ hx711_spi_read::app::hx711_read @ src/bin/hx711_spi_read.rs:135 DEBUG #44: DYMH-06 data: 184.93732 └─ hx711_spi_read::app::hx711_read @ src/bin/hx711_spi_read.rs:135 DEBUG #49: DYMH-06 data: 258.91226
but non-spi reader that is used here: https://github.com/pronvis/drawer-robot/blob/master/crates/companion/src/bin/hx711_read.rs works fine. What could be wrong? All the difference in pin connections is: with spi:
PB13 <-> SCK PB14 <-> DT
with non-spi:
PA7 <-> SCK PA6 <-> DT
The text was updated successfully, but these errors were encountered:
Hmm. Strange. I need to look into this...
Sorry, something went wrong.
No branches or pull requests
I wrote a test example for your library: https://github.com/pronvis/drawer-robot/blob/master/crates/companion/src/bin/hx711_spi_read.rs
And it reads absolutely noise:
but non-spi reader that is used here: https://github.com/pronvis/drawer-robot/blob/master/crates/companion/src/bin/hx711_read.rs
works fine. What could be wrong?
All the difference in pin connections is:
with spi:
with non-spi:
The text was updated successfully, but these errors were encountered: