I am trying to debug my code today and am finding that Eclipse is constantly breaking execution at the INLINE function app_timer_evt_get(). I do not have any break point set...
Hi,
Recently,
the DFU of the "Master Control Panel" (Android) can not complete the upload mission.
But,
the DFU of the nRF-Toolbox in iOS is
work well.
Old...
I just tried out the new iOS nRF Toolbox 1.5 and it doesn't seem to handle long init packets.
I gave it a zip file that contains a 137216 byte 'application.bin' and a 192...
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?
So I have been wanting a opensource gaming mouse for a long time, and gwolves decided to make one recently using a nRF52840 (you can learn more here ). Only issue is that...
I built the project on VS CODE, but it failed at the beginning
log output:
> Executing task: nRF Connect: Generate config nrf52840dk_nrf52840 for f:\nordic-sdk\project...
Hi, I've made custom boards using nrf52840. In my application I did advertise forever with interval of 200ms. Now after several weeks of tests I've two boards out of seven...
Goodday
I thought I would try the webinar
️ nRF Connect for VS Code Webinar - Hackster.io
Im getting the following error after I add Build configuration
Building...
After installing NCS 1.9.0 Open Segger Embedded Studio does not show as an option any longer. I have tried to remove the SDK and install it again, but the result is the same...
Can distance be set between nRF52840 and APP? For example, set 5m and 10m through app. When the distance between nRF52840 and APP exceeds the set distance, app will remind...
Hello Respected members, I have a question regarding the #nrf5-calendar example that is, is there any way to retain the NRF52 time after resetting the device. I am using the...
Hi there!
I'm currently looking into performing a DFU on a nRF52832 DK from an SD-Card. I managed to get the secure serial uart bootloader up-and-running and have no issues...
Hallo,
I would love to receive some support in configuring micro_ecc backend for OTA DFU.
I am using SES and following the instructions on nordic InfoCenter. The link...
Hi,
I am using nrf5280 development kit and 17.1.0 sdk.
i am working on ble_app_uart example code.
Its working fine no issue. Since the start address of the application...
We are using an nRF51x22 in one of our designs.
I am in the process of writing a bootloader that conforms to a packet format we use for loading code across our product line...
hi support team,
Customer IAC is now on GPS testing sensitivity performance. Below is from 9160 spec.
now they are trapped here for a long time. do we have any instructions...
After preforming a DFU with the nrf connect app (ios) the device advertises and will "connect" with the nrf connect app, but its not actually connected which is evidence by...
Hi, I have a project that is comunication between nRF and Smartphone via BLE and using libuartes to comunicate with 2 another devices via 2Uarts. Now I need to combine 2 examples...
I have an BLE peripheral application running on a nrf52833 with softdevice S140 were I transmit data from Bluetooth to an external CAN-controller via SPIM and back. This is...