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,
I'm hoping someone can help me get faster throughput when doing DFU in nRF Connect Desktop
I'm using the following hardware / software:
- macOS 12.01
- nRF Connect...
On the nrf52840 I have libuarte working.
The part runs on 1Mbps with 2 timers connected in the define.
This all works great for 90% of the time.
When the incoming data...
Hello I'm curently working on a Project where I'm using the nrf52dk board with the nrf52832.
I wanted to change the dimension of the data transfered with my characteristics...
Hi, sdk:ncs v1.7.0
example path:D:\ncs\v1.7.0\zephyr\samples\subsys\usb\hid-cdc
board :nrf5340dk_nrf5340
DK:PCA10095
How to solve this problem?
Thank you for all...
Hi,
Excuse me. How can I modify cmakelist.exe to display file structure in segger Embedded Studio compiler? Now all files are app/libapp.a below. I have a lot of files now...
Hi, My system has 5 nRF52840 peripherals connected to one central device (PC app).
In the peripheral's sdk_config.h there is a macro NRF_SDH_BLE_PERIPHERAL_LINK_COUNT 1...
If download example light_switch on new clear chip nrf52832, that advertising is not done. But after downloading the firmware without mesh, example light_switch will broadcast...
Hi All,
I am using VS code with nrf Connect Extension and nrf Connect SDK 1.7.0 develop nrf5340 application on windows10.
I created a new application from the Hello World...
I combined the BLE UART and SPIS Peripheral example of SDK V17.0.2 to receive 251 bytes of data from a microcontroller using SPIS protocol. The microcontroller sends data...
Hi,
Peripheral : SDK13, nRF52832
Central : SDK16, nRF52832
It is a phenomenon that occurs in the central device.
I have two questions about the secure connection...
I'm using the latest nRFConnect SDK w/ VSCode with a custom board connected to via a J-LINK. When I look at the call stack it only shows the current thread. I can see thread...
I would like to know when each BLE advertising event has ended for possibility stop after specific number of events and to be able to update advertising data between events...
Hi Dev Zone !
I am actually using nrf52840-dongle for wireless communication with the protocol Enhanced ShockBurst (ESB). I would like to connect an external antenna to...
I am getting ready to release a nrf52 based ble product. These products are connected to a BLE to wifi bridge. So I can talk to them at any time.
I have been using the secure...
I've been evaluating the nordic SDK. I was able to install 1.6.1, 1.7.0 numerous times. I've been working with one of the individuals there at Nordic, and I wanted to do a...