Hello everybody,
In the SD_EVT_IRQn ISR I check for BLE and SoC events and set flags for each so my application can fetch and dispatch the events in the main context. ...
Hi, in the example bootloader in sdk 7.2, there is an assembly code block in SVC_Handler, in dfu_ble_svc.c.
I found that the offset in line:
LDR R0, [R1, #24]
always...
In nRF51 SDK 7.1.0, there is a c header file using c++ keywords operator .
Here is a snippet of components/ble/ble_racp/ble_racp.h using the keywords.
/**@brief Record...
I want to make sure I'm far from ever having a stack overflow event. Is there a way in the IDE or elsewhere to monitor this risk? The map file produced after a build?
I am working on BLE. I have created a service using read property(services_set_barometer_service_barometer_data(void *src, int size))
After connection is set-up i am calling...
Hello, I'm using the nRF51822 and tried the HID Keyboard Application (S110, ble_app_hids_keyboard) example. (Nordic\nrf51822\Board\nrf6310\ble\ble_app_hids_keyboard )
The...
Hi all,
I have a situation in which softdevice (s310 v2) seems not to forward events to my nrf app (bootloader running dfu) in spite of the fact that my iOS app sees the...
Hi All,
Setup:
SoC: nRF51822
SDK: 11.0.0
Softdevice: S130 2.0.1
I am facing occasional HardFault and It is happening randomly. I need to test device few hours...
Hi Team,
I am trying to perform firmware update of nrf52840DK using MCUBOOT bootloader over UART. I have followed the link: https://devzone.nordicsemi.com/nordic/nrf-connect...
Hello everyone,
How can I use rand() and srand() functions in NCS?
I have already #include <stdlib.h > , but I got this issue:
undefined reference to `srand'
Thanks...
Hi Team,
I am facing the problem while adding static library (.a) file to the segger environment project. If this added successfully then I can easily access the function...
I found that there is no project or example of FTD for nRF52811 both in "openthread/ot-nrf528xx" and "nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8"
I want to know that...
Hi,
I bought two of the NRF52840 Dongles to learn and develop smart home compliant applications running on ZigBee protocol. My goal is to create a Smart Home ZigBee hub...
Hello, i would like to interface nrf9160 DK with an rfid reader mfrc522 using SPI. So, i went through the example of spi_master in SDK 8.1.0. It was for nrf51822 and i want...
Hello Nordic support,
I would like to know how can I use the function zb_zdo_mgmt_permit_joining_req() to make the coordinator start the permit to join process forever....
Hi there,
We received your devkits on Friday, 25th of June and started evaluation of the modules this morning (Magnus Pederson and Brian Kim @ Nordic arranged the devkits...
Hi Support,
I have nRF52840 Dongle (PCA10059) on which i am trying to flash thread ncp example as explained here ( https://infocenter.nordicsemi.com/index.jsp?topic=%2Fstruct_sdk...
Hey everybody, I am completely new with Nordic devices and tools. Looks like I erased the connectivity bridge application in the nrf52 module at Thingy:91. Now the board is...
Hi,
I am using the nRF9160 to read data from the CCS811 gas sensor, and logs data on LTE Monitor. I am using the BME280 sensor to read temperature and pressure values and...
Hello, I am currently learning to use nRF9160 DK in Guangzhou, China.
It is weird that my China Mobile cellphone SIM card can be used on this DK to connect to Cloud. However...
Experienced developer new to embedded C programming here, so please forgive me if I'm missing something obvious. I already went through the GPIOTE example from the nRF52 SDK...
Hello,
I'm not sure if this is possible, but I would like to filter log level depending on which backend is receiving them. For example I would like to set the RTT to...