Hi,
I am using 'pstorage_update' to store data in the internal flash. Whenever the number of bytes that should be written matches the size of a storage block everything...
Has anyone tried to generalize this example to different sized variables? What I would like to do is allocate a data structure, write that to flash, and recall it at a later...
I've a PCA10036 V1, I change the IC to nRF52822 QFAA-B016. With nRF5_SDK_11.0.0-2.alpha_bc3f6a0 and SD: s132_nrf52_2.0.0-7.alpha_softdevice, the programme started but if I...
Hi
We are developing software for the nRF51 with Keil under VirtualBox. Previously we used the PCA10000 dongle with the Master Emulator and MCP without issue. Now, with...
We are using nRF51822 for our products.
We want to know the min value of "Receiver sensitivity" when we use this chip for BLE.
The Datasheet says "Receiver sensitivity...
Dear
The BLE Multi-link example (ble_app_multilink_central and ble_app_multilink_peripheral)
shows how one central device can connect to multiple peripheral devices. ...
In the MCP app, if I have the following service data for an Eddystone beacon:
0x10, // Eddystone-URL type
0x00, // TX power in dBm. This is a signed integer so 0xEE ...
Hi, 1. After executing nrfjprog --recover command with PCA10040 DK, I read this hex: nRF52832.hex with Programmer
2. What does this program do that causes read protection...
I've been playing around with the advanced_non_blocking_internal_timer example, on my nRF52DK-52832 board using NCS 2.6.0.
I couldn't get it working for what seemed like...
Is there a solution from Nordic available where I can have a LTE-M (or NB-IoT) and at the same time still receive the 1PPS output from the GPS module? It seems to be that...
Hi,
I am working with nrf5340 chip and I want to migrate from NCS 2.6.1 to NCS 2.7.0. I want therefore to apply recommendations: migrate to sysbuild.
With NCS 2.6.1 I...
My device is an nRF52840 running a C Code application that is built on nRF5_SDK_17.1.0 I am implementing a FOTA solution where a hex file fw image and a .dat file will be...
I try to migrate a working code from nRF52832 to nRF5340 with the use of 7002 companion chip for the network part (BLE). However, while I can jump to main and successfully...
I'm using a thingy53 on ncs v2.7.0. I turned on CONFIG_ASSERT to try and find issues. This issue pops up randomly, it asserts the program crashes and causes me to have to...
Hello,
I am experiencing difficulties connecting my NRF52840 board to the nRF Connect software. Despite multiple attempts, the board does not appear to be recognized by...
Hi, I'm looking for the public mac address for nrf52840, and i find out that the mac address is located inside the register FICR->DEVICEADDR[0] and DEVICEADDR[1].
DEVICEADDR...
Hello,
I'm trying to do an HTTP multipart POST with chunked transfer encoding but am having trouble sending the headers to the socket. When trying to send, I receive a ...
Hi, I'm having trouble finding out which update caused my application to crash. The build works fine with nRF Connect 2.43, but with the latest version (2.6), it doesn't work...
We're using a noinit section of ram to store a "reboot reason" if/when we need to do a SW reset (i.e. in a watchdog handler).
This works as expected, we set the reboot reason...
HI
SDK Version : nRF5_SDK_17.1.0_ddde560
Softdevcie : S132
I'm looking for resources on DevZone to use AES128. I looked up the content and found that when bonding is...
Hi,
I have been trying to chase down an issue with the flash manager occasionally raising an assertion in mesh_config_backend_init() after a power cycle of the nRF52840...