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...
Hello,
From the documentation I read that Softdevice can support maximum 20 BLE concurrent connections. How does Nordic determine this maximum number of 20 and is this arbitrary...
I see the SWD debug port is a 2-wire protocol, SWCLK and SWDIO. My debugger device has two additional pins, SWO and nReset. Are these two pins required to debug and program...
I PURCHASED A SIM OF THE THINGHS MOBILE BECAUSE IBASIC DOES NOT WORK.
I HAVE LAUNCHED ASSET TRACKER AND THE NRF9160 DOES NOT CONNECT. LTE FLASHES IN YELLOW.
IS THERE A...
I was checking DFU through serial usb/uart on the following link:
infocenter.nordicsemi.com/index.jsp
I want to double check if this entire project is for programming...
Hi,
While linking I am getting the following error on Nordic SDK 16.0,
XYZ.axf: Error: L6218E: Undefined symbol nrf_ble_gq_conn_handle_register (referred from ble_db_discovery...
Hi everyone,
I am new to segger embedded studio. I want ibeacon firmware sample code to advertise uuid, major, minor, tx power, advertisement interval. I want to change...
We're developing a product where a single NRF52840 board - lets call it the central- serves as the focal point for multiple NRF52840 boards spread out across an area - lets...
I am not able understand the difference between APPROTECT and BPROT . Can you please clarify ? and if we enable the protection then how to disable it again whenever we want...
I've seen many posts about LL_LENGTH_REQ causing disconnection on certain Android phones and the solution from Nordic is to add a 100ms delay. Can someone from Nordic definitively...
Hi community,
in our setup we use the LSM6DSL IMU using TWI. First we initialize the TWI peripheral, then we configure the IMU. After that we initialize PPI to automatically...
I am trying to build the project "thingysdkv210" which is downloaded from https://www.nordicsemi.com/Software-and-tools/Prototyping-platforms/Nordic-Thingy-52/Download#infotabs...
nRF52 DK
HTS example
I added app_timer_stop_all() in the ble_evt_handler() of main.c, under the case of BLE_GAP_EVT_DISCONNECTED, but the battery service timer still...
need help on multiple things
All work is on the DK 840 board using sdk15.3
Started with this link
https://rigado.zendesk.com/hc/en-us/articles/360025376053-Add-Nordic...