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
I have a question, the Nordic SDK have a DFU, I want to know what is the default value of TX power in Bootloader? Can we change the TX power? if yes. How to change it...
Hello, I'm using nrf52805. It is confirmed that P0.04 is AIN2 and P0.05 is AIN3. Can I use this pin as UART TX,RX? What should I do to use it? Thank you.
Hi!
I am trying to work through the nRF Connect SDK tutorial series, and I got stuck at the "building with west step" in part1.
When I try to build my project using the...
Hi guys,
I have a peripheral device using a custom service based on the ble_nus, the intention is to hide the service and its characteristics until the bonded has been...
Recently our Device started exhibiting random BLE disconnect problems.
It's really hard to debug as not all of our devices are exhibiting this issue and in generally so...
Hi
I have a question to ask for your help. I'm studying thread networking. The SDK is "nRF5_SDK_for_Thread_and_Zigbee_v4.1.0" I use masterkey networking, but I find it unstable...
Hi all, i want to ensure my antenna have correctly triggered. I'm using TI Boostxl-AoA antenna for nRF52833, Its a antenna of 6 , but i'm just opening up 3 first. my sequence...
I would like to figure our how i can send MQTT packages over a Thread network using a nrf52840DK. And to begin with only between two nrf52840 devices.
I am using the nrf...
Hi
I'm testing RC3 of NRF Connect SDK v1.6 in combination with our application. I have an issue with the configuration when I want to enable CONFIG_LTE_LINK_CONTROL. This...
Hello, I work with nrf51822. I need to use ble to control several LEDs. The control logic for each of them is the same. I am creating my own service to control a single LED...
Hi,
After we complete a OTA update via iOS in Objective-C we can't get the BLE to function afterwards. Admittedly, I haven't taken a deep dive into it yet but was curious...
Hi we are integrating a ANNA-B112 device from u-blox that use the nRF52832 core. The pin mapping for UART appears to be different for the Software (not open source) that they...