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?
Hi DevZone !
I am currently trying to migrate from nRF52840 to nRF52833 because of a backorder problem with the former.
My application consist of a Mesh configurations...
Hi all,
I am working on interfacing 2 SPI sensors ADXL362 and ADXL372 for learning purposes. Following is the overlay created for the same.
refering this https://devzone...
Hi,
When sniffing trace from wireshark with PCA10040 board, sniffer just stop when i bond central with peripheral.
When i break connection, advertisement packet are back...
Hey all,
So I have been having inconsistent issues connecting to different domains, and after getting the debugger working it appears to be a DNS resolution issue and it...
I'm currently trying to figure out how exactly the workflow for updating forked repository (i.e. sdk-zephyr) should look like ideally. https://developer.nordicsemi.com/nRF_Connect_SDK...
I'm experiencing a strange issue that I can't seem to figure out. We've built a location system based around the nrf52833, and we're currently running this system in a pilot...
Hello,
My name is Edward, I am trying to configure a net Thread with auto selection channel, do you have any example about this?
I have based my development on the simple_coap_server...
In the SDK ble_gatt_db.h file the ble_gatt_db_srv_t struct has a member misspelled as "charateristics" rather than characteristics. Was that done on purpose?
Hi,
I would like to resume the discussion made a few days ago in this post.
Is it possible to hide some BLE services until the connection is successful? I want only my...
I'm just starting... I have a little programing experience and knowledge of electronics
My project is controlling stepper motors over ZigBee using cell phone.
I have Samsung...
I have an application where I need to periodically write a few KB of data from my nRF to a host computer. Since TXD.MAXCNT tops out at 255 bytes, I'm trying to set up all...
Hi. I am trying to add a RTC to my ble project. I copied all the simple code from the RTC example, and set all the sdk_config.h settings to match.
As per usual millions...
Looking to permanently change UICR REGOUT0 to 5 for 3V3 on VDDOUT from dongle, to power a small Pulse Oximeter. Then using nRF Connect SDK and Zephyr, get Bluetooth GATT services...