-
Notifications
You must be signed in to change notification settings - Fork 4
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
Is this compatible with Arduino Due? #4
Comments
I do not have an Arduino Due to test it yet but it seems to compile juste fine and as far as I know this board should not be a problem. What error message do you exactly get ? What system ? What IDE ? What code ? |
Thank siteswapjuggler for your fast reply !!! When I tested with Arduino Mega2560, it works well, but it showed a problem when I tested with Arduino Due. When I commented all lines related to library, serial print worked, Thanks again!!!#include <ADS8688.h> |
Ok so basically should I consider this as solved ? SPI pins are actually different from board to board, the library use SPI library which use default pin for each board the only exception is the CS pin which is arbitrary defaulted to 10 (which is the Uno default one). It may be a good idea to change it the the default macro CS pin. Btw you could always define a user specific CS pin by instanciating with :
|
I changed the CS pin (4,10,52) but still didn't get any response from board. (No differences) |
Hmmm very strange as stated in your link " It is possible to use these extended methods, or the AVR-based ones." so it should make no difference. Are you sure of your electrical connection and schematci ? To my knowledge there is no standard breakboard for ADS8688a so is it a design of your own ? |
I used the ADS8688 module available in aliexpress. |
Hello,
I tried to use this library on Arduino Due.
But it fails to create an object and no initialization.
I wonder if this library is compatible with Arduino Due.
Thanks.
The text was updated successfully, but these errors were encountered: