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 get the log:
[00:00:30.320,159]
[1;31m<err> multicell_location_sample: Failed to acquire location, error: -77
Why I can not get the location like this: ...
Hi Amanda, My Last Ticket with Same Subject wrongly closed and issue not resolved So starting new Want to know how suggestion in your last reply will resolve my sequence number...
Hi,
I'm writing a Windows application that used python QT and pynrfjprog library for programming HEX files.
But I can NOT export it into a .exe file for executing (using...
Hi,
I see in the nrf9160 1.2.0 AT document there is a command XFILEWRITE that suggests the GPS almanac can be written and persist in the modem.
Can you provide more documentation...
Hi, I have developed firmware on nRF52840 as a peripheral. Now I have to develop firmware on nRF52832(beacon) as central which scans the first device and connects and sends...
Hi,
I am using Zephyr configured to use the softdevice as the BLE controller.
I am looking to read and write a small amount of data to the flash for non-volatile storage...
I use nRFgo Studio 1.21.2.10 and J-Link V5.12f.
In nRFgo Studio I can erase my nrf52. However, programming with softdevice or application ends with error Unable to find...
Hi,
We are having custom HW and having NRF91DK and NRF52.
We have architecture as NRF91 and NRF52 (Central) is connected over UART and NRF52 (Central) and NRF52 (Peripheral...
Hi
I'm using direction finding connectionless_rx project from NRF Connect SDK 1.7.1 with NRF52833 and I want to sample the CTE with a 4MS/s sampling rate (sample spacing...
Hi, I have a project developed on Visual Studio Code and PlatformIO. Now I want to use the same classes with SEGGER Embedded Studio. How do i do? Thanks.
I am very new to this product and Bluetooth technology in general. I am trying to determine what I have done wrong. I have purchased the nRF52 dev kit and downloaded and installed...
Hi,
In our design we use Fanstel BM832 module, based on nRF52832 chip. We have failed spurious emission in ETSI RX mode. Rx LO at ~4958 MHz exceeds the limit by 0.3 dB....
Hi,
We are working on the iOS App development for our BLE device. Our query is that, “we have completed the connection with Ble device with our iOS application on first...