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...
Hi,
when i m using only Proximity . when I use
- (void) centralManager:(CBCentralManager ) manager didPeripheralSelected:(CBPeripheral*) peripheral;*
this method in ProximityViewController...
Hi,
I'm trying to transfer data received from BLE to SPI. When the handler of my service in BLE is achieved I transfer the data I received to SPI.
I know the max that...
Hi all,
I am using ble mesh code, it has version based. For my application( needs to blink led synchronously in mesh) i don't need version part, so i tried with using if...
As your datasheet, External HFXO's Run current is 250uA, but HFINT case is 60uA.
Despite lager current, why do you use HFXO in reference circuit?
I would like to use HFINT...
using **nrf_drv_saadc.**c and nrf_saadc .c nRF52832 with sd132v2.0
for example.
i init a app_timer to update a adc channel per 10ms.
and manually update the batt volt...
Hi
I'm trying to send adc value from peripheral to central. I'm using nrf51822 with softdevice s130_1.0.0 and SDK v10.0.0 .
I'm getting error 3002 which I figured out...
Hi everyone
I am trying to understand if it 's possible to change the clock frequency on-the-fly, by giving a certain command to the uC via UART.
I started from the...
I am using esb in SDK 11 and my understanding is that the radio causes interrupts that are forcing and cannot be disabled. These in turn causes software interrupt 10 to be...
Hello,
I'm using nrf51822 with a few sensors and nrftoolbox app in my smartphone.
In nrftoolbox SW, I can just connect and see what happens in sensors.
I want to control...
I need to use Timer 0,1,and 2(I have only 3 timers 0-2 in nRF51822xxAA). This means, I cannot afford to let the BLE use a timer(I can certainly afford to give one RTC for...
Hi,
I'm trying to update attribute value and notify it to client using sd_ble_gatts_hvx() function:
memset(ms, 0, sizeof(params));
params.type=BLE_GATT_HVX_NOTIFICATION;...