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. ...
While attempting to join a network formed by the OpenThread border router reference implementation and an external commissioner using the Android app , my zephyr end device...
Hello!
Recently, support for JLink Remote Server has been added to nrfjprog tool (with version 10.15.0) , which is, as far as I know, used by VSCode extension under-the...
If you clone nRF5-cmake-scripts , then switch it to the archive/sdk-16 it builds if you follow the build instructions.
What I'm wanting to do is adding the mbedTLS backend...
Hi,
I have a current project that is based on the nRf52840. This project acts both as a peripheral and a central. I have a need to update the firmware on a remote BLE sensor...
Hi,
I'm using a custom board which is currently under developpement usin nRF52810. When running DFU example for NRF52810, using secure_bootloader_ble_s112_pca10040e.hex...
I read this post https://devzone.nordicsemi.com/f/nordic-q-a/10668/rssi-without-connection
I want to know how large the RSSI value will affect the connection. Is there a...
Hi,
I am developing firmware for NRF52811, using SDK 17.1.0 and Soft Device S112.
I need to write a characteristic longer than 20 bytes. I thought it could be done with...
The bluetooth connection is automatically disconnected, and the reason is 0x3E. Is this related to the small RSSI value? I set the transmitting power as 4DB, and the RSSI...
Hello,
I'm exploring the nrf5340 controller with a Fanstel evaluation board (EV-BT40) I use the SDK V1.7.1 with vsCode.
Used example "Bluetooth: Peripheral LBS".
Connecting...
I've recently flashed USB CDC ACM example to NRF52833. Even though everything seems to be working, there is no COM port listed on Windows. I've also tried Zephyr's USB CDC...
I got 2 NRF52840-DK Development Kit recently. But for one of the boards, the programmer firmeware encountered timeout during upgrade. The other board did not encounter this...
Hello All,
I am using nRF52840 Dev-kit and SDK 4.0 for Zigbee and thread. Due to some functions, we are using SDK 4.0 for this project which is not present in SDK 4.1. ...