qdewolf
qdewolf
About
- Username
- qdewolf
- Joined
- Visits
- 119
- Last Active
- Roles
- Member
Comments
-
it is suddenly working. I will post some kind of recipe when I finish making it smooth.
-
when I enable serial1 with the begin command the serial1 and serial0 writing and printing commands work fine, but when you set the line "while (!(OBCI.isDataAvailable())) {} // wait for DRDY pin..." it never exits the while loop. if I put a print …
-
actually I spoke prematurely. the line "while (!(OBCI.isDataAvailable())) {} // wait for DRDY pin..." fails to ever pass when all I turn on is the Serial1.begin line?
-
stunning!! it works the ChipKit file in windows is located C:\Users\#username#\AppData\Local\Arduino15\packages\chipKIT\hardware\pic32\1.1.0\variants\openbci\Board_Defs.h I will post here about final setup and performance for Android use
-
this did not work. 11 stays low and 12 stays high even if I comment out all of the serial1 references from the ino
-
I figured out that there has to be a second delay between the 2 begins and now the board does not lockup but I still can't get anything to appear using Serial1.println("123"); Serial0 works fine but nothing is coming out of D11 and D12. I even tried…
-
I looked through that entire thread and I have all of the correct settings. Even just calling Serial1.begin(115200); causes the board to stop.
-
I did try that by sending data to Serial1 but even calling begin on serial1 causes the board to crash.Serial1 must be not setup correctly somehow?
-
do I need to do anything in the ino to setup the pins to be serial1 or will just referring to it automatically set it up?
-
If I could just get the pickup points that would give me a serial stream I could tie into that would be great. I believe that two fo the D# points on the board would be accessible as serial1 or are the serial0 would work?
-
are D17 and D18 addressable as a serial port? the docs indicate these pins are serial i/o? the links above use an older board with different labeling and i cannot fined the place to connect to or if i need to create a new serial port in the code on …
-
is the serial data going to the rfduino that same as the rfrx and rftx tabs on the bottom of the board?
-
the problem with the otg solution is the phone will be in a gearVR which does not expose the data connection (only the power connection)