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 all,
I am using nRF82532 board. This board TX,RX(P0.06,p.0.08) pins connected with QUECTEL module in ZEPHYR sdk platform . Please forgive me for these basic doubts. ...
HI,
I want to work nRF52 thingy with segger embedded studio.
Is there any example code to compile and run the Project file for nRF52_thingy?
Which sdk need to use SDK13...
Hello,
I'm trying to autoconnect my device to my phone using nrf Connect app. I connect to my board selecting autoconnect flag, then insert my passkey and devices are correctly...
I programmed the 15.2 sdk (ble_app_eddystone_pca10040_s132.hex) to my 52832 radioland module.
I can see that it is identified as an eddystone with URL of nordic -
But...
Hi,
I want to make device that can switch between central and peripheral role on NRF52810.
I am using S132 and nrf SDK 14.2.0.
Can I change the roles with button and...
Hi Team,
Trying to recover my nrf9160 DK, don't know what I did wrong, please help.
IDE: SES Nordic edition V4.14
Hardware: nRF9160 DK, Program/Debug to nRF91 module...
Please Help,
I want to remove the firmware from traditional beacons and deploy NORDIC FW instead so that i can deploy SDK for mesh on the beacons after that and use it to...
I have some code that runs on the 52832 DK and I'd like to migrate it to the 52840 dongle, but I'm not sure what I need to do to accomplish that. I changed the memory locations...
Hi
In nRF52832 datasheet page 17, it informed low drive and low frequency on 10 GPIO.
Could you define what max value of low driver and low frequency?
Thanks.
Atl...
I am new to nrf52832. I am using pcaboard10040 ,sdk12.3.0 and softdevice s132. I am using battery_level_in_percent function for calculating percentage level of battery. But...
WHen trying to build I get in the linker a lot of error like this:
C:/Segger/mbOS/mbOS ex/Wizmi_Project_mbOS_empty/embOS/Start/BoardSupport/CMSIS/Generic/Output/Debug/Wizmi_Project_mbOS...
Hi,
I am trying to run the ble_app_uart_coexist example on my nRF52840 Development board.
I followed the above steps for configuring the example to work.
I copied...
how to include SPI Master code in ble_app_uart sample code of pca 10028(nRF51822) board. its soft device is sdk 10.0.0 (s110). Please share me a sample code if you have. ...
Hello to everyone.
I´m trying to understand a code starting from the file of definition of pins of nRF52 PCA10040. In "simple_hal.c" there's a line like this: NRF_GPIO-...