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...
We have a problem where a display running on 5V with an UART on 3.3V will self-bias through the UART TX pin when the 5V supply is switched on.
How do you make zephyr not...
Hi,
We are using nRF5340 DK and the nRF Connect SDK Version 2.6.1.
We are developing a mesh network. Our requirement is the one device can connect to three other devices...
Hello.
What is correct way to use AT%MDMEV commands(searh status) to establish connection after long PSM/sleep time (168h). Our devices are used to track wild animals so...
Hello,
I'm encountering persistent address conflict issues within my Nordic project.
Occasionally, when a device joins the network, I observe address conflict errors....
Hello,
I am trying to send an array which has 2048 bytes via UART. But, when I add a some delay to repeat the the UART transfer, the code gets stuck on the HardFault. I...
Hi Community,
I report this issue in github, it seems nobody reply me, so I ask here again.
lesson 8 exercise 3 solution build failed · Issue #9 · NordicDeveloperAcademy...
Hi,
in our application we use SDCard and USB stack with the following configuration:
The communication with the nRF5340 is done by using a Linux Embedded systems. When...
I think that the source of the nRF5340 Audio DK sample board is designed so that LED1 lights up when a connection is established with CIS.
We are thinking of connecting...
Hello,
I am using the ADC on my custom board, based on nRF9160.
I am getting correct results when measuring a known voltage. However, I noticed that the execution is very...
At the company I work for we are developing a keyboard with mouse capabilities via USB and BLE using the NRF5 17.1.0 SDK. We create the USB HID with the following SDK macro...
When using the nRF9160-DK, I flash the board with Asset Tracker V2 as provided by the instructions for the board here .
The board and SIM card are registered and the board...
Hi,
I am using custom board (nRF9160) and zephyr V2.6 and I would like to make sure that I understand the ADC settings correctly in the device tree:
channel @ 1 {
...
Hi there,
I have just tried to migrate to a new M2-based mac book pro and everything went OK (i am able to build and run my sw on the target) except that I don't have any...
hi support team,
i was testing smp_svr, i want to add button to my application that once i press the button and reset, the device will stay in mcuboot (serial port mode...
Hi,
I added build a conf to my project which has a prj.conf and select board. But the extension overwrites my configs with cache and extra cmake flags, which i dont want...