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...
Thanks in advanced. I update uart pin number to rx:10 and tx:9, then get the error as title described under DEBUG mode. To save power, I use uart but uarte, so I set UART_ENABLED...
Hi,
I'm using the SAADC to sample external voltage to fill in the battery service. I have use APP_TIMER_DEF to create a timer to do it every 30 seconds. Also I have init...
I'm developing a Peripheral with a rather intricate connection process and doing a lot of testing.
I find that if a Central connects, and then the Peripheral tries to send...
Hi,
I have to implement customized services in my project.I think it is better to have seperate files for service inititialization.For that purpose I have seperated service...
This (in SDK v17.0.2):
Experimental: BLE Interactive Command Line Interface Example
https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.2/ble_sdk_app_interactive.html...
Hi
I have a coupe of dongles working on a project. While validating the board, i notice a strange behavior: I have the dongles in factory reset (MBR at start, the Bootloader...
Good afternoon
i have built a small program for the uarte, using the example however im not managing to edit the event handler such that depending onthe text i recive...
Had tried to build it from the IDE before. Couldn't do it. Tried to build manually, got exactly the same error I was getting in the IDE. Parsing C:/Users/mario.raposo/zephyrproject...
Hi,
i have followed a few manuals like this one: https://www.nordicsemi.com/Software-and-tools/Development-Kits/nRF9160-DK/GetStarted#infotabs
or this one:
https:...
I'm trying to make an application which displays signal transferred via bluetooth.
To reduce computing time on the tablet, I want to apply oversampling in nRF52840.
The...
Thanks in advanced. I achieve 4 uint8_t dynamic sensor datas, I want 52832 transmit them through BLE continuously. Based on examples\ble_peripheral\ble_app_gatts_c, I can...
Dear,
How to evaluate a channel if is clear in property in NRF528 serials? e.g. there are ED and CCA in 802.15.4 standard, how to implement CSMA in NRF52810?
Hi
I'm using nRF52832, SDK 16.
When I enabling timer application the power consumption is increased by ~450uA, far away from the product specification
What may cause...
Hi there,
We're trying to write to the UICR CUSTOMER register to store some of the manufacturer info, such as BLE MAC address, for example.
When SD isn't running we have...
The following is loaded into flash on the nRF52840: Bootloader: 0xe0000 Application: 0x27000 SOFTDEVICE S140: 0x1000 MBR at 0x0000
Bootloader starts, waits 5 sec and runs...