what can be the starting Point for Bachelor Thesis involving BLE 5.0 devices to be deploy in mesh Network. How the challanges in the Thesis can be address and set as a Goal...
Note: This is related to the following issues:
- https://devzone.nordicsemi.com/f/nordic-q-a/63255/nrf9160-getting-stuck-after-cell-change
- https://devzone.nordicsemi...
Hi, I am Product Manager working for Medical Device Manufacturing company based out of Ireland.
we are in search for a development house / developer who will support us...
I have so many versions of this topic that I now am certain that most of the answers provided are wrong. Since you cannot have so many ways of connecting an external nrf device...
Hi,
This is actually a follow-up to my previous question here: devzone.nordicsemi.com/.../publish-timeout-handler-of-one-model-called-during-publish-timeout-handler-of-another...
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...