Search found 2 matches

by Lakeboard
Mon Sep 19, 2022 5:57 pm
Forum: ESP32 Arduino
Topic: I2C ULP
Replies: 2
Views: 3707

Re: I2C ULP

Many Thanks! You were right. The repeated initialization makes problems.
I wouldn't have thought of that.

Boarchuz, you are my hero!

For posterity... I solved the problem like this. If there are better solutions, they are very welcome!


#include <Arduino.h>
#include <SPI.h>
#include <stdio.h ...
by Lakeboard
Sun Sep 18, 2022 1:56 pm
Forum: ESP32 Arduino
Topic: I2C ULP
Replies: 2
Views: 3707

I2C ULP

Hello, everyone

I'm working on a project to read an I2C sensor with an ESP32 in battery mode.
For this, I want to use the I2C bus with the ULP Coprocessor in the deep sleep mode.

This should be possible and is even advertised:
"The Ultra Low Power (ULP) coprocessor is a simple finite state machine ...

Go to advanced search