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...
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...