Search found 2 matches

by mahadh
Wed Mar 24, 2021 11:05 am
Forum: ESP-IDF
Topic: I2C with Adafruit soil sensor and ESP32
Replies: 1
Views: 1834

I2C with Adafruit soil sensor and ESP32

Hello! I want to get readings of a soil sensor on my ESP32 by using I2C but so far the code that I've written doesn't seem to connect with the sensor. I've tried the following test code. I'm wondering if the code looks correct? Does anyone else have any experience with adafruit sensors with I2C with...
by mahadh
Fri Apr 24, 2020 7:46 am
Forum: ESP32 Arduino
Topic: Combining arduino code and esp-idf C-code for UART communication
Replies: 3
Views: 4812

Combining arduino code and esp-idf C-code for UART communication

Hello. I've been working on a project with an ESP32 board (OLIMEX ESP32-PoE) and I decided that I want the board to communicate with an arduino UNO through UART. So far, the ESP32 is programmed with ESP-IDF, and I want that to continue. I have written code in arduino for the ESP32 board to transmit ...