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...
I want to start the most basic hello world project on my nrf9160 thingy development board but am having trouble building my own custom project or any of the sample ones provided...
Question on an older chip:
Can anyone tell me if FW originally written for the nRF24LE1E would be completely compatible with the nRF24LE1G? I have an opportunity to source...
Hi,
Device: NRF53
I'm trying to send 3 notify packets in a 15ms connection internal but I can send 2.
I'm using Nrf connect and Zephyr. is there a limit or a define...
I seem to be having weird issue upon initializing qwr module in my .cpp file
NRF_BLE_QWR_DEF(qwr);
Doing so results in a syntax error
#define NRF_BLE_QWR_DEF(_name...
I created a custom BLE service following this tutorial and I am able to connect to the BLE service and write data to it, but ideally, I want to send character bytes as opposed...
Hello,
we are using an nRF52833 for our application with the open serial uart bootloader and MBR programmed in it. What we would like to do is:
1) program the application...
Hi everyone, I'm trying to get the LIS2DH12 driver (SDK v15.0.0) to configure a LIS2DH12 sensor connected to my nRF52 Dev Kit. I've wired the chip up as follows (using the...
I set the publish address of client using function:
Unicast address of sever is 0x0003.
After setting publish address by this function, I check publish address from...
Hello community... I was able to compile the GPS sample and flash an actinius icarus (nRF9160) using the Actinius Programmer once and it said successful. However, checking...
NRF52833+SDK17:
I want to use the saadc to sample a DC brushed motor running current when pwm at rising edge, pwm driving the motor.
I can't understand the real meaning...
Hi, I've been working on SDK v1.6.1 and I just wanted to try the v1.7.0, however some functions on the power management have changed, in particularly:
int pm_device_state_set...
I am encountering a problem with programming an nRF52840 DK:
1. I've installed nRF Connect for Desktop version 3.7.1, nrfjprog version 10.14 and Segger JLinkARM.dll version...
Hi,
I'm using the CLI and have logging enabled. The only way I'm able to see my logging output is if I type "log enable info" at the CLI prompt.
Is there a way to enable...