OpenBCI / OpenBCI_Cyton_Library

Repository for OpenBCI Cyton Arduino Libraries
MIT License
88 stars 89 forks source link

Tracking: Over The Air Programming Failures #27

Closed andrewjaykeller closed 7 years ago

andrewjaykeller commented 8 years ago

This issue shall be used to report over the air programming failures. Please adhere to the following format for you bug report.

## Error

## Steps to reproduce error
1. 

## Computer System Details
Laptop: 
OS Version: 
Processor: 
Memory (RAM): 
Poll Time (ms):
andrewjaykeller commented 8 years ago

Steps to reproduce error

  1. Flashed new radio firmware code to the Device radio (Board)
  2. Flashed new radio firmware code to the Host radio (Dongle)
  3. Failed to upload Pic 32 firmware

Computer System Details

Laptop : Apple MacBook Pro (Retina, 15-inch, Late 2013) OS Version: OS X El Capitan 10.11.3 Processor: 2.3 GHz Intel Core i7 Memory: 16 GB 1600 MHz DDR3

andrewjaykeller commented 8 years ago

Error

Could not erase chip. Failed immediately.

Steps to reproduce error

  1. Not able to reproduce

Computer System Details

Laptop: Toshiba OS Version: Windows 7 64bit Processor: Intel Core i5 1.7 GHz Memory (RAM): 8 GB Poll Time: 87ms

echoGee commented 8 years ago

Error

Program flash: .................................................################################################## done Verify flash: .................................................#invalid reply checksum Read page failed.

Steps to reproduce error

  1. Upload the radio code to device and host: https://github.com/pushtheworldllc/OpenBCI_Radios/releases/tag/v2.0.0-rc.2
  2. I get the above error on Arduino IDE when I upload DefaultBoard.ino firmware to the PIC Firmware code : https://github.com/pushtheworldllc/OpenBCI_32bit_Library/releases/tag/v2.0.0-rc.3

    Computer System Details

    Laptop: Dell M 4700 OS Version: Windows 8 Pro 64 bit Processor: Inter (R) Core (TM) i7-3740QM CPU @ 2.70Ghz Memory (RAM): 8GB Poll Time (ms): tried 80 and 85 (us?)

andrewjaykeller commented 8 years ago

Please see the latest radio release here https://github.com/pushtheworldllc/OpenBCI_Radios/releases/tag/v2.0.0-rc.4 for a proposed patch. Make sure you speed up your pollTime with a F00432 to about 50ms to not get rock speed uploads from previous release candidates. See the Release Candidate 4 section for notes about the changes.