Iam trying to display the uart data as a scanned response.nRF51822 receives the data from PIC and it is displayed as scanned response during advertising.the problem is nrf51822...
Hi,
This is a bit more of a typo report.
In the Debug Logger doc page , app_trace_init() is supposed to return an int but in its function declaration it's said to return...
Hello All,
I'm trying to build a receiving unit using the nRF24L01+ and PIC16F628A. Im using an nRF24L01+ and RaspberryPi as my TX unit which i managed to get working ...
Hi,
We have a device using the S110 v6.0.0 softdevice and the SDK v5.2.0.
We started working from the Proximity application available in the sdk.
Is it possible to...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I'm migrating from SoftDevice 6.0 to SoftDevice 7.0 and I'm trying to implement the DFU in SDK6.0. I am experiencing an issue where whenever the DFU begins(reaches 0...
This is very reproducible...after sending and receiving data in a loop, the modem application becomes unresponsive. Only modification from SDK software is that I am using...
Hello,
I was trying to setup nrf5 board with IoT sdk for tcp connections where the tcp board will act as a server and raspberry pi 3 model B 1.2 as client.
I downloaded...
I am looking for the following products and solutions.
Products :
nRF52-DK
External input :
ADC 1000 Sampling input
1Hz input 3.3 p-p sinewave
Output :
UART...
Hello Sir/Ma'am,
I have used the ble_app_uart (for pca10056) example code to execute the same.
I referred this link to execute my code https://infocenter.nordicsemi.com...
Hi there,
I am using nrf_mtx_trylock.
The explanation of nrf_mtx_trylock is "Try to lock a mutex.".
I would like to lock a mutex forcibly.
Does the function which...
Hi,
I am using the radio test example code where in the interface is through cli. Our custom board has a serial port in UARTE1 instance
how do I configure the cli to...
Hi everyone,
I am trying to develop an application and I need to solve this situation : when the modem is not able to connect to LTE-M network, I still want to be able...
Hi,
I already replied to an old discussion without response so far:
https://devzone.nordicsemi.com/f/nordic-q-a/57449/nrf9160-mipi-rffe-support-for-more-than-one-device...
Hello,
I am using ADuCM350 microcontroller with a build in Bluetooth NRF8001 on board for a school project. I want to program the bluetooth connectivity over SPI0. I will...
Hello Everyone ,
With variety of motion sensors on Thingy:52 , can it be used to detect if a person has fallen ? If 'yes' then how accurate the results will be ?
If...
It's a coding question. Maybe it has nothing to do with NRF.
I'm playing the central example hrs. I have a custom .c file that wants to access the m_hrs_c variable defined...
Hi,
We are developing a system with nRF52840 chip and we have to feed the soft device (s140) hex file & our application hex file into custom board which we are developing...