-
Notifications
You must be signed in to change notification settings - Fork 97
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
Uploading Arduino Due Libraries to Arduino Due #26
Comments
I'm sorry but I don't understand, are you talking about the OpenBCI hardware? |
I am talking about the libraries that you have on the repository for the On Sun, Apr 10, 2016 at 3:45 PM, Teon L Brooks [email protected]
|
When you say you are trying to control the ADS1299 daughter card, are you talking about the OpenBCI Daisy Module? |
I am referring to the front end PDK for the ADS1299 http://www.ti.com/tool/ads1299eegfe-pdk . Sent from my iPhone
|
It's been ages, but the basic connections (besides the power supply) is the spi bus. The library should show which pins are used for the SCK MOSI MISO and CS. You have to locate those on the pdk and connect them. The other control pis are the ads DRDY and reset pins. The due pins iused are also in the library. |
I've identified the pins and have ran other test sketches and verified that I can read the chip, but I'm wondering how do I implement your libraries with the Arduino Due, and then use the libraries in MATLAB or LabView? Do I create an arduino sketch that includes the libraries? Sent from my iPhone
|
I think I have a due sketch that will get you started. Stand by |
I dug up an old sketch from my near dead Windows machine and added it here. It compiles on Arduino 1.5.7. Pretty sure there are no surprises, but you never know. Tell me how it works! |
Hello,
I am trying to upload the arduino due libraries to my arduino due, but there is no .ino file to use. I am fairly new to this, so I would appreciate some help.
Thank you
The text was updated successfully, but these errors were encountered: