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. ...
Sometimes when I call sd_ble_gatts_hvx, it can take several ms to return. Most of the time it takes very little time (<1ms), but occassionally it takes up to 34ms, my connection...
Hi Nordic Team,
In my application, I'm trying to read 512 bytes of data continuously from the STM32 master device. nrf52840 acts as a slave device. Every time I receive...
I have a DK of nRF52840, which is from 2016, and want to use it to test the LE Coded broadcast.
But it seems that 2016 DK does not support it, so I want to replace the chip...
Hi
I am working on direction finding examples, based on CTE feature that is introduced in BLE v5..
I have build and run both "tx" and "rx" examples successfully as described...
I have developed two PCBs that each use the rRF52840 chipset in the form of the BL654 modules from Laird which include PCB antennas.
I based the software project on the...
Hello,
I am trying to transmit weight measurements via BLE from a nRF52840-DK to a proprietary app. I am able to successfully transmit the data to the nRF Connect app on...
Hello Tech Support Team,
We are looking for a solution that can support LE audio. We currently use CSR8675 to make a Bluetooth dongle.
In order to support LE Audio, we...
Hi,
I'm having some issues trying to install the additional python dependencies for both zephyr and nrf
but it's not really working
I'm using this version of python...
Hi Nordic Team,
We require to perform below BLE range test, for which i would like to know which firmware i can use for the same.
1) To configure one device as continuous...
Hi,
We are testing mass pairing on our windows machines, as we have seen problems with a high number of paired devices.
I am able to increment the mac address by using...
Hi,
A simple CMAKE question, somewhat regarding the zephyr build, but pretty essential for someone using JTAG to debug the application:
How does one disable optimization...
I need to make a reset of mesh device with clearing its configuration.
For this I tried to use model_config_file_clear() or mesh_stack_config_clear() functions.
However...
Hi,
How to enable fast mode for radio transmission and reception (I am using nRF5 SDK). These are the default examples and I can see that fast mode is not implemented: ...
Hello again,
I saw this Github 's post and I was wondering if is possible to use some of the libraries and drivers with nRF52811 and if so should I pay attention to some...
Hi,
Question:
In our project we need to drive some external components (High Side Drivers) via GPIO output.
In order switch on our “High Side Drivers” we need a voltage...