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...
1. nRF Connect SDK v1.9.1
2. Segger 5.68
3. sample name : multiple_adv_sets
I am developing through multiple_adv_sets.
I want to test by changing the uuid in uuid...
Hello
I have installed NRF Connect for Desktop in my system (64bit, i3 CPU). I want to debug my custom hardware using the nRF9160 Development Kit. I have connected the nRF9160...
We have a big application bigger than 500ko and we need a littlefs partition, so we end up with a mcuboot_secondary smaller than the mcuboot_primary (actually we put it to...
Hello, as stated in the Titel im trying to read Firmware Information, for Example the Firmware Version. I tried solving this by reading via Flashareas but no matter where...
Hi,
Datasheet says the sequence as mentioned below,
But the code given in the nordic playground does not follow the sequence mentioned in the datasheet, and the code...
Dear members, with success I implemented the time synchronization example from the nRF5 SDK guide. This example works perfect for a single master, but what if the master changes...
Hi Nordic:
How to use GZLL in nRF52833.
It is only has PCA10040 and PCA10056 In "gzll_ack_payload", but nRF52833 is PCA10100.
I try to use PCA10040 run in nRF52833,...
I start learning open thread in nrf connect SDK using nrf52833, it was pretty fun examples. Now I switch from using cli to send udp from/ to devices to implement it in the...
Hello everyone,
I'm having some issues working with the nRF Connect for VS Code extension in combination with the nrf_desktop application demo from the nRF Connect SDK....
Hello,
VSCode, i change NCS1.9.1 to v1.9.99,
restart computer,but got error:
OUTPUT can not use compilerPath“D:\Program\v1.9.1\toolchain\opt\bin\arm-none-eabi-gcc.exe...
Hello,
I am working with a TOF sensor, and in the init I need to upload some firmware through an I2C connection. It functions as intended when it is a smaller amount of...
Good morning.
I have an EVAL nRF52_DK PCA10040 V2.1.0 and connecting the EVAL to the PC through the USB cable no VCP and no CDC disc are recognized.
With an EVAL nRF52_DK...
So far we have been using nRF5 SDK v17.1, but we ended up using nRF connect SDK v1.9.1.
However, this compiles too slowly.
I modified main.c and it seems to compile everything...
Hello,
I tried to implement libuart in my code but i'm facing some problems i think it's because the legacy layer and the nrfx layer,it's configuiration problem as i think...