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 am aware that the sdk-nrfxlib + sdk-nrf library embed a NFC library, dedicated to a ST NFC module.
In our product, we are using a NXP controller, a PN7150.
Is...
Hi everyone,
I got a question regarding the Bluetooth Mesh Time Server/Client models. I would like to propagate a common time base within my Bluetooth Mesh network by using...
I use the NCS SDK 1.5.1, the sample is use a QSPI FLASH(MX25R64), and we want to change this QSPI FLASH. we will use P25Q80H, which code should be modify?
Hi,
Can someone confirm what is the max input voltage for ADC input on nrf9160?
Documentation says
The AIN0-AIN7 inputs cannot exceed VDD _GPIO , or be lower than...
Hello everyone, I have successfully implemented the light Switch examples in the Mesh SDK. I sent the on_off data from the switch device to the light device. But what I need...
Hi All,
I’m running a proprietary RF protocol on an nRF52832 and am seeing some corruption of data when it passes through the CCM. The first byte is the only data that is...
Hi Devzone,
I know that more specific information is needed (time interval, Tx power, data length, ....) to make a comparison between GAP and GATT. But in general, which...
I'm working with following project and would like to add the DFU trigger library.
https://github.com/openthread/ot-nrf528xx
1. Build like this, I'm using a PCA10059 Dongle...
Hello,
I am working with nrf5281 and its bluetooth connection, the connection is established well and the chip and the nrf connect application stay connected, however the...
Hi,
I recently installed nRF Connect SDK v1.6.0 through the Toolchain Manager of nRF Connect. Previously v1.5.0 was installed, and was what I have been developing using...
I am trying to implement the buttonless dfu example, I successfully managed to upload the template example examples\ble_peripheral\ble_app_buttonless_dfu and can see it advertising...
Hi all,
I'm working on a limited power budget system. MSP430 is the master that is supplying power to nrf51882 (slave). Every 2s MSP430 derives a pin high to drive the nrf51...
nrf9160 modem Firmware version 1.3.0 release listed nidd or non-ip support. in the firmware.
We are eager to use this feature to send/receive data over RF control plane...