We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
I am interested in writing a BLE central that reads data from multiple BLE Nordic sensors. The BLE central will be running on Embedded Linux which uses the BlueZ stack.
...
Hi,
I'm trying to get S110 softdevice (v8.0.0) working with RIOT. I had some issues (I couldn't initialize TIMER1 or TIMER2 until softdevice is setup & enabled) but I think...
How should the addressing be between an nrf24LU1+(transmitter) and nrf24l01+(Reciever) in the code.?
The registers TX_ADDR, RX_ADDR_P0, RX_ADDR_P1 are updated on a device...
Do we need to explicitly set the ENABLE field (Bit31) of RADIO->OVERRIDE4 when applying the override values from FICR->BLE_1MBIT[n]?
From the few samples I've checked,...
Please teach me the minimum theoretical value of the transmission time in the following conditions.
CPU --> nRF24L01 --(2.4GHz/1Mbps)--> nRF24L01 --> CPU
CPU -->...
I need to send a long (let's say 10Kb) notification from Bluez 5.37 on my Linux device to a mobile phone.
My implementation is based on src/shared/gatt-server.c .
I...
Hi,
I have put in my chip (nrf51422):
-1 softDevice s110 8.0.0;
-2 application (hrm_whit_dfu);
My problem is:
when i send characteristic to start advertising the board...
Hi everyone,
I am new to nRf series and have just started to use the nRF51 Development kit(nRF51422). I am using the s130 softdevice and I have seen that the sofdevice supports...
I'm trying to test out pin change interrupts using the PCA10028 dev board. I'm using two buttons to turn off and on an LED. The code below is only generating events from button1...
I have a custom board designed which implements a Arduino Micro (ATmega32U4) and an nRF8001 chip based upon Richard Clarks' nRF8001 breakout . The Arduino FW uses a slightly...
Hi.
Is it possible to enable the encryption of data which corresponds to the particular characteristics? i tried with BLE_GAP_CONN_SEC_MODE_SET_ENC_NO_MITM, for setting the...
Hi,
how is the new nrf_drv_twi supposed to be used for reading registers?
The sequence for that is pretty much industry standard:
> Device address
< Ack
> 0x00 (register...
I'm running the ble_hrs example provided on my nRF52 board. The thing is, I'm unable search my device using both nRF Master Control Panel and normal Bluetooth connection from...
I am using a central S130 softdevice in an nRF51822. I connect to a peripheral using sd_ble_gap_connect(&m_peripheral_address, &m_scan_param, &m_connection_param) . If it...
I am trying to provide a custom peripheral service with a 128-bit UUID in an nRF51822. I would like to use two bytes of the UUID to encode a piece of information unique to...
Hello,
am I right to assume that if sd_ble_gattc_write returns anything other than SUCCESS, then the packet was not queued?
Is this also true for BLE_GATTC_EVT_WRITE_RSP...