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

ADS1262 and 2.2 SPI TFT (Two SPI Slave) with Arduino #3

Open
ecaits opened this issue Jan 11, 2017 · 0 comments
Open

ADS1262 and 2.2 SPI TFT (Two SPI Slave) with Arduino #3

ecaits opened this issue Jan 11, 2017 · 0 comments

Comments

@ecaits
Copy link

ecaits commented Jan 11, 2017

Hello,

I am interfacing two SPI slave module i.e. ADS1262 and 2.2 SPI TFT with Arduino Ethernet board.
Now in SPI, at a time one device can access. Initially, I have interfaced TFT and it is working fine.
Then I have interface ADS1262 and trying to access after TFT through program code but it is not accessible.
Whereas the example code of ADS1262 is working fine when I am running it alone.
After adding the example code in TFT’s code (and communicating after tft) but it is not working.

I think it may the issue of ADS1262_CS or ADS1262_START or ADS1262_DRDY pin sequence to access the ADS1262.
I have used this library, https://github.com/Protocentral/ProtoCentral_ads1262/tree/master/Libraries and example of it.

Can you suggest for above issue.

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

1 participant