-
Cyton Board Unresponsive After Baud Rate Set to 921600
by Cindy ·#define OPENBCI_BAUD_RATE 921600 -
driver "Latency Timer" fix for macOS 11+ & M1 M2
by sth ·#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 -
How to connect OpenBci with Matlab (LSL or BrainFlow)
by Mars2499 ·declaration specifiers before '__attribute__' #define DLL_EXPORT_SYM __declspec(dllexport) ^ BoardController_thunk_pcwin64.c:19:25: note: in expansion of macro 'DLL_EXPOR -
abnormal Ganglion 1 Hz ramp ? [resolved with reflash]
by xcorr ·#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) -
Time-series data to the Arduino
by Abdo ·#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 -
Why is the LIS3DH set to an operational mode that is 'not allowed' in datasheet?
by alwayswearshats ·#define SCALE_4G 0x10 //(b00010000) // +/- 4G sensitivity -
have new Ganglion, want to develop custom firmware for feedback
by logical ·#define ARM_MATH_CM0 -
Error upgrading firmware
by towercomp96 ·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\ -
E2END constant used but not declared in Eeprom.h
by Josh ·#define E2END 0xFFF // I added this to try to fix error -
E2END constant used but not declared in Eeprom.h
by dmontezano ·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 -
Higher sample rates / sample at 2000hz to SDcard?
by tskips ·I changed : "#define OPENBCI_CHANNEL_OFF_1 '1'" -
Higher sample rates / sample at 2000hz to SDcard?
by tskips ·#define OPENBCI_SAMPLE_RATE_SET '~' -
How to practically increase sample rate?
by Bonzo ·1. increase the baud rate in "OpenBCI_Radios_Definitions.h" (setting "#define OPENBCI_BAUD_RATE_DEFAULT 115200" to "#define OPENBCI_BAUD_RATE_DEFAULT 460800") -
Programming of OpenBCI 32 bit PIC controller (DIY board fabrication)
by chex ·#define BOARD_ADS 8 // ADS chip select -
Unable to get data stream via GUI, V2 firmware
by wezzix ·#define OPENBCI_EOP_STND_ACCEL 0xC0 // End of standard stream packet -
ETH Zurich clone of 8-bit OpenBCI, for wearable ECG
by wjcroft ·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 -
Prospects for higher sample rates?
by wjcroft ·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 -
Prospects for higher sample rates?
by wjcroft ·file, that change the #defines. This by default should remap the pins with no mapPps needed. -
Bluetooth LE, RFduino vs. Ganglion Simblee, BT 2 addon module
by biomurph ·#define _SER1_TX_OUT PPS_OUT_U2TX // RPB14R = U2TX = 2 -
UART Ports for 32 bit version
by sumedhkaulgud ·#define _SER0_BASE _UART1_BASE_ADDRESS