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. ...
I'm working with a proprietary RF protocol on the nRF52832 rev2. I'm noticing that I sometimes receive bad data over the radio even though the CRC is correct (intermittently...
Hi, We've been developing our prototype with nRF52840DK. Our Zephyr RTOS based code is working fine there with BLE connections and sensors. Lately we've been testing our code...
Hello, I am trying to use the QSPI example from NRF SDK 17.0.2. I am using a NRF52840 dongle with W25Q32 SPI flash. The example works with Fast Read and PP but when I try...
Hi I'm starting to work on a device in which I want to use the nrf52840.
I would like to create 6 PWM signals with different duty cycles and the same frequency (20kHz) ...
Hi,
I was trying to set a receive timeout on a socket, however when I use setsockopt function, it returns ENOPROTOOPT error. Please see below the snippet of my code. I...
Hi all!
I'm able to fully test the SDK example https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_tz_v3.2.0%2Fthread_example_dfu.html and it works pretty well.
Now...
As described in the title I'm unable to find the examples such as twi_scanner that the documentation says is found in /NCS/examples/peripherals. Here is a screenshot of my...
Hello,
I've been doing some work in the ble_app_template folder, using segger embedded studio. I've added a file called app_config.h, with the following code pasted below...
Hello Team,
We are using BL653 Laird module which has Nordic nrf52833 module.
We wanted to use 2 UART ports for our application using Laird BL653 development board...
Hello Team,
My goal:
Live audio streaming over BLE
What I have done:
I have interfaced SGTL5000 with NRF52832 and I follow this link.
github.com/.../nRF52-teensy...
Hi All,
Noticed a bit of a strange issue with my application on my custom board the other day. It seems that the nrf connect programmer has issues communicating with my...
Hello,
here is our setup:
SoftDevice 7.2.0, nrf52840
The problem:
Once the voltage on VBUS drops below 4.4V and there is active CDC ACM TX transmission (from device...
Hi,
I tried to debug my custom board with NRF8240 DK and use JLINKRTTViewer but I'm not able to connect to it.
I'm able to program the external board using P20 and...
Hello,
I use NRF Connect V3.6.1 on Windows 10 Pro - 64 bits with a seeger JLink.
I have updated the nRF programmer to v1.4.9
When I try to flash image in the nRF52840...
Trying to get the provided (Zephyr) TI_HDC Sample running on my nRF5340. Having issues where it doesn't want to bind regardless of address I specify or pins I use. I created...