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. ...
Hi, I am Marcous.
Currently I am doing multiple beacons (transmitters) in direction finding demos. Since I found that there is no way to simultaneously receive the CTE containing...
Hello there,
We are developing an application which inits all the peripherals and sleeps.
We are initializing:
GPIO's for waking up from interrupt
NFC also should...
Hello,
I am using NCS v1.6.0 for nRF52840.
I need to write 8210 bytes to flash via I2C. I configured the I2C0 with NRFX_TWIM and NRFX_TWIM0 enabled in the prj.conf file...
Bluetooth low energy, Direct Test mode nor RSSI Viewer is working with my nRF5340DK board. For instance with RSSI Viewer it says "Error while setting up device XXXXXXXXXXXX...
Hi
I need to build a communication between nrf5340 and esp32 using UART Protocol. I need to transfer some data from nrf5340 to esp32 and vice versa via UART. Already, I...
I want to add Service based on the Bluetooth base UUID which is 00000000-0000-1000-8000-00805F9B34FB When I am trying to add it using "sd_ble_uuid_vs_add", it always returns...
nrf52805 is being used as a GATT server using a static passkey. An ESP WROOM 32 is being used as a GATT CLIENT. The issues is that nrf52805 sends a disconnect to ESP32 after...
Hi,
I'm trying to run an example in which is in below link but seems something is missing in the documentation seems also all commands returns "OK" but no response from...
i am using VS code, nrf Connect SDK version 1.7.0, nrf 5340 DK board. Attempting to run the CLI example.
The Cmakelist.txt:
#
# Copyright (c) 2020 Nordic Semiconductor...
I've got another question concerning a timeslot application.
In our timeslot application which is based on the nRF Mesh SDK timeslot.c implementation I noticed that if a...
I have a device using nRF52840 with SDK 15.2.0 and S140 6.0.0. It has failed with some kind of error. All core registers (including PC, LR) contain DEADBEEF. PRIMASK = 0xef...
I'm working on NCS 1.6.1.
I'd like to confirm if my method to get the RSSI is correct.
i test with a sample "peripheral_uart"
after BT connected, i printk the (NRF_RADIO...
I am testing the %XRFTEST Rx Test Command with the thingy91, with serial_lte_modem_2021-06-28_7a076c22.hex FW
and nRF Connect - LTE monitor software
I used the command...
The Repository link in the extension page on VS Code marketplace points to https://github.com/NordicPlayground/vscode-nrf-connect but that only returns 404 not found. I've...
Hello,
I am using the nordic nRF52840-DK and trying to connect to a nRF52840-Dongle and sending/receiving data to custom services and characteristics using pc_ble_driver_py...