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 product and want to update it with a BLE functionality. The product has EFM32 Giant Gecko MCU (ARM M3).
I want to know if it is powerful enough to run an...
Hello. I am writing a program using an example called ble_app_uart. While using the printf function, the output is output with a delay of 10us between characters and characters...
I try to integrate the Nordic pc-ble driver (Version 4.1.2 API 5) into a Qt application. I use the heart rate collector example to check how I have to integrate the library...
I have implemented all the models given in nRF Mesh SDK in nRF52832. Now I want to implement the HSL Model in nRF52832, for that there are no files related to HSL model in...
Hi all,
As I wanted to try out the new extended periodic advertising examples (periodic_adv and periodic_sync) located under /v1.5.0/zephyr/samples/bluetooth of the latest...
hello,
i am using nrf52840 with our cutomised board and trying to achieve long range using coded phy and using that long range demo example as base i have sucessfully changed...
I try to send out sensor streaming data to terminal over BLE NUS. Sensor sampling rate is 100Hz and 6 bytes per sample. Is there a best option to do this if I need to send...
We're working on a product that is able to store around 400uC of charge (two 220uF capacitors). There is a constant input of 21 uA minimum coming from a small solar panel...
I'm using AT%XRFTEST=0,1,2,19300,-40,1 to test reception at 1930MHz on the NRF9160 DK with a CW generator, and I don't understand the effect of the -40 parameter. With my...
We are currently working on an energy harvesting solution that powers the nRF52832. The energy harvester is providing energy from indoor solar and at the lowest light level...
I'm kind of confused about the DCDCEN0/1 related functionality and can use some confirmation. If I'm hoping to run everything at 1.8V, it seems I can wire VDD_NRF to 1.8V...
Hello,
In our device, we would like to implement an HID Service for the most simple cases. This part is OK, there are examples for this.
For advanced users, we would like...
Hello,
MCU: nRF52832;
SDK: 15.3;
Project: examples\ble_peripheral\experimental\ble_app_ots
nrf52832 receive data from app, communication by L2CAP, I want to increase...
Hi,
I use library NRF21540.c to config to control NRF21540, to amplifier the radio of nrf52832.
This is my define:
#ifndef NRF21540_USE_GPIO_MANAGEMENT #define NRF21540_USE_GPIO_MANAGEMENT...
Hello!!
I want to implement I2C between nrf52832 and capsense button (CY8CMBR2110-24LQ) and want to put it to sleep mode so that I could get ~2-3uA if there is no activity...