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 am sending setup commands to a NRF8001 D device and I receive a command response with status of 0x89. This appears to respond to ACI_STATUS_ERROR_UNSUPPORTED_FORMAT. I cannot...
Hi,
I am using pc-ble-driver version 4.1.1 with the SD version 6.1.1.
I want to configure the TX power for the NRF52 USB dongle.
Do you have a code example for configuring...
Now I can build & download nRF52840 SDK example with Eclipse.
But Eclipse indexer(F3 key) can not recognize include folder.
So I added every include folder to .cproject...
I'm having a advertising device and then I want to stop advertising and prevent BLE connection from device that would have received the advertisement. It seems to work by...
Dear Team,
I am trying to add my Thingy 91 to nRF cloud, but I receive the following error :"There was an error adding your device: No device found with id 'nrf-xxxxx'....
Hi Nordics
https://devzone.nordicsemi.com/f/nordic-q-a/22595/can-not-received-ble_gap_evt_timeout-event-when-connect-timeout/88877#88877
Referring to the above post, I...
Dear,
I am trying to test BLE on the THINGY:91.
Follow the Q&A for "Introduction to Nordic THINGY:91" webinar, Q12 of @ Petter Myhre
I tried with Zephyr HCI UART example...
Hi,
I'm trying to debug my bootloader (I2C specifically) using Ozone. However the CPU only seems to halt when trying to debug the bootloader.
Also setting breakpoints...
I am using proprietary radio between 2 nrf51 devices, by copying from an example see code below.
That works but now I want to have more pairs of devices and I need to have...
Hello,
I have some custom hardware that uses both BLE 4.0 and BLE 5. I am looking for information on if it is possible to use a nRF52840 Dongle to connect to multiple peripheral...
Hi ! I am trying to design a custom board for nRF52840. I used the nRF52840 dongle's HW files in Altium to create a new board. Unfortunately the Altium project does not include...
I am trying to make the timer example works under the BLE blinky example. I have copy the code and enable the defines in sdk_config,from one project to the other but timer...
Hi i want to send a string using uart over bluetooth. For a try i compile ble_app_uart and flash it to my dk but i can not see the message on the terminal neither in Putty...
Hello everyone,
I am using nrf52832 module with SDK v14.2 and SD v5.0.0 for my development.
Recently, i started facing the below issue:
Once i try to pair the module...
Hi Great QA team:
Our client has made their product in MP stage but found out that some of the ICs with FDS Bug (Base on SDK 15.2):
REF: FDS - data corruption https:/...