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 guys, I've got a nRF 52840-DK, I want to verify the new features like 2M/long range/advertising extension.
1. Is there any exmaple to test these featues, or any guideline...
Hello,
On the nRF52840, is it possible to switch from TXIDLE to RXIDLE or from RXIDLE to TXIDLE without going first back to DISABLED ?
We are using the radio in 1 Mbps...
To the kind attention of Nordic support team,
we are very much interested in interacting with your nRF52840 devices preprogrammed with the wireless bootloader and waiting...
Hi! We are currently trying to develop a low power framework for our nRF52840 DK with SoftDevice S140. After disabling various peripherals and interrupts we use the provided...
Hello Team,
I just recently purchased Thingy52 i was wondering i can use NFC NDEF update using python library if it is possible can you point me to right
documentation...
Hello!
I am working on firmware for device that has freertos in the base and implements BLE beacon and 1 service with 7 characteristics. Everything works. But power consumption...
Hi,
We are currently testing DFU upgrades on Android. In my current setup I have two different phones, a Sony one running Android 8 and a OnePlus running Android 10.
The...
We have a device (in central mode) initiating a secure connection to a peripheral (slave) via the usage of `pm_conn_secure(conn_handle, false)`. This results in a `PM_EVT_CONN_SEC_SUCCEEDED...
Hi All,
I want to convert analog input into digital using SAADC on nRF52840 DK. After that to push the SAADC output through the Bluetooth (nRF connect bluetooth mobile application...
Hi,
Recently,i try to install the tool chain of nrf connect sdk as the instruction as guide。After installed west,then run command “west update”,but got an error:
Can...
Hi ... folks
I am using nRF52832 and analog IR sensor , Working with the example saadc . In this case , i am giving the IR sensor input voltage as 5v , analog pin 2 .I am...
Hi,
I am using NRF52832 Development board, SDK(nRF5_SDK_15.3.0_59ac345) from this i am using (/nRF5_SDK_15.3.0_59ac345 (4)/examples/ble_peripheral/ble_app_uart) example...
Is the nRF52 RSSI block of the RADIO module based on the entire 2.4GHz ISM band, or can it be configured to only measure a given 1-2MHz band of interest? According to the...
I'm using the serial library for the first time. What are the advantages/disadvantages of using IRQ and DMA? How should FIFO queue and buffer sizes be chosen?
Hi,
I am using the following code to implement a millisecond timer read function. In main, while loop, I do nothing but run a 1ms delay and measure the time in mill second...