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...
We have developed a custom board based on the nRF52840-CKAA-R7.
Development is well into the re-release phase, and I am having some issues with battery life.
I've done...
Hi,
I have a mass storage that format a fat_fs volume and create a file when I plug the device by USB. Here is how I create a file :
It works fine, and I can see my...
Good morning,
I am developing my Zephyr solution with a Supported board RAK4631 in a RAKWireless solution called Wisblock. This is a kind of building blocks called Wisblock...
Hi,
I have the unfortunate task of needing to update a significant amount of inventory (several thousand units) using BLE OTA.
The devices are using the nRF52805 with...
Hello, I am currently developing a program that uses two SPI interfaces with the nRF5340DK. I want to use SPI3 and SPI4 for two different modules. SPI4 works fine and I can...
There are some fields that I wish to change. I am using the project direction_finding_connectionless_rx as a base to work with. I would like to be able to read and write specifically...
uart:~$ wifi_radio_ficr_prog otp_write_params 0x120 0xff63ec4f 0x9fff OTP Region is open for R/W Invalid MAC address. MAC address cannot be all 0's, broadcast or multicast...
I have a device on my desk that performs the data transfer I need, so I know it's possible. I've attached a screenshot of the successful data transfer.
I tried to replicate...
I have two toolchains and two nrf SDKs installed. v2.4.1 and v2.6.1.
I could change the toolchain used from vs code extension, but I couldn't change the west workspace....
I have been sitting with this problem for almost 2 weeks and have tried alot of different thing but without anything working,
Im using VS code with the nrf9161 and it has...
We have tried the following changes, but couldn't get expecting results.
Sometimes unable to pair two devices / Sometimes fails to link with one device
Could you answer...
I am using mbedtls to parse a certificate. The code is as follows:
It builds successfully but when I flash I get the following error:
Failed to parse certificate: -9774...
I'm trying to setup so that I can do firmware update on nRF5340 using only the internal flash. Due to the many dependencies between different images I'm creating my custom...
hi support team,
i was tesing homekit ncs2.5.3, with iphone se ios18, pairing failed, and i use another two iphone 12, they all succeed.
i can't see why the ios would...
USING THE PERIPHERAL_UART TO CONNECT WITH THE MULTIPLE CENTRAL DEVICES . I MODIFIED SOME CODE AND ADDED THE CUSTOM DATA WHICH IS HAVING THE 5 BYTES. WHEN I USE TO FLASH THE...