Hi
I try to run BLE HRS collector example.
when I run the project, in RTT terminal I have these error
00> sd_ble_enable: app_ram_base should be adjusted to 0x20001CD8...
Google open-sources the firmware needed to build hardware security keys
Google open-sourced today OpenSK, a Rust-based project to aid hardware vendors build hardware security...
I would like to store a simple integer value in the flash write and read after some event. I'm using the mesh example Dimming examples (experimental) in the nRF5 SDK for Mesh...
Hello,
Has there been any success with getting the python bindings for the pc-ble-driver running on openwrt? I've succeeded with the driver itself but not the bindings....
Hi Nordic Team,
In my BLE project I'm creating a Test application which gets all the advertising data from peripheral devices. The complete list of scanned device is received...
Hello all,
According to the documentation and this feedback on a case there is a maximum size for a particular cert before nrf_inbuilt_key_write returns NRF_ENOBUFS . Can...
Hello,
I am using nrf52840 DK, Segger Studio IDE, Win10.
My application is I want to transfer the image from iOS to the DK board.
I am aware of the Image Transfer...
Hi Nordic
When I use JLINK to burn the firmware to the nRF52832 chip in the device, some devices cannot be programmed or cannot be programmed again after burning once
...
Hello, I've stumbled about a problem with the NrfConnect extension and Kconfig. It is quite simple: When a project directory contains a Kconfig file, it is used by west as...
I'm a bit confused by the "unidirectional" solutions offered as examples / documentation for the nRF5340 DK. I would like to build a BLE Audio headset that both receives and...
Hi
How is the ESB_EVT_IRQHandler started? NVIC_SetPendingIRQ(ESB_EVT_IRQ) is registered with on_radio_disabled(), but I don't know how to be started this handler in the...
Hi:
I use ncs 1.9.1, borad nRF9160-DK
sda-pin = <30>; scl-pin = <31>;
Config:
I added i2c2 in blinky, here is the source code.
I see i2c2 enabled in...
Hello,
I am experiencing issues with an nRF5340 DK. I would like to try the matter samples but every time I flash one of them, it results in fatal error and reseting loop...
fota_download_start copies the file but not host string into a static buffer. The comment implies that the download_client only requires this for the file path, though it...
Hello Devzone,
My name is Ted, and I recently came across a 2022 May 4 LPWAN Coverage document on one of Nordic Semi's technical guides. The specific guide is titled iBases...
Hi everyone, i have some problems with firmware and i hope someone can help me. I am using nRF52840 microcontroller and SEGGER Embedded Studio. Also I'm using the littlefs...
Hi ,
I want to use a pin on board, which is not used or initialized in dts file . my requirement is that I want to initialize that pin before booting process. ( that pin...
Hi,
I am using the :
bt_scan_filter_add (BT_SCAN_FILTER_TYPE_MANUFACTURER_DATA, &mfgData);
scan-filter works well.
However, keeping everything same, if setting...
I have added WDT to the blinky_freertos sample.
And I am debugging with SEGGER ozone.
building with SDK17:
If you reset the software in the debugger and start it,...