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,
We're currently trying to update 52840 chip on a similar board such as the 9160dk, that has an external flash in between 9160 and 52840. We want to apply a firmware...
Respected Support Team,
Is it possible to create a BLE Mesh using nRF9160 DK? Alternatively, I also have nRF52840 Dongle and RAK 5010 board which has nRF52840 chip. Can...
Hello,
I am learning how to program my nrf5340DK
I started using the ncs setup but it is too much overhead for me and I wanted to try a more bare setup and I dont mind...
Hi, I want to discover Different UUID base of service and characteristics from BLE Central. First I used ble_app_blinky example and it worked fine. Next, I modified BUTTON_CHAR...
Hello All,
I am developing thread base system.
I am using SDK - nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8
Dev-kit - nrf52840
I have used "cli-mtd" code as my base...
Hi,
I was trying to create Dial-up connection for nRF9160-DK,.But, Modem COM port is not showing in Windows 10 PC (in Device Manger tab) for nRF9160-DK .
Noe:
1. Able...
Hi,
(see image below for clarity of this text)
In our product, we have this requirement. - be able to update the application on the nRF9160. - be able to update the firmware...
I'm not sure what happened to my SES but every time I try to debug I get a message saying that my image is out of date even just after having rebuilt it. Any idea what may...
Hello,
I’m able flash my code to the nRf52832 with no problem. At this point all is well. The problem occurs when I power down the device and then power up. On power up...
Hi,
I was merging the files of peripheral hr in ble mesh chat project
how to add new .a project in nrf connect sdk using segger embedded studio and also how to include...
Have a catch-22 here.
Here is my code:
When I call nrf_sdh_enable_request() it returns the error '0x08 which is SoftDevice already enabled according to the documentation...
Hi everyone,
I use to use the nrf52840 dev. board with the SDK16 examples. Now I am facing a problem with all the BLE peripheral examples
1. When I build and run in release...
Hi there,
for a customer of mine I have to programm a Arduino 33 BLE but not using Arduino IDE but use the Nordic SDK.
As it is a normal nRF52840 (inside an Nina-B306...
I am currently working on a project in which I will need to increment the pwm up to full cycle in 'x' number of steps and then be able to step down 'y' number of steps when...
I'm using app_scheduler to pass UART events in the "main thread". I'm storing multiple data types in a struct (arrays, integers) and I've set the max event size to the size...