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,
According to comments above bt_mesh_time_cli_time_set of time_cli.c , if the last parameter is NULL
the function is non blocking:
However, the function returns...
I connected my device over BLE with the computer and currently using Bluetooth LE Console from Nordic. The Console is receiving data and that is good, but I do not know how...
I'm running the radio_test example on an nRF52840, but when I try different modulation duty cycles, it seems to work fine for everything less than 94% however 94% itself starts...
Hi Nordic,
I got the following error when I start nrf connect the first time under MacOS. This log is captured by turning on the Debug console:
Uncaught Error: dlopen...
Hello,
I am sampling two analog signals at different sampling rate with burst and oversample enabled.
nRF52832 (Rigado BMD-350)
SDK 15.2
IDE - Segger Embedded Studio...
Hi,
I just got my custom nRF5340 board and started testing it. Here's what I've done:
Connect the board with JLink v11.
Erase the board with Programmer on nRF Connect...
Hi I trying to develop a module in the 52810. I want use te ble_app_beacon and add a DFU buttonless. I was able to add the DFU, but when i was to integrate the buttonless...
Hi, i am Karls of Gabsjin in south Korea.
Sometime ago, i happened to know something controlled by mobile(smart phone)
So I would like to make a avr circuit controlled...
Hi,
I built a peripheral unit which working on NRF52805 with SDK17 (S113/S112).
The unit needs to be "multi peripheral" and advertise 2 different advertising packets simultaneously...
Hello, I have a strange problem and I am not sure how to approach it.
The problem is that the connection sometimes does not get established. This issue appears on Android...
Hi Nordic,
I am been investigating SES these days, may I ask how to export the settings in SES, such as indent settings, text color theme, etc?
I have there laptops need...
Hello,
I'm working with NCS on a nRF5240 based BLE device.
On the BLE side I want to do something like this:
Connectable advertising
Phy: 1M
Interval: 200-500ms...
On my own board ,I just connect VDD and VDDH pin don't connect anything, Now my board can not use ble fuction,if I can confirm it's not the software issue, so is it possible...