-
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
…
-
Hi,
I would like to suggest an idea to add worksheets for Raspberry Pi Pico to this repository.
Micropython port for Pico has everything needed to implement all projects from the worksheets. It …
-
#include
#include
#include
#include
#include
int sensorPin = 15;
OneWire ds(sensorPin);
// BLECharacteristic *pCharacteristic;
bool deviceConnected = false;
int rec=0;
void getTemp();
void B…
-
**Build environment:** Linux
**Target device:** Lolin pico-c3 (similar to Adafruit qtpyc3)
**Description**
The first use of the onewire bus causes the neopixel to cease functioning. Sometimes XS al…
-
When setting up a OneWire Sensor, the "Sensor" field (with help message "The OneWire sensor address") is a dropdown with a single option "PLEASE SELECT".
I'm using latest master as of the creat…
-
### Related area
Component espressif/ds18b20
### Hardware specification
esp32c3
### Is your feature request related to a problem?
I'd like to use the ds18b20_device_hande_t type definition (the a…
-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have updat…
-
We have some problems getting the established OneWire lib from @PaulStoffregen working with Arduino ESP32 core version 2.x, see: https://github.com/PaulStoffregen/OneWire/issues/100 . The lib is worki…
-
Hello oruga,
hello dear community.
I've only had electronics and coding for a few days and this is my first post on GitHub.
I have already successfully simulated several OneWire devices on a MEGA…
-
Hi,
am struggling with a library - https://github.com/RobTillaart/DS18B20_INT
The library needs the "OneWire: so I adapted .arduino-ci.yml
```
compile:
# Choosing to run compilation tests o…