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
I am using nrf52840 Dongle.
I am trying to write data to usbd using app_usbd_cdc_acm_write(usbd instace, buffer, length). But i am unable to see buffer data on virtual...
Dear ,
I am using nrf 9160 DK,
and trying to send a package of data to UART.
For example my package is: "LONGITUDEx:10.123456,LATITUDE:59.012324,UTC:20190513095612...
I am having an issue with receiving a data stream. I had started out with using the MQTT sample and experienced this issue, so I decided to strip it down to strictly a TCP...
Hallo
Im trying to get the system into DFU mode from a PC application (not the Nordic connect)
The DFU works perfectly with the Connect application and nordic tools
...
I ported an existing application(modified from SDK 15.2.0) from IAR compiler to GCC compiler in windows environment. I used the SEGGER SES for final linking using the default...
Hello,
I am using light switch example for nrf52832 development boards.I have enabled the low power node in client example.
Is it possible to configure server in normal...
The ble_gattc_write_params_t structure passed to sd_ble_gattc_write() includes a flags parameter, described as GATTC execute write flags.The only values listed for this, other...
Hello,
we plan to develop an BLE-application that needs to be as low cost as possible. One of my favourite BLE-SoCs in regard of pricing is the nRF51822-QFAB with 128kB...
Hi, I'm looking for a way to communicate with Blue tooth. I need a low footprint chip that allows for a BT HID gamepad application. I'd prefer to communicate via i2c, or some...
My application uses the nRF51822 with a GPIO configured as output and another GPIO is configured as input. Connected to the GPIO_OUT is a resistive load (Rload) which then...
Hi, we switched from your competition to your platform. I know you wrote somewhere that you cannot provide examples for every sensor out there. But your Nordic Dev Zone is...
I have run many tests using the light_switch demo. I have noticed that occasionally the latency is much larger. The latency jump is between sends, i.e. it will send 20 times...
I am using 3 mobiles for testing
1. One Plus 6
2. Samsung Galaxy Note 8 or Google Pixel
When I connect my hardware with #1 phone and send some data from the nRF Connect...
hello.
i am new to nrf52832
my question is when i press the button it will goes to interrupt handler then turn on the led if i press the same button led will turn off...
LTE link monitor does not work.
OS: Mac SEGGER IDE: v4.16 place: Tokyo in Japan.
I set up the environment from scratch following Get Started Assistant v0.9.2, updated...