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...
Dears, I used NRF9160 and i have some questions about it: 1. the internal rtc is accurate or not ? is calibrated or need to be calibrated every time? 2. this rtc is internal...
Hi,
I use FDS to save my data in my application. Below is my fds list. All RECORD already have data from factory production.
#define FILE_ID 0x1111 #define RECORD_KEY_TORQUE_0...
Dear Members,
How can I scan continously if I loss the sensor,
I have made at this function :
static void ant_evt_handler(ant_evt_t * p_ant_evt, void * p_context)
...
Dear Members,
I got :
Could not find core in Coresight setup nRF52840 ? with PCA10059, it was working ok before,
Any solution for it ?
Kind regards,
Rixtronix...
Hello,
i've nRF5340-DK, 3 wire SPI oled model.
any one can change STM32F103 code for NCS1.9?
the oled can light on, but no show text, maybe SPI recv Font incorrect....
Am I the only one who finds Zephyrs I2C implementation a little cludgy? Or am I just missing something?
It may be that I'm just used to bare metal I2C but I can't seem to...
I'm working on a Central/Peripheral device and will need to set both:
CENTRAL_LINK_COUNT 1
PERIPHERAL_LINK_COUNT 1
It mentioned that if either of these values are changed...
Hi,
I'm trying the "Heart Rate Application" example on nRF52 DK. I successfully compiled and downloaded the hrs_example code to the board. When I used Toolbox app on the...
The Cortex-M4 exception handling and NVIC support late-arriving exceptions as discussed for example in the Cortex-M4 Generic User Guide. In this regard, my question is: What...
Hello,
I have been trying to get the UART working with EasyDMA on the NRF52832 development kit. I did have some success yesterday, but it's not working again today for some...
Hi,
I am working on a prototype which I have almost completed, I am using this NRF52832 chip, using BLE and creating a mesh network, where different nodes are communicating...
Hello,
I would like to know if Matter template example is compatible with nRF52840 Dongle. According to Matter Template example website ( developer.nordicsemi.com/.../README...
Hi,
I am using nrf5340 with Zephyr and nrf connect sdk 1.7.0 to drive two SPI bus devices off the same bus.
I have no problem configuring the SPI bus using nrfx_spim as...