Results 22 comments of Wei-ying Chen

It [works](https://github.com/DaneSlattery/hx711/issues/9#issuecomment-1968350258) now. I had to solder the load cell wires directly to the HX711 instead of soldering them to the jump wires. Thanks for all the help!

This is my Helix log when I open a Rust project that has esp-idf-svc as a dependency: ``` 2024-02-17T19:37:28.908 helix_lsp::transport [ERROR] rust-analyzer err

Thanks to [this](https://github.com/rust-lang/rust-analyzer/issues/16552#issuecomment-1947885960) comment, I found out rust-analyzer works perfectly in esp-idf projects if you use rustc 1.77.0-nightly (2a3e63551 2023-12-30). The issue is rustc 1.78.0-nightly (ee9c7c940 2024-02-14).

@juliankrieger So your point is that RA also has issues with rustc.177.0-nighty when analyzing ESP projects?

> We have full support of `embedded-hal` 1.0 and our Spi interface is a "Full Duplex" one @Vollbrecht Does this mean that we can now use `esp-rs/esp-idf-hal` with https://github.com/smart-leds-rs/smart-leds and...

I'm having _exactly_ the [same](https://github.com/esp-rs/esp-idf-svc/issues/366) issue. For those having this issue, is rust-analyzer not catch errors like [these](https://github.com/esp-rs/esp-idf-svc/issues/366#issue-2138621208)?

> Yes same got the error on an `esp-idf` project after updating rust nightly to > > ``` > rustc 1.78.0-nightly (ee9c7c940 2024-02-14) > ``` @mrchantey Which rust nightly version...

@mrchantey I confirmed it: rust-analyzer works perfectly in esp-idf projects if you use rustc 1.77.0-nightly (2a3e63551 2023-12-30). The issue is rustc 1.78.0-nightly (ee9c7c940 2024-02-14).

@crespum I created a [repo](https://github.com/weiying-chen/rust-esp32c3-bme280) with a working example plus instructions.

Okay, I'll check it out. But my working example reads the sensor successfully.