roman3017
roman3017
About
- Username
- roman3017
- Joined
- Visits
- 360
- Last Active
- Roles
- Member
Comments
-
@hitheshaum thank you very much for the code. you have opened up new possibilities for us. your work is much appreciated.
-
@biomurph: Yes, I have followed the instructions on RFduino website. I will wait for your Gazelle instructions, since I experienced about 10% data loss with both the original 1.5.8 and the current 1.6.4 Arduino versions. That was actually the main r…
-
I have tried the latest RFduino library from: https://github.com/RFduino/RFduino with Arduino 1.6.4. It works, one just needs to comment out the assignments to RFduinoGZLL.channel on both host and device, since they are not being used any more.
-
@biomurph: Do you plan to add also a Linux version of the chipkit-core to your repo? That would be great, if we do not need to use mpide.
-
As python is concerned, I have played a bit with GNURadio interface today:test-openbci.grc graph.png waterfall.png
-
As admin wrote: the 'board' selection from the tools menu should be 'chipKIT DP32'
-
There was nothing special.I connected pickit3: pickit3 pin -> openbci pin 1 ~mclr/vpp -> j4.2 rst 2 vdd -> j3.3 vdd 3 vss/gnd -> j3.4 gnd 4 pgd/icspdat -> j4.4 d11 5 pgc/icspclk -> j3.2 d12 6 pgm/lvp -> open when powering …
-
It would be nice if you can fix the compiler.path in platform.txt file in the repository as Chip mentioned above, since this problem is still there.
-
@dgoodwin208I have a fork of your project and updated ofxOpenBCI there that it works with my 32bit v3 OpenBCI board. I am not sure if it works with 8 bit board too: https://github.com/roman3017/BrainWriter/tree/master/ofxOpenBCI
-
Thanks, your instructions work and the board is up and running again. Changing DP32/Board_Defs.h did the trick. One can brick the board by uploading sketch with board selection 'chipKIT DP32' without changing MISO and MOSI pins. When that happens, o…
-
I started to create a new configuration based on Fubarino Mini. In order to finish it, I need the current schematics or at least pin out for OpenBCI v3 board. Unfortunately, I cannot locate it. Can you please let me know the location of it? This was…
-
I was able to program bootloader UDB32-MX2-DIP.hex from:https://github.com/chipKIT32/PIC32-avrdude-bootloader/tree/master/BootloadersCurrent-hex using PICkit3. The blue LED is happily blinking when I power up the board and board is waiting to be p…
-
I have uploaded unaltered OpenBCI_32bit_16chan.pde sketch to the board from mpide. The board was set to chipkit-max32-usb for serial. Afterwards board is dead, leds are off. Is there a way to reset/reprogram it? What is the correct board setting?