Logos7

Results 7 comments of Logos7

I have the same problem - even in example application there is no discovered devices...

I have the same problem on Heltec LoRa32 v2. [ 28][E][Wire.cpp:283] setClock(): Bus is in Slave Mode [ 33][E][Wire.cpp:308] beginTransmission(): Bus is in Slave Mode [ 39][E][Wire.cpp:331] endTransmission(): Bus is...

I used u8g2 lib for SSD1306 OLED. I used the following type: U8X8_SSD1306_128X64_NONAME_SW_I2C u8x8(SCL_OLED, SDA_OLED, RST_OLED);

`setClock()` looked like: ```c++ bool TwoWire::setClock(uint32_t frequency) { esp_err_t err = ESP_OK; #if !CONFIG_DISABLE_HAL_LOCKS //acquire lock if(lock == NULL || xSemaphoreTake(lock, portMAX_DELAY) != pdTRUE){ log_e("could not acquire lock"); return false;...

Sorry, something went wrong with line endings...