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?
Hello all,
I am developing a BLE application with the Softdevices, the peer management module, and with MITM protection.
I've set a bonding static passkey as shown here...
I run a custom multilink BLE service server on nRF9160 DK.
After about 20 minutes of repeated connecting, data exchange and disconnecting from 4 (only four) BLE devices...
Hi,
I need your help to know "How to control RGB LED using PWM in nrf5340?". I have already tried the "RGB_led" sample in NRFconnect SDK v1.5.0
But can't able to control...
Hi
I have nRF52840 DK with nRF5_SDK_17.0.2_d674dde
I am using radio_test example code under examples\peripheral\radio_test:
Radio Channel is fixed at 10,
The data...
Hello,
I am searching for the PCB layout showing ground connections on the nRF9160 Development kit. I was unable to find the DK layout on the product website. Also, I...
Good day, dear developers,
I am using nRF52840 with SDK15, no OS. System has 4 SPI devices (2xSPI, 1xQSPI, 1xLCD controller SPI) and 1 - I2C, all having dedicated bus (no...
Hello Sir/Madam,
I followed the steps of the link https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/gs_assistant.html#getting-started-assistant to set up the...
Hi,
I wanted to create a UART-like BLE channel between a desktop PC (central role) and nRF5340 (peripheral role). On the nRF5340 side I setup Peripheral UART sample project...
Dear Nordic support:
We are now applying the PTCRB, FCC etc certificatioin with China SRTC,
And SRTC need us to fill the attached application document about LTE part(nRF9160...
I have a structure that holds my configuration data for my device. When manufactured, the programming station will flash a hex file to device that has the application and...
Hi,
Please find attached my sample hello world project : It was all good and building fine on VSCode, until I "Pristine Build" the project.
Now there are compile errors...
Yesterday I tested this new code that Charlie thankfully put together for the MQTT simple allowing publishing over the UART. Problem I have now is that I'm getting an mqtt_connect...
Hi Nordic
I have some questions regarding a firmware upgrade:
Hardware: custom NRF52832
Software Version Information: SDK: nRF5_SDK_17.0.2_d674dde Softdevice: s132_nrf52_7...
Hi all,
I have an issue with integration of the AWS IoT in my source code. The example works for me. I've tried to copy&paste the example code to my project (I delete my...
Hi all,
I wanted to start developing with nrf52840DK and rust and set myself to do a simple build that would play a sound when I press a button. I purchased a MAX98357A...