I've tried compiling and running the ble_app_hrs_rtx demo example suing the makefiles and GCC 'as is'. However, the program just hangs and doesn't do anything. Specifically...
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,
The Dongle was given to me by a colleague of mine who has the exact same laptop as I do. The Dongle was and is working fine with his laptop. The problem is with my office...
Hi ,
i am using nrf52832 soc with customize board trying to optimize the power the following events occur:
1)The first time when i code uploaded it initialize all the...
Hi,
Is there a way to set somewhere in the softdevice or a library to automatically disconnect after an idle connection? Idle means, nog characteristics being read or written...
Dear Nordic,
I have some questions when study the usb audio of nRF52840;
What function when running the nrf_drv_usbd_errata_104 function?
Do I have run it? Can I remove...
Hi,
I am struggling to find a basic sample for UART communication in NCS. As an experienced Nrf5 SDK programmer, I find it very hard to convert my firmware to nRF Connect...
Hi Nordic Support
I have been experimenting with your nRF52840 board there has an SPI flash and have tested it with your USB example that can enumerate the filesystem on...
Hello,
I have the following setup:
a computer connected to a PCA10040 over USB
a PCA10040 connected to a NRF52832 over SWO (SWD IO, SWD CLK, SWO, RESET).
I would...
1. I am using the nrf52832 at the transmission side (ble).
2. at the scanner side I am using the ESP32.
3. I want to display the "advertising device name: " at ESP32 side...
Hi ,
I have been tryiing out the flash_storage example in the SDK /examples/pheripherals/flash_storage . The flash storage , permits us to write hello world to any memory...
Hi There,
I am developing Mesh applications based on Mesh5.0. At present, I have nrd52850DK broads, how can I do to debugger the application? Do I if have a J-link device...
I am not getting how to implement below two points in installation of micro-ecc
Enter the subdirectory for the SoC and the toolchain that you are using to build your application...
Hi Nordric,
In our application we want to receive the sensor data using SPI-DMA and to send processed data on USB.
1. Is it possible to receive sensor data and directly...
Hello,
When I set the tx power in the broadcast initialization, I found that there are restrictions on the setting of the Bluetooth name, as follows
My device name:...
The lNordic Semi Link
https://www.nordicsemi.com/Products/Development-tools/nRF-Sniffer-for-Bluetooth-LE
mentions that the nRF52840 Dongle can be used as sniffer.
...
I am using:
2x Nrf51422 chips on PCA10028
IAR Embedded Workbench IDE - ARM 9.10.2
nRF5_SDK_12.3.0_d7731ad
I need to transfer a 44 byte payload from one board to the...