OpenBCI Forum OpenBCI Forum
Sign In · Register
Sign In · Register
Categories
Discussions
Activity
Sign In · Register
Home › Search
  1. Cyton Board Unresponsive After Baud Rate Set to 921600

    Cindy
    by Cindy · April 2025
    #define OPENBCI_BAUD_RATE 921600
  2. driver "Latency Timer" fix for macOS 11+ & M1 M2

    sth
    by sth · August 2022
    #include <IOKit/serial/ioss.h> #define ITERATIONS 1000 /* globals used for caching the time */ u_int64_t startTime; void StartClock ( void ) { startTime = clock_gettime_nsec_np
  3. How to connect OpenBci with Matlab (LSL or BrainFlow)

    Mars2499
    by Mars2499 · September 2021
    declaration specifiers before '__attribute__' #define DLL_EXPORT_SYM __declspec(dllexport) ^ BoardController_thunk_pcwin64.c:19:25: note: in expansion of macro 'DLL_EXPOR
  4. abnormal Ganglion 1 Hz ramp ? [resolved with reflash]

    xcorr
    by xcorr · August 2021
    #define SPI_INTERFACE NRF_SPI0 #define PIN_SPI_SS (6u) #define PIN_SPI_MOSI (5u) #define PIN_SPI_MISO (3u) #define PIN_SPI_SCK (4u)
  5. Time-series data to the Arduino

    Abdo
    by Abdo · April 2021
    #define NUM_CHAN 4 #define BAUD_RATE 115200 //Tested with 57600 and 115200 const byte BufferSize = NUM_CHAN * 4; char Buffer[BufferSize+1]; boolean newData = false; float emgData[NUM_CHAN]; void set
  6. Why is the LIS3DH set to an operational mode that is 'not allowed' in datasheet?

    alwayswearshats
    by alwayswearshats · April 2019
    #define SCALE_4G 0x10  //(b00010000) // +/- 4G sensitivity
  7. have new Ganglion, want to develop custom firmware for feedback

    logical
    by logical · November 2018
    #define ARM_MATH_CM0
  8. Error upgrading firmware

    towercomp96
    by towercomp96 · May 2018
    It worked fine. As suggested by dmontezano in the other thread, I added a the line #define E2END 0x0fff in the EEPROM.h file found in the C:\Users\(User NAME)\AppData\Local\Arduino15\packages\chipKIT\
  9. E2END constant used but not declared in Eeprom.h

    Josh
    by Josh · April 2018
    #define E2END 0xFFF  // I added this to try to fix error
  10. E2END constant used but not declared in Eeprom.h

    dmontezano
    by dmontezano · April 2018
    Update: I added a #define E2END 0x0fff to the EEPROM.h header and it compiled and loaded. The question now is whether the value 0x0fff is correct at all? I got this number from the ChipKit issues in G
  11. Higher sample rates / sample at 2000hz to SDcard?

    tskips
    by tskips · June 2017
    I changed : "#define OPENBCI_CHANNEL_OFF_1 '1'"
  12. Higher sample rates / sample at 2000hz to SDcard?

    tskips
    by tskips · June 2017
    #define OPENBCI_SAMPLE_RATE_SET '~'
  13. How to practically increase sample rate?

    Bonzo
    by Bonzo · May 2017
    1. increase the baud rate in "OpenBCI_Radios_Definitions.h" (setting "#define OPENBCI_BAUD_RATE_DEFAULT 115200" to "#define OPENBCI_BAUD_RATE_DEFAULT 460800")
  14. Programming of OpenBCI 32 bit PIC controller (DIY board fabrication)

    chex
    by chex · April 2017
    #define BOARD_ADS    8   // ADS chip select
  15. Unable to get data stream via GUI, V2 firmware

    wezzix
    by wezzix · December 2016
    #define OPENBCI_EOP_STND_ACCEL          0xC0 // End of standard stream packet
  16. ETH Zurich clone of 8-bit OpenBCI, for wearable ECG

    wjcroft
    by wjcroft · November 2016
    re: Gazelle (GZLL) vs BLE (Bluetooth Low Energy). These are two completely different modes the RFduinos can communicate in. The OpenBCI firmware uses GZLL to achieve maximum possible data transmission
  17. Prospects for higher sample rates?

    wjcroft
    by wjcroft · June 2016
    Hmm, on further contemplation of the interaction between Joel's variants/openbci #define changes and the mapPps() calls -- what broke the SPI was when the mapPps interacted with the previous pin defau
  18. Prospects for higher sample rates?

    wjcroft
    by wjcroft · June 2016
    file, that change the #defines. This by default should remap the pins with no mapPps needed.
  19. Bluetooth LE, RFduino vs. Ganglion Simblee, BT 2 addon module

    biomurph
    by biomurph · March 2016
    #define       _SER1_TX_OUT         PPS_OUT_U2TX     // RPB14R = U2TX = 2
  20. UART Ports for 32 bit version

    sumedhkaulgud
    by sumedhkaulgud · December 2015
    #define       _SER0_BASE           _UART1_BASE_ADDRESS
Next

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In Register

© Vanilla Keystone Theme 2026

Powered By Vanilla