Hi,
I'm running Mac OS X 10.10.2 with the nRF51-DK PCA10028 card that I received today. I started off following the instructions in this article , and was able to get JLinkExe...
Hello,
I would like to do an communication between Arduino and Android platform.
In my case, Android will be master.
But I want also test between 2 Arduino with an Bluetooth...
Hello,
I would like to develop a custom key sharing algorithm for nRF8001 chips. As far as I have understood the only way to use full 128-bit temporary key (TK) is OOB...
i am useing nRF51822 pairing with nRF24lu1 over GZLL protocol now,
is there someone have the experience on how to config the parameter of GZP_TX_RX_TRANS_DELAY in function...
I have a peripheral running the S110 stack, which presents a characteristic to which I want the central (running S120) to be able to do a long write. What I've been trying...
Hi all,
I have been trying to combine the UART and hID Keyboard examples into a single application.
I want to use the HID part to send specific keystrokes using buttons...
Hello,
I am using nRF5 SDK for Thread v4.1 for thread implementation using nRF52840 SOC. I have used mqtt-sn sleepy publisher as my base example to develop my software....
Hello,
I am struggling trying to make this sample work on my board. I changed my prj.conf file with these lines:
And looking at other questions I discovered that sometimes...
Hi,
Is there any way to make app_usbd_audio_class_rx_start(...) complete the data transfer within the same context, rather than defer to user event
APP_USBD_AUDIO_USER_EVT_RX_DONE...
We have been using nrf connect installers 3.3.0 and now 3.7.0. We have recently seen issues with new users encountering this error when installing 3.7.0. Are there any solutions...
Hi,
I started to evaluate the Instaburst feature. I use light_switch_client example, but I am unable to provision the device once I enable this feature.
Below are the...
We are in the early phase of architecting a product that uses BLE and a proprietary RF protocol using the nRF52840 and are considering the addition of the nRF21540. In sifting...
I am currently trying to create a simple BLE observer which listens to advertisement broadcasts from a specific device (given via address). I attached the source code below...
Hi,
SDK - 17.1.0
I want to store my sensor data to the internal flash memory of nRF52810 for a long time. I have some questions here:
The data sheet says the flash...
Hello,
Few years ago I developed an application for nRF52832 (BMD-300). Now our customer wants to port the application to nRF52810 (BMD-330) as BMD-300 is not available...
When I'm trying to use arm_rfft_fast_init_f32 function from the CMSIS DSP library it seems to work with all sizes but 128. When the function is invoked with the size 128 it...
Hello,
Using a ZR device with nRF Connect 1.5.1.
I am wondering how to stop steering mode in a ZR device (e.g. if user requests an "abort").
It is started with bdb_start_top_level_commissioning...
Hi Dears:
When I downloaded and installed nRF Connect v3.3.1, the following screen appeared.
I remember when there was a drop-down box to select the BLE component. ...
Hi,
I would like to investigate some BLE issues on DFU project, but I couldn't find the implementation for advertising, connection and disconnection.
Where can I find...
Hello Nordic team!
I'm working on a BLE app with the nRF52-DK and an armband(M6) that has a heart rate sensor. My goal is to discover this service and read those values...
Dear ,
With nRF connect SDK, is there a way to check if the SD card is formatted with the correct file system, i.e. FATFS? If it's not in FATFS, how can we format it via...