I am using esb in SDK 11 and my understanding is that the radio causes interrupts that are forcing and cannot be disabled. These in turn causes software interrupt 10 to be...
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...
“'\x03\x01\x00\xDB\xDC\x00\x00\xDB\xDD\xFF\xD5\xD1\xC0”An error occurred during the transfer of the bin file, and the packet was returned when the crc was fetched. What should...
Hi,
I'm using nRF52833 DK and SDK v17 to test my applications.
I have to use ADC on nRF52811 SoC, and I wanted to develop a demo on nRF52833DK before implementing on nRF52811...
I am trying BLE+WiFi coexistence on NCS 2.8.0 with nRF7002DK and finding some issues.
First is that it's non-functional. Running the wifi/ble_coex example, there is no...
Hello,
I have a BLE DFU question in this thread that has not yet been resolved.
Since the BLE DFU problem has not been resolved, I have implemented a USB DFU as an alternative...
Hi, I bougth 2 nrf52840 dongle but I dont't know how to use it or program them. So I tried to learn about it looking the getting started guide, this beginners tutorial and...
Hi All,
I have a few nRF9151 that don't want to boot.
I'm not sure if they ever had working modem firmware on them:
Any ideas on how to un-brick?
Thanks!
Ja...
HI,
I am using "NRF_POWER -> TASKS_CONSTLAT = 1 ;" to enable CONSTLAT, but when i printf("TASKS_CONSTLAT %d",NRF_POWER->CONSTLATSTAT); the result is still 0; how can i...
Hi,
I work on a BC805M module (nrF52805) with the sdk17.1.0 & S112. It is powered by a CR2450 battery.
I like to reduce the consumption of the ble_app_beacon exemple....
Hello,
I am using the nrf7002 ek and attempting to optimise the RAM assignment for the project. I have reduced the size of several thread stack sizes as well as the heap...
Hello,
I wanted to reach out about the issue I've been running into regarding the UART Async API. I am having trouble narrowing down what the cause could be.
I am using...
Hello,
I have BLE TX Mask failed to the spec. as shown in the attached image. It seems noise floor is high. TX outpower at +4dBm (see attached CLI). Please advise.
Thanks...
So, hello, hopefully I have done my diligence to be able to afford some help, thank you!
Context: driving an ADIN1110 by Analog Devices with an nRF52840 usb dongle. Within...
I am trying to install SDK 2.1.0 on a new computer. I installed nRF connect extension in VS code, installed toolchain 2.1.0, and then when I attempt to install SDK 2.1.0 I...
Hi,
I've been using dev kits like nRF9161-DK and when plugging them in to my laptop they all work with the Programmer Tool, "nRFUtil device list", and the nRF Connect Code...
To explain our problem: We have a system with a NRF52840 chip, we also have an external flash, the settings_subsystem is mounted in the NVS on the internal flash I have included...