Hi, I have both the nRF8001 dev kit and the nRF51822 Eval Kit (EK). We are using the nRF8001 for most of our project with the BLE Arduino SDK. But I wanted to just load a...
Hi,
What is the suggested method to change a pending request, and make it earlier than previously requested, without closing and reopening the session?
For example,...
Hi,
I am using a custom pcb with a nRF51422 chip, and trying to setup ANT communication between 2 modules, but the sd_ant_channel_id_set call returns an invalid address...
Hi,
To use bidirectional continuous scanning mode in ANT, I have to transmit Extended Broadcast/Acknowledged/Burst messages using ANT Msgs 0x5D, 0x5E, and 0x5F (ANT Message...
We are preparing to get BT qualification for our product, developed with the 6 stack now, however want to update to 7 when it is finally released. A comment from the testing...
What is the best way to minimize transfer in progress errors when trying to send ANT messages? I am using the S310 stack on an nRF51422. I have a busy ANT channel that is...
I'm running into a weird timing issue with a nRF24L01+ which I'm not quite sure how to work around in the general case. The basic setup is two radios, A and B. Auto acknowledgement...
Hi,
I am working with nRF51822 and softdevice.
I am trying to modify the radio output power without success. How can I do that?
I have found a softdevice function...
I have been researching BLE 5.0 for the feasibility of Nordic Bluetooth chips in our new products.
I have read many times in the general internet posts that BLE 5.0 devices...
I have a characteristic that is write only and required authorization on write. [I have "successfully" implemented this on several characterteristics previously.] The write...
Hello. I want to extended data length in my firmware which is based on ble_app_hrs example. But, when I try to set NRF_SDH_BLE_GATT_MAX_MTU_SIZE 247 (it was 23) I get two...
Hello. I want to extended data length in my firmware which is based on ble_app_hrs example. But, when I try to set NRF_SDH_BLE_GATT_MAX_MTU_SIZE 247 (it was 23) I get two...
We are currently going in production with NRF52 and we are facing the following issue with RBP on NRF52832QFAAB0.
Basically looks like the processor enters an unknown state...
I have changed the UART or nus_central program in order to be able to connect 2 peripherals to 1 central. Everything seems to be working on the central, no error appears on...
Dear Nordic team,
I am working on ble_app_beacon example code (v-11.0.0-2.alpha) to add the support of DFU (firmware update). I have experience with hrs_dfu example but...
Hello Friends,
im new here. It is the first time with the development of a Bluetooth device. I want to use the NRF52832 Chip.
But what are the biggest diefferent between...
Is the nRF24E1G obsolete?
If so, is there a drop-in replacement for the nRF24E1G.
We currently use the nRF24E1G in a product and have heard that it will no longer be produced...
Hi, I use IoT sdk with my iPhone to get current date and time, date comes in ble_cts_c_evt_t structure, how can I convert it to timestamp, I know that I have to subscribe...
Hello all,
As i want to lower the power consumption, may i know if its possible to connect the supply voltage of ntc thermistor to any gpio of nrf52832 instead of directly...
Hi,
I'm using the NRF52840 Preview DK and want to create my own BT stack with high throughput between NRF52 and other BT devices.
As base I'm using the ble_app_template...
Hi,
I followed the link, gnu-mcu-eclipse.github.io/.../ , to setup my debug environment before. I was able to view the registers. However, I updated my eclipse and the SVD...
I use the nRF52-SDK on an nRF52840 PDK, but if I start a scan request, I don't get the number of scanned channels back in the mlme_scan_conf_t.
I.e. mlme_scan_conf_t::unscanned_channels...