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 saw in ozone that SW crashed with hard fault explained as escalation of exception that was not enabled.
How can I enable all exceptions to see the exact reason of...
Hello, I'm using nrf52833, pca10100.
My project is based on 'ble_app_uart', and I added buttonless DFU project.
this is ble_dfu_buttonless_async_svci_init() function...
I have succeeded in running the Multi-NUS package on the nRF52840DK. My client's client learned of the nRF21540EK and wants to try using it to extend the range in the present...
i cannot seem to select nRF Connect SDK when creating application in vs code. i already install the nRF Connect SDK v2.0.0 from the toolchain and the nRF Connect Toolchain...
I am trying to build a example program in KEIL for the nRF52832 QFAA device. When I sart KEIL the program shows a massage that says the nRF_DeviceFamilyPack.8.3.1 is required...
Good day to all I am trying to change the Application on a device with an nRF52832 chip with an existing firmware. To do this, I use nRF Connect for Mobile 4.25.3. From the...
I am developing GATT Server Reader Firmware usng nRF SDK COnnect using NRF52840
I have implemented two services in reader FW in two files say: service_a.c and service_b...
I have tried installing the nrf connect 3.11.1 on 2 different windows 10 machines. Both are clean windows 10 installs. The hard drives were wiped and windows reinstalled....
Hi,
the following event is generated when I connect two or more nRF9160DKs to a Windows machine: "Disk 2 has the same disk identifiers as one or more disks connected to...
1. 2. 3.
I am using the ble_app_beacon example as the starting point for my project. I am working on a project where a number of beacons will advertise its identity and...
How do you enable any of the i2c peripherals on the nRF9160 dk boards?
I tried changing the device overlay to the code below:
& i2c0 {
status = "okay" ;
compatible...
Hello,
I have a project that uses JWT.
When migrating from nRFConnect SDK 1.6.1 to 1.9.1, build failed with message: multiple definition of `default_CSPRNG'
The error...
I have
Hardware: nRF52840 DK - 1 nRF52840 Dongle - 1
Software: nRF5 SDK Mesh - v5.0.0 nRF5 SDK - v17.0.2
I want to program Mesh Serial example on nRF52840 Dongle using...
I try to using nrf_fstorage_write() to write data to fstorage and then waiting writting finish. But it hang at sd_app_evt_wait().
int _fstorageWrite(const uint32_t addr...