board no longer streaming nor storing to SD card
Hello, I have been trying to acquire data using the kit, following the tutorial steps. Somehow, nothing is displayed on the gui, when I stream the data. I have tried changing the battery, but I got NO results. Moreover NO data is being stored in the sdcard as well. This toolkit I am using is 2 years old, and been used for data acquisition before as well, but suddenly it is not working. I am trying to burn the opensource code again. Can someone plz suggest some better alternative. Any help would be appreciated.
Comments
https://github.com/OpenBCI/OpenBCI_32bit_Library/blob/master/UPGRADE_GUIDE.md
Flashing device radio (successful)
Flashing dongle radio (successful)
Burning bootloader on the device (PIC32MX250F128B in MPLAB IPE) using PicKit 3. (Successful but since then the led on the board is blinking pleasantly whenever we power up the device)
Flashing the firmware on the device ("No target found" error)
What do we try next?
I recall the ATmega (8 bit) board flashed the LED. But the PIC (32 bit) board comes on solid when powered up.
If you have flashed V2, you can try the radio config utility,
http://openbci.com/community/openbci-radio-configuration-utility/
Remember with V2 you need to flash V2 firmware in BOTH RFduinos and mainboard. You can't use V1 RFduino firmware with V2.
radio.flashNonVolatileMemory();in thesetup()function uncommented, then comment the line back out and program again. It is very important that you reprogram the board with the line commented out. We must do this because with firmware version two, the channel number is stored to non-volatile memory so we can change the channel number of the system from the PC/Driver.