esp32-owb icon indicating copy to clipboard operation
esp32-owb copied to clipboard

Maxim One Wire Bus driver for ESP32.

Results 10 esp32-owb issues
Sort by recently updated
recently updated
newest added

I am intermittently encountering this error when writing data to flash. I have done a bit of poking around in the config to see which settings will influence whether this...

Hi David, when compiling with idf5.0 (master branch), I get a depreciation message for rmt.h: esp-idf/components/driver/deprecated/driver/rmt.h:18:2: warning: #warning "The legacy RMT driver is deprecated, please use driver/rmt_tx.h and/or driver/rmt_rx.h" [-Wcpp]...

I'm currently writing a bit-banged 1-Wire slave for PIC16/18, which forces me to look pretty closely at some of the 1-Wire timing. With esp32-owb as the master, the LOW pulse...

> ./components/esp32-owb/owb_rmt.c ../components/esp32-owb/owb_rmt.c: In function '_init': ../components/esp32-owb/owb_rmt.c:432:26: error: incompatible types when assigning to type 'volatile union ' from type 'int' GPIO.enable_w1ts = (0x1

typedef union { /// Provides access via field names struct fields { uint8_t family[1]; ///< family identifier (1 byte, LSB - read/write first) uint8_t serial_number[6]; ///< serial number (6 bytes)...

Hello, When using Dynamic Frequency Scaling to reduce power consumption, the APB clock used by RMT changes between max_freq_mhz and min_freq_mhz (typicaly between 80 and 10MHz). This causes errors when...

Proposed changes to integrate Espressif's new RMT driver

When I tried searching for this library through the PlatformIO, it showed that the version is still 0.1 and last updated 3 years ago. Any chance for you to upload...

test passed example ds18b20+esp32-wroom-32e. but not sure its okay on others. i am green hand. please review carefully

I have been using your library successfully several months - maybe over year in Espressif32 framework. Most I have been using Espressif32 version 3.5, but now I am going to...