You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have tried using esp32 with ADS1292R breakout board but the results are not similar to Arduino.
Have used vspi pins in esp32 which is the default spi interface and have also used the following pins in the program. But still waveform is not similar to the one which comes from Arduino. What am I doing wrong? Any other changes to be done to the Arduino sketch to make it compatible with esp32? Using the plotter example given along with the ADS1292R library.
//pin setup for esp32
const int ADS1292_CS_PIN = 5;
const int ADS1292_DRDY_PIN = 14;
const int ADS1292_START_PIN = 27;
const int ADS1292_PWDN_PIN = 13;
The text was updated successfully, but these errors were encountered:
Have tried using esp32 with ADS1292R breakout board but the results are not similar to Arduino.
Have used vspi pins in esp32 which is the default spi interface and have also used the following pins in the program. But still waveform is not similar to the one which comes from Arduino. What am I doing wrong? Any other changes to be done to the Arduino sketch to make it compatible with esp32? Using the plotter example given along with the ADS1292R library.
//pin setup for esp32
const int ADS1292_CS_PIN = 5;
const int ADS1292_DRDY_PIN = 14;
const int ADS1292_START_PIN = 27;
const int ADS1292_PWDN_PIN = 13;
The text was updated successfully, but these errors were encountered: