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

sharing SPI with another device #20

Closed
satcr opened this issue Sep 12, 2018 · 1 comment
Closed

sharing SPI with another device #20

satcr opened this issue Sep 12, 2018 · 1 comment

Comments

@satcr
Copy link

satcr commented Sep 12, 2018

Sir,
I am using low latency data logger code of yours. But I want to share the SPI with another device (2.7V 12-Bit A/D Converter with SPI™ Serial Interface). My requirement is to read from this ADC and log it to SD cad. But when I tie my MISO pins to share SPI, my read from SD and reads from ADC doesn't work. voltage on this Miso pin goes to some steady 3.3v, its not pulsing according to data. so my adc reads are showing 4096 (all high) and My SD cad reads are failing.This happens only when I tie MISO ins together. Is it because of clock speed issues? I understand that SD cad writes are happening at much faster rate, but for ADC this speed has to be reduced. how to solve this issue? I am sing Arduino Mega and a Micro Sd Card Module to connect SD card.

@greiman
Copy link
Owner

greiman commented Dec 19, 2018

Closed, this version of SdFat-beta is no longer supported.

@greiman greiman closed this as completed Dec 19, 2018
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