-
Hardware: wemos d1 r1
SDK: v2.1.0-10-g509eae8
.ino:
#include
#include
#include
const char *ssid = "";
const char *password = "";
WiFiClient *client = new WiFiClient();
IPAddress cl…
-
Eg:
```rust
fn read(
temp_sensor: &mut DS18B20,
one_w: &mut OneWire,
delay: &mut Delay,
) -> Self {
let resolution = temp_sensor.measure_temperature(one_w, …
-
### Description
I was running two `DS18B20+PAR` temperature sensors without any problems for the last two years on an ESP-01 module running on 3.3V using a 4.7K pullup resistor.
Now, wanting to de…
LeoDJ updated
2 years ago
-
### Description
RP2040 (Raspberry pi pico) earlephilhower library) compatibility problem:
warning "OneWire. Fallback mode. Using API calls for pinMode,digitalRead and digitalWrite. Operation of th…
-
## Feature request
**Is your feature request related to a problem? Please describe.**
Spektrum Smart ESC and batteries export detailed telemetry (https://www.horizonhobby.com/on/demandware.static/…
-
I'm trying to enable 1-Wire support on A9. For that it's necessary to implement Open-Drain GPIO Output somehow by software using SDK GPIO lib, doing something like this: https://embeddedartistry.com/b…
-
If you uncomment these lines. Then the LED on and off does not work
help.
ds18b20 temperature sensor pin 2
```
//sensor_inhouse.requestTemperatures();
//tmp=sensor_inhouse.getTempCByIndex(0…
-
I connected DS18B20 sensor with pullup resisters, and after updating /boot/config with dtoverlay=w1-gpio, I cant see anything in dmesg
XX@octopi:~ $ dmesg | grep gpio
[ 1.477648] gpiomem-bcm283…
-
I am using the daily build downloads for the esp32 (without psram) and the 2019-03-25 is working fine with ds18x20 sensors but the new build 2019-03-27 always gives me CRC errors.
I can only guess w…
-
Hello, I have something rather wierd.
I'm trying to join several arduinos in 1-wire network.
I wrote simple test bellow to check stuff - it just checks device presense.
It contains both code for …