Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interfacing with esp32 #26

Open
anilsagar76 opened this issue Jun 20, 2023 · 1 comment
Open

Interfacing with esp32 #26

anilsagar76 opened this issue Jun 20, 2023 · 1 comment

Comments

@anilsagar76
Copy link

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;

@QQ39272490
Copy link

const int ADS1292_DRDY_PIN = 26;
const int ADS1292_CS_PIN = 13;
const int ADS1292_START_PIN = 14;
const int ADS1292_PWDN_PIN = 27;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants