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...
Are the MIPI and MAGPIO interfaces mutually exclusive, or is it possible to setup nRF9160 to use both? For instance, can I use MIPI to control RF switches, but at the same...
Hi,
I've created a project combining gps, nvs, and mqtt based off the nrf and zephyr project samples. I've been able to go into the sample projects and add .overlay files...
Hi.
I'm dfu test for sdk13.
NRF52832 EVM board
nrfutil version : nrfutil version 3.2.0
D:\nordic_nrf52832>**nrfutil.exe dfu ble -ic NRF52 -f -pkg dfu_test_app_hrm_s132...
Hi, i want to use dfu for application with mesh. But i want to update via ble in direct connection with phone, not via mesh protocol. Should i use example from mesh sdk or...
nrf52832 is connected to the main controller of the circuit on uart lines (RX and TX).
We have observed that even when we completely cut-off the power of nrf52832 then also...
Hi
I used the SDK 14.2, and download the android source code from guthub. Because I sent many packets(about 100 packets), so the delay should be set in the Android. I tried...
Hello, I am using nrf52832. I am adding pwm library in dfu secure boot loader project. I imported all required library but can't find PWM enable drivers/ library option in...
Good day!
I'm interesting in ability to support of some required Cybersecurity features by NRF52832 or/and NRF52840:
Is it possible to fully disable JTAG and/or SWD...
I am getting the following error message in the log when I try to connect with an Android device. It remains connected for about 40 seconds and then automatically disconnects...
Hi. Nordic.
Now I'm developing custom DFU transport which was already developed with SDK 12.x.
At the time of SDK 12, fs_evt_handler calls user's callback with the result...
Hi. I have added advertising to my multilink central project SDK15.0. Running on a nRF52840.
I get a error 12 when advertising_start(); is called on startup. I believe this...
Hey all
I've some basic question about the Call-Stack.
In my application I have a series of functions which call other functions and so on until an depht of about 20 calls...
Hello. How i can do a simple read an 0 -> 3 Volt (vdd) signal on Analog 0 P0.03?
I try it with saadc without sucess
int result = 0;
NRF_SAADC->CH[0].CONFIG = (
...