Hi Nordic team,
The LTE link monitor app is not showing up in my NRF connect for desktop v3.6.
What would I need to do in order to add it?
Is there a http link you...
EDIT: We found the reason for this and it is a hardware issue. This question can be deleted as it is no longer valid.
-----
Hello,
We are currently developing a...
Hello,
I would like to obtain some information on the possible substitutes for the nRF51822 (BGA Packaging).
I received notification that right now only the final orders...
I am using the nrf9160 for an OTA firmware update application. I initially executed the fota download file from the http_application_update sample project in it's default...
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...