Hi!
I'm trying to configure my NRF8001 module with the help of nRFgo studio. I'm using Nordic UART over BTLE service template. The module can be discovered via nRF Master...
I'm trying to make a BLE device that actually pairs securely. I posted this question on StackOverflow but didn't get any answers - maybe someone here knows more. As far as...
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,
I'd like to know what is the cause of the stall in
sym_E5Q6O4GY4KO3GMW7WJYXLZKHO7ZGDWLU4ZPAKWA() at 0xa55a
when calling sdc_hci_cmd_le_set_adv_enable ?
Here is...
I am currently considering the use of an external Flash IC for a Matter device.
I have two questions and would appreciate your help:
1. Is the MX25R6435FZNIL0, which is...
Hello,
according the datasheet the nRF52832 has an gain error of 0.02%/ ◦C and E_G1 of -3 ... +4%. This is too high for our requirements. Is there a way to improve this...
Hello DevZone,
I'm developing a HomeKit project for the customer. They require 2 BLE advertising in one device. One advertising is for HomeKit over BLE, and the other one...
i want to switch between two code... the code is simple led blinking i am trying for the testing purpose...in my code 1 led1 is blinking 500 ms of delay and in my code 2 led2...
So from my understanding from the zephyr documentation, if I want to use 7 bit I2C addressing, don't set I2C_ADDR_10_BITS. I am wondering how I can make sure this macro is...
Hi,
How do I add the System ID characteristic (UUID 0x2A23) from the Device Information Service (DIS) using Kconfig commands in the prj.conf file?
For example, I can add...
Hello,
I am having a strange problem with nRF Connect SDK for VS Code, and would appreciate some help.
I don't know what I did, but suddenly I am not able to "Generate...
I am developing a product that uses the chip of NRF52832 and runs FreeRTOS on the chip to manage my task list. However, I found that the program would be stuck in the idle...
I've got a custom board that uses an nRF52832. Firmware was built with NCS v2.6.1.
My hardware uses a MIC826 IC for ensuring the nRF52 is held in reset whenever the power...
I'm looking for a beginner's guide to setting up external flash on the nRF9161 DK. I saw nRF Cloud Multi-service as an example, but its docs did not explain what was needed...
Hello,
I have had posted several times over the years and solved a problem or two. I find it very thorough to finish out a post by concluding my findings. This said, I...
Hello everyone,
My problem is that I could not flash one of my NRF5340 Audio DK boards, the program that is installed before was headset configuration right. I am using...
We wanted to share our feedback as we recently went through Zigbee 3.0.1 BDB/cluster certification using the ZBOSS with our end device product. While we were ultimately able...
I just got a new set of nRF5340 Audio DKs and I may have been too fast on the trigger trying to flash the boards with example programs. I'm using VS Code, and I'm a newbie...