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...
I am having issues running GPS and LTE concurrently on the nRF9160DK and am wondering if the rootcause is an incompatibility between modem FW v1.2 and hardware v0.9.0. I am...
Hello,
With regards to the HID Keyboard Example,
1) Is it posible to disconnect from the central side (ios)? I would like to be able to disconnect as follows:
But...
Hi,
I have just started using the Nordic SDK (nRF5_SDK_15.2.0_9412b96) and am developing a low power application for a custom PCB using the rf52840.
I am developing...
I can read the spi flash id by the other mcu with the above code, but can not read correctly by
nrf52832, is there something wrong with my handle?
SPI FLASH ID 0E 40 13...
Hi!
We experience some problems with DFU, and while looking through the code, I saw the code copied below.
This is from the file dfu_req_handling.c from SDK14, and my...
Hello everyone,
I am programming my dongle(nrf52840) with my Dk. To upload the code I click on download "solution_name" in the target menu, it works fine for example without...
I am using NRF52840 Dongle to scan all the BLE advertisement packets.
I wish to scan for the BLE advertisements packets only from a particular device using the whitelisting...
hello all,
i am trying to add ble app uart feature in other ble app project. so i am trying to change those defines variable, NRF_SDH_BLE_GATT_MAX_MTU_SIZE & NRF_SDH_BLE_VS_UUID_COUNT...
1. In the ssdk:ncs v1.3 Example: in 10_hello_world_clock_gettime, test function: clock_gettime (CLOCK_MONOTONIC, last_action_time);
The following error occurred at compile...
Hello,
nRF52811, SDK16.0, Softdevice7.0.1
We had developed our application based on nRF Blinky Android sample app for nRF52840. Now we want to port same app for nRF52811...
Hi,
I would like to ask if it is possible to use both Radio and NVMC at the same time (no SoftDevice)?
My scenario:
Start Radio and configure RX mode.
Write/erase...
Hello
I use nrf52840, Keil uvision 5.26, Win10.....
when i test the board, program run into hardware fault.
that reason is No I2C response, and i delete int the I2C...
I am developing a device which will have Nordic's UART service and it also need to be able to bond with the central. I am using SDK 12.0.0 and VisualGDB for my previous projects...
I'm working on getting an eclipse project working for my nRF52840 application that is currently working with a Makefile. My issue is that once I reset the board, or power...
Hi below is the function i am using to run garbage collection after deleting the data but the result i am getting was the same as before garbage collection.
I mean DIRTY_RECORDS_BEFORE_GC...