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
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...
Hi there!
I was just trying an example of DFU over UART from the new nrf Connect SDK Intermediate course using the NRF9161DK but I'm unable to disable the mass storage device...
Dear sires,
Would it be possible to let you answer the following question?
In nRF5340 SDK, does it use CMD20"SPEED_CLASS_CONTROL " in SPI write sequence to ensure minimum...
During some operations like factory reset, or during a hardfault we want to check if the softdevice is enabled and disable it if it is enabled before continuing with further...
Hi,
I want to use BLE mesh to reach my application, the requirements below.
I have a root node and need to send the custom data to each client node and need to read...
Hello! I was building a custom board and tried to build the project for my board but it gives an error: === child image hci_ipc - CPUNET begin === loading initial cache file...
My understanding is that Singled-linked list built in to zephyr... https://docs.zephyrproject.org/latest/kernel/data_structures/slist.html But, I don't quite understand how...
Hey I've got this project that requires two buttons. In normal mode, these buttons react to the Ready pin switch signals. when it goes into sleep mode (where it controls other...
I am using ESB communication.
In general situations, data transmission works well. However, issues arise when multiple PTX devices transmit simultaneously.
It's understandable...
Hello,
I use Nrf52833DK running nRF Connect SDK (NCS)
I want read and write BLE MAC device address no matter it's the public one or static one.
Now i know bt_read_static_addr...
hello,
I'm try to fit my application to Android 14.
my application implement nordic DFU library ( for nrf52833 running freeRTOS firmware SDK 16 ) version 2.5.0
while...
Hi
I'm using the PDM module to capture audio through MP34DB02 PDM microphone ( here 's the datasheet). I set the clock frequency to default 1.032 MHz and a gain of +4 dB...
Hi there,
The nrf5340_audio application provides a -DFILE_ SUFFIX=fota overlay that adds FOTA capabilities to the application. This FOTA is introduced via Sysbuild configuration...
So I was experimenting with the Hardware Codec and I created a simple config which redirects the audio coming from the LINE IN mic to HEADPHONE OUT speakers.
Here's the...
We used the ADC nrf52832 to collect the reference source voltage, 1.240V. It is found that the consistency of each power-on is not good, for example, sometimes it is 2806...