openbci-archive/_DEPRECATED_OpenBCI-V2hardware

Uploading Arduino Due Libraries to Arduino Due

Opened this issue · 8 comments

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

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
Arduino Due. I am relatively inexperienced in the field of SPI, but I am
eager to get my system to work. I am trying to control the ADS1299-FE
daughter card with the Arduino Due, but I have had no success. Any help
would be greatly appreciated.

On Sun, Apr 10, 2016 at 3:45 PM, Teon L Brooks notifications@github.com
wrote:

I'm sorry but I don't understand, are you talking about the OpenBCI
hardware?


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#26 (comment)

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

On Apr 13, 2016, at 9:13 PM, Joel Murphy notifications@github.com wrote:

When you say you are trying to control the ADS1299 daughter card, are you talking about the OpenBCI Daisy Module?


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub

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

On Apr 13, 2016, at 9:54 PM, Joel Murphy notifications@github.com wrote:

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.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub

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!