-
When trying to use `nrf-hal-common` with OneWire (https://crates.io/crates/onewire), InputPin needs to be implemented for OutputPin.
I tried to implement this myself, but I seem to be a bit out of …
-
In `WaitForOneWireReady()`, a `new Stopwatch()` is created, but never started. As a result, the if-test `(stopWatch.ElapsedMilliseconds > 5000)` will never evaluate to true:
https://github.com/Rinsen…
-
Issue is related to Arduino Nano Sense BLE and DS18B20 sensor (waterproof version) are not working together.
What I tried so far. I performed a test on UNO to isolate possible powering and sensor f…
-
First off, this OneWire library works very well. The CRC errors occurring every minute or so disappeared. Nice. I am however having a problem integrating this library into my Arduino IDE cleanly. …
-
I'm developing an application that uses a DS18B20 temp sensor and sends the data to Sigfox every hour.
When trying to send a Sigfox message with the OneWire bus enabled, the board hangs and does no…
-
While trying to compile the [onewire crate](https://crates.io/crates/onewire), I ran into this:
```
$ rustup run avr-toolchain xargo build --target avr-atmega328p --release
Updating crates.io…
-
I'd like to be able to start datalogging missions, using an Arduino, and download recorded temperatures from an iButton such as this (https://www.maximintegrated.com/en/products/digital/data-loggers/D…
-
The DallasTemperature example runs the following error when compiling:
error: no matching function for call to 'OneWire::OneWire()'
-
**Describe the problem you have/What new integration you would like**
Besides of temperature sensors 1-wire bus supports much more interesting devices, like EEPROM's, addressable switches (GPIO…
-
I use OH240 with this:
https://janessa.me/esh/org.openhab.binding.onewire-MASTER.jar
265 │ Active │ 80 │ 2.5.0.201903031011 │ OneWire Binding
I get:
OFFLINE - CONFIGURATION_ERROR required…