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. ...
Dear NCS experts,
I'm working with NRF Connect SDK (1.7.1) on a proprietary Bluetooth Mesh model. When the model receives its configuration, it stores it in flash by calling...
Hello,
I am evaluating the DK52 board and have a problem with the reset button. Before the problem occurred, when I powered up the board connected to my windows 10 host...
Hello,
We have designed a product with NPM1100. With the NPM1100 set to output voltage of 3.0, we have measured the output across multiple devices to be in the 3.1 to 3...
Hello everyone , I am interfacing and trying to process GPS data received over UART port. The GPS outputs NMEA based sentences at a rate of 10 Hz. I started using the example...
I've tested two scenarios using a hardware loopback to test UART functionality. The double buffer approach does not work as expected.
SDK version 1.6.1
CONFIG_SERIAL=y...
Hi,
I used nRF91DK for almost 2 months non stop to debug the final nRF91 based board for our air quality monitoring hardware to fight the propagation of Covid virus.
But...
I tested various copy methods in terms of instruction cycles, that I determined with DWT.
For that I copied an uint8_t array size 70 by
for Loop --> 63 Cycles
memcpy...
Hello,
I am using nRF52840 dev kit with sdk 17.0.2, s140 softdevice and dfu bootloader also implemented.
When I download the firmware to dev kit it works as intended...
Hi,
i am working on nRF52832. i am facing a issue of RESET when i call advertise_start() again after advertise duration. in debug it shows fatal error.
Hi there,
I've installed and followed the nRF Connect SDK manual install getting started guide ( https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/gs_installing...
I'm using 52832 as a Central(SDK_17.0.2/S132_7.0.2), and sometimes get a connect-disconnect failure with reason 0x3e.It happens randomly and frequently.
I search the forum...
Hi Supportteam,
i am trying to use Release Assistance Indication (RAI) to shorten the RRC-Connected using nRF9160 DK.
I'm enabling REL14FEAT with the following AT commands...
Hello, sir.
I used to work on twi0 and twi1, but now I'd want to shift both twim0 and twim1. However, I'm getting an error saying that 'NRFX TWIM1 INST IDX' is undeclared...