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...
I am working on an application for an LE Audio Broadcast sink on an nrf5340 Audio DK. I am using code from the nrf5340 Audio application (v2.6.0) for the le audio parts. I...
Hi! I'm new to using the Nordic products and I wanted to be able to power my Thingy 91 device without the use if the USB and with a separate external power supply. On the...
Hi there,
Currently we are developing our own system to drive WS2812B LED's using the NRFX pwm library. And the coloring and signaling works fine when it is in a bare metal...
Hi,
I am using nrf52840 and SDK17.1.0.
I need to calculate CRC16 for communication with an another module. I found that we have an API for that. I would like to know what...
We are planning to develop an Matter door lock which includes NFC/RFID, Audio, keypad and BLE functionalities used separately. I am considering using either the nRF52840 or...
I tried setting the VDD voltage in the 9161 DK to 3,3 V, but it remains at ~1,76 V.
I'm able to enable/disable the GPIO extender just fine, so at least reading & writing...
I have had great success developing a project based on the peripheral_uart sample. Now I am trying to add DFU over UART to that project. Specifically, I would like to add...
Hi,
I have the following minimal example:
main.c
proj.conf:
Now, when setting CONFIG_SERIAL=n my nRF52840DK drains about 3-4 µA, when setting CONFIG_SERIAL=y it...
I am attempting to use the automatic WiFi connection feature described here:
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/libraries/networking/wifi_mgmt_ext...
Hello,
I'm trying to merge together a couple of sample projects to make a prototype (in particular, the LTE-BLE gateway, and AWS-IoT samples) - to run on the nRF 9160DK...
I used nRF52840 board with SDK 17_1_0 ,
VL53L5CX driver I want to transfer large amount of data on I2C but when i try to write it then first time nRF52840 restart and after...
Hi,
What is the correct way to build an application (say asset_tracker_v2) included in a newer SDK (2.6.1 for example), using a nRF9160 DK without on-board SPI flash device...
Hi,
I have a bunch of openthread routers and TTM shows one as in some error state.
RLOC is 0x9400, but no ext address is shown.
Also a child connected to this router...
Hi everyone,
I am planning to use the cadence/publish interval property within a mesh network. I can not find any examples on how to use it. I know I can set it in the nrf...
I'm developing a BTLE sniffer app to run on a headless raspberry pi 4 with html/php/js access. The application runs well on the development platform - Ubuntu 22.04.
On the...