I'd like to read and write data to the reserved app data space while in the bootloader. Is this possible with pstorage?
Because the BOOTLOADER_SETTINGS_ADDRESSS = 0x0003FC00...
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. ...
I have a general query regarding using ov7670 camera module with Zephyr SDK.
I have some of these camera modules available and I would like to try out how it works using...
This question is analog to but related to a Matter application. In this case, I'd like to separate the compilation of all Matter/CHIP related application parts from my own...
I am trying to use the ICM42688 sensor on I2C BUS with nrf5340 Application core. In the configuration, the HAS_I2C_RTIO config couldn't be enabled. Is this an MCU limitation...
I am trying to run the blinky Demo on the nRF52DK on VScode, the whole process is smoothly, but it can't work, the LED no any action. could you know anything I miss? many...
When I was making the upgrade package, I encountered a problem, and there was no problem in making only one upgrade package.
It is also possible to make protocol stacks...
Hi All,
Using VS code, nr52840dk,v2.6.0sdk,sid_end_device demo, No changes have been made
Firstly, add build config
Then click on Flash
Clicking VCOM0 has no logs...
Hello, I'm using the example "smp_client_ble," and I can't manage to remove the boot message.
Below is my .prj file:
My toolchain is: NRF Connect SDK V2.2.0
I am...
The chip I 'm using is the nRF52840, the sdk and toolchain versions are both 2.5.0, my code is here :
When I call spim3 peripheral with nrfx library, I add
CONFIG_NRFX_SPIM3...
Hello, hope to find you well. I'm a beginner involved in a project that's migrating from the old SDK to NRF Connect (VSCode). The project uses nrf_crypto.h and nrf_crypto_rng...
We recently purchased the module 453-00052R from Digi-Key and have successfully implemented it into our project. The design is complete, and we are now attempting to flash...
Hi,
I am trying Asset Tracker V2 application in my custom board and rechecking results with DK to ensure no hardware reasons are there. Using SIM supplied with DK and...
Hi Support Team
Our project need 8mA charge current, how to configure charge current of nPM1300 to 8mA? Or could you provides us other nPM chip or solution that can meet...
Hi all,
I have a custom board running on nrf9161. I need to flash the custom board with the NRF9160-DK. But I am running into some issues. the development is at early stages...
Hi,
I'm trying to add a manufacturing specific attribute to the On/Off cluster.
To do this I have so far created a custom attribute list with ZB_ZCL_DECLARE_ON_OFF_ATTRIB_LIST_CUSTOM...