Search found 1 match

by taifarif94
Wed Aug 25, 2021 9:54 pm
Forum: General Discussion
Topic: ESP32 IDF SPI to receive data from an external ADC
Replies: 0
Views: 1707

ESP32 IDF SPI to receive data from an external ADC

Hi everyone, I want to receive values from an external ADC over SPI to my ESP32 Wroom development board. I am using an external library for this purpose (https://github.com/natanaeljr/esp32-SPIbus). I have modified it a bit to suit my needs. I have already achieved this with the Arduino framework bu...