Search found 3 matches
- Mon Feb 12, 2024 6:00 am
- Forum: General Discussion
- Topic: Issue with SPI Driver in ESP-IDF Porting
- Replies: 4
- Views: 1044
Re: Issue with SPI Driver in ESP-IDF Porting
Hello ESP community, I'm encountering an issue with the ADC raw data in my ported ESP IDF code. I've ported the code from Arduino, where I successfully obtained the following ADC raw data: Arduino ADC Raw Data: 1341 4046 1411 4051 1348 3997 1119 3721 1341 4054 1412 4059 1348 4003 1118 3725 1343 4055...
- Wed Feb 07, 2024 10:12 am
- Forum: General Discussion
- Topic: Issue with SPI Driver in ESP-IDF Porting
- Replies: 4
- Views: 1044
Re: Issue with SPI Driver in ESP-IDF Porting
Hello ESP32 Community, I hope this message finds you well. I am currently in the process of porting Arduino code to ESP IDF for SPI communication with an AD7606 ADC. Unfortunately, I failed to include the relevant code in my initial post, for which I sincerely apologize. To rectify this, I have atta...
- Fri Feb 02, 2024 11:49 am
- Forum: General Discussion
- Topic: Issue with SPI Driver in ESP-IDF Porting
- Replies: 4
- Views: 1044
Issue with SPI Driver in ESP-IDF Porting
Hello ESP32 Community, I hope this message finds you well. I'm currently working on a project that involves porting code from Arduino to ESP-IDF, specifically dealing with the SPI driver. While the code works flawlessly on Arduino, I'm encountering unexpected behavior after porting it to ESP-IDF. Ad...