I'm using QT + QBS + bare-metal + gdb + openocd + stlink(debugger). I want to print into qt-terminal debug information. How Can I do this feature?
forexample:
int main...
I ran the ble_aci_Tranport_layer_Verification.ino sketch from the Nordic BLE library and I get no output to the serial monitor after "nRF8001 Reset Done" is displayed. I think...
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...
If one using nRF52840 microcontroller as non-RF one, in example configuration from page 593 / Figure 214, No 6 schematic, I have two questions
- does a ANT pin filtering...
hello Nordic
i am working with nrf52840 dev board, sdk 16.0, based on the peripheral app_ble_blinky example.
i have 2 spi comms, one twi, and use rtc, app timer and...
Hi,
I'm using nrf52840 and connecting to a mobile device via BLE.
After bonding connection, I'm restarting my nrf device in order to start advertising again, with...
Hello All,
I am new to this field and would like to know technical details of this field. I want to develop a product using NRF52833-QIAA-R7 or NRF52840-QIAA-T
Anyone...
Are there any examples showing how to handle MQTT QOS 2? I have searched for MQTT_EVT_PUBREC, MQTT_EVT_PUBREL, and MQTT_EVT_PUBCOMP and nothing shows up for any.
Hello ,
I am using NRF52 DK Board with SDK15.3.0 .
I am followed below tutorial for DFU update .
https://www.youtube.com/watch?v=c7D0dC2gANo
But , after loadfile command...
I am evaluating the PPK2 for use in a custom test bench. The test bench uses a few Python programs to gather current measurements of a device under different operating conditions...
Chip: nrf52832
SDK: 15
SD: s132_nrf52_6.0.0_softdevice
After connection, we request a new MTU size. Some values work, other don't.
For example, trying to get 187 bytes...
Hi,
The following command will not work:
> "/mnt/c/Program Files/Nordic Semiconductor/nrf-command-line-tools/bin/nrfjprog.exe" --family NRF52 --program "/mnt/c/Nordic...
Hello, we need some help debugging a proxy node in a BLE mesh network.
First some information about our experiment - we currently have 5 nodes running a custom fw on a nrf52832...
I've been wrestling with the NRF9160 toolchain for a couple days now, gotta say it's a complete nightmare compared to your lovely NRF5 toolchain.
Currently stuck here: ...
OS in development environment :Windows10 HARD :(Taiyo Yuden)EBSHSN Series Evaluation Board : Central / Peripherals CPU :(Nordic) nRF52832 / ARMR Cortex-M4F 32 bit processor...
Hi,
I'm trying to use the following AT command provided by my SIM card provider to switch SIM profile:
> AT+CSIM=94,"80C200002AD1288202838106068186825347168B1A040C914437989699097FF681106251250000072A30312A313023...
Hi Nordic team
At section 4.4.3 of Mesh profile spec, it said "This health model is used to represent a mesh network diagnostics of a device."
I tried SDK mesh v5.0.0...