openbci-archive / _DEPRECATED_OpenBCI-V2hardware

This repository contains the core OpenBCI hardware and software frameworks.
155 stars 97 forks source link

Uploading Arduino Due Libraries to Arduino Due #26

Open jonrolonbohh opened 8 years ago

jonrolonbohh commented 8 years ago

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

teonbrooks commented 8 years ago

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

jonrolonbohh commented 8 years ago

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 https://github.com/OpenBCI/OpenBCI-V2hardware-DEPRECATED/issues/26#issuecomment-208050446

biomurph commented 8 years ago

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

jonrolonbohh commented 8 years ago

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

biomurph commented 8 years ago

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.

jonrolonbohh commented 8 years ago

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

biomurph commented 8 years ago

I think I have a due sketch that will get you started. Stand by

biomurph commented 8 years ago

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!