Hello! I'm using sdk8 and s110. I want my peripheral device to send data to the central. I doing following steps:
1. initialize service:
void services_init(void)
{...
I am glad that I have successfully used the library from www.libstock.com/.../nordic-semi-nrf24l01-example in a pair of PIC18F45k50 devices. One is acting as a Tx and another...
Hello.
I have had a search but can not find anything so sorry if this has been covered before.
Our company has developed a consumer product using the nRF51822-QFAA-R7...
Hi every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
I'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
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...