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'm quite new to nRF programming. I successfuly solved how to compile/link/flash the software onto nRF52 DK using just a simple editor (Notepad++), the ARM toolchain and...
Wondering if there are any example/reference implementations of a bootloader for the nRF51822 that support Device Firmware Update over both UART and BLE? We've got the BLE...
Hi,
I have met problem when apply dfu of nrf52810.
I used dfu sample of 52810 from devzone link: https://devzone.nordicsemi.com/f/nordic-q-a/28471/about-ota-for-nrf52810...
I met a big issue when implement the voltage level switch. I used nRF52832's SPI to communicate with an ECG sensor which has 1.8V SPI. The issue is that, 3.3V signal from...
Having just got the DFU functionality working I got the task of trying to add NFC functionality to the application. The code side was not a problem since I got a c and h file...
According to the BLE 5.0 Specification :
"The Link Layer shall use the primary and secondary advertising channel
indices as specified by the Host, and the used primary...
Hi,
There is a bug in a Linux box (Mint x64) with the following configuration:
SEGGER Embedded Studio for ARM Release 3.34 Build 2017121400.34532 Linux x64.
Nordic...
Hi,
I am using ble_app_multilink_central and ble_app_uart central example for my application, i am combining these two example for ble_app_multilink_cenntral for BLE_NUS_C...
Hi,
I'm using the nrf_drv_twi driver (master) to communicate with a number of IO components, such as LEDs, buttons etc.
If my IO component does not respond (why is not...
I downloaded SDK 12.3.0 (seems to be it is the last supported SDK for PCA10028) and tried to use fats example, I changed pin configs to SPI's pins.
I also prepared my 16Gb...
Hi there,
I'm putting together a PoC board for a demo - in this case size matters and I've had to make some compromises for the sake of speed (which have increased footprint...
Hi,
After setting up constant carrier, how can one determine that it is working. With no modulation the receiver can't determine anything, can it?
thanks
Hi,
SPI use with SDK14.2.0 leads to very high power consumption (around 400 µA) on nRF52832 (QFAA). The same piece of code running with SDK12.3.0 has much lower power consumption...
We developed a device based on nrf51822.
We use SDK11 and module Device Manager to implement bonding.
We have received feedback from the user, that our deivice was bricked...
Hi,all :
I just want to know how to enable the nrf_log (in the ble example).The version of the sdk is 12.3.0 and the cpu is 51822 .Thank you very much .