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 Devzone Members,
I'm brand new to Bluetooth development, and I wondered if someone would be kind enough to advise me?
Am I looking at the correct Nordic kit to begin...
Hello,
we have experienced multiple times during testing that nRF9160 Modem reported CEREG 2. After that it stopped generating any notifications and stopped connecting to...
Adverting mode changing from BLE_ADV_EVT_FAST to BLE_ADV_EVT_IDLE. Could you provide example for changing adverting mode from BLE_ADV_EVT_FAST to BLE_ADV_EVT_SLOW mode?
...
Dear all
I use VS Code with nrf Connect v1.9.1, DK is nrf52833. It has been working fine in terms of debug, but today it stopped working and give me a message like this...
Hello, Nordic team
We have been studying Nordic for some time and are now in the stage of product research and development. We bought an nrf9160DK from a local agent at...
Is it possible to download the Certificate from a file or memory to chip with the internal SDK function?
I intend to automate the installation of the certificate on the...
Hey, we are moving our projects from nRF5 SDK to nRF Connect SDK
Iam new to this SDK and Iam trying to add mesh features into the project, so I'm using Bluetooth mesh: Sensor...
On a custom board with the NRF9160 chip, performing `nrfjprog -f NRF91 --recover --log`, AND `nrfjprog.exe -f NRF91 --coprocessor CP_APPLICATION --recover --log`, I get: ...
Dear Community,
I am trying to run the HTTP application update sample. I can run the sample without issues, but after the download is completed, the app is not updated...
I am using an nrf9160DK with modem firmware v1.3.2.
I want to be able to send the "AT#" type of SLM-specific AT commands to the modem (and read the response back) via firmware...
Hi,
I have setup exactly as described in this page Bluetooth: Mesh sensor server — nRF Connect SDK 1.4.2 documentation (nordicsemi.com) ,
I can successfully read the temperature...
Hi
According to the documentation for the GNSS interface, information into non-volatile (NV) memory so that the information can be used when GNSS is restarted and also after...
Good day
Im trying out the central multilink BLE example on sdk 2.02 with VS Code zephyr. After adding the example, under source file there is a warning stating
"missing...
I have trouble compiling when using the uart1 device on nrf5340dk with ncs 2.0.2.
I took the uart example program from Developer Academy. It compiles fine with the original...