I have a central application and peripheral application that are based on the multilink-central/multilink-peripheral examples.
I've modified them to run on the PCA10001...
Hi All,
I'm using nRF24L01P for TX device and want to receive packet from nRF51822 RX device.
nRF24L01P TX device Register settings are as follows;
Reg.EN_AA=0x00...
I am trying to develop for some nRF51822 mbed boards, and I would like to use the S130 SD to enable both central and peripheral behaviour. The machine I'm using for development...
I'm using the nRF51822 eval kit
I have installed MCP but after starting I get pop-up: Master Control Panel has stopped working
In nRFgo Studio / Device manager pane...
the proximity example is running ok. but when I modify the length of the alert_level I have the following error on the server side that I am not understanding.
476;16:12...
Hi all,
I'm working with the nrf51422 and the nrf51822 and I was wondering what the current status of the over the air DFU system is.
I'm using SDK 6.0 and I managed...
nRF24l01+ at a transmitter module one time successful transmission show & after 1 sec failed also . if any doing programming with atmega32 ,please send code for TX & RX ....
Hi,
I want to implement a BLE function that a master can connect to multiple slaves at the same time,and the services are located at the master,do I need to create multiple...
I'm having some (minor) trouble with a board based on an NRF52840 that I want to start running as soon as power is applied...
This is built using a RAK5010 board, but using...
So I just got past the hurdle I had when trying to do extended advertising in the following support thread, and now I have a new problem along the same lines:
https://devzone...
Hi All,
We are planning to use MAX 3051(CAN Transceiver) which will be interfaced with the NRF52832 over UART.
Our goal is to decode the incoming CAN messages from the...
I had been using the Andoid 4.24.3 version of the nRF Connect app and had no problem with performing DFUs. With the newer 4.25.1 version of the app I noticed a few things...
While trying to reply further queries, by mistake, above ticket got closed ... So, I need to discuss more to the reted issue in the ticket. When, there is a click on verify...
Hello,
I'm trying to add credential to the modem on the nrf9160. However, i keep getting a -111 error when i'm trying to connect to my server with TLS mode.
When i try...
Hi
I connected the nRF21540 to a nRF52840 like in the application notes.
Here is the schematic:
I implemented the driver and now I try to communicate over the SPI...
Hi
I'm using the PA LNA driver for the nRF21540 with the function:
void mesh_lna_setup_start(uint32_t rampup_start_capture_time, uint32_t timer_index)
Now, when I check...
Hello, the device name is being parsed ok, but the mfg data in scan response seems to be there but not sure how to print it out. Using ncs bt sample direction_finding_connectionless_rx...
Hi there,
I wanted to change the advertising name while running DFU bootloader (secure_bootloader_ble_s132_pca10040), so I basically added what I found here:
https://devzone...
Hey,
my Power Profiler Kit on a nRF52840 DK stops recording after some time with the error message " Corrupt data detected, please check connection to PPK."
The time period...
Hello! I wanted to know if there is a way where I can just send a simple string from the nrf52 to the nrf91 without using any complicated examples, I have been trying to modify...