Hi,
We have onboarded several hundred nrRF9151 devices using the nRF Cloud "bulk onboard" UI (preconnect onboarding using device_credentials_installer.py ). Generally, this...
Hi,
We have onboarded several hundred nrRF9151 devices using the nRF Cloud "bulk onboard" UI (preconnect onboarding using device_credentials_installer.py ). Generally, this...
Hi there,
I would like to add some extra data to mesh-nodes, when not provisioned -- with ble_advdata_manuf_data_t usage. What is the best way to do it and where?
And...
Hi there,
I would like to add some extra data to mesh-nodes, when not provisioned -- with ble_advdata_manuf_data_t usage. What is the best way to do it and where?
And...
Hi there,
I would like to add some extra data to mesh-nodes, when not provisioned -- with ble_advdata_manuf_data_t usage. What is the best way to do it and where?
And...
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...