-
When using onewire and ds18x20 to read temperature, the whole screen flickers like the transmission blocks refreshing. Not sure if I'm doing something wrong but I thought the state machines run indepe…
-
When we not only get progress reports but a crash dump the formatting functions can't deal with the fact that the passed list is not of the format `[{K1, V1}, {K2, V2}, ...]` but contains a nested lis…
-
I am trying to make a DS1993, an ibutton, emulator on Arduino Uno using your library. The master side arduino uno is running the PaulStoffregen:OneWire library.
The write function of that library s…
-
### Description
Describe your problem.
When uploading sample script to Arduino Nano RP 2040 the arduino crashes:(
### Steps To Reproduce Problem
Please give detailed instructions neede…
-
_From @robertinant on January 5, 2016 18:41_
The macros that enable direct access to the GPIO registers need to be added for the MSP432 and CC2650 architectures.
_Copied from original issue: energia…
-
I am using this library in PlatformIo, and compile a program with DS18B20 sensor support. The program works nicely, but during compile I get a few messages referring to redefines. These are warnings…
-
i am using a raspberry pi ZW 2
```
"HW version": "4.1",
"SW version": " Fw 2.3",
"power supply voltage": 25.499,
"raspberry power supply voltage": 5.164,
"board cpu temperature": 32}'
```
…
-
Currently trying to use this library with the Seeeduino Lorawan which is based on the Cortex M0 (like the Zero) and defined as __SAMD21G18A__ which I see support for in OneWire.h
However I am getti…
-
When use ESP8266 and DS18B20 with **parasite** power pin must be configured as push-pull (DRIVER(NORMAL)) before use. Otherwise power from external pull-up resistor will be not enough to drive DS18B20…
-
Hi,
It's working now...
Library examples are not correct. All probe assignment should be before "void setup(){"
See below for correct code...
//#include
#include
#include
#include
…