Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
Hi folks,
I'm having some UART trouble - help would be much appreciated, and thank you in advance.
------------------------
Overview:
I'm working on a project that...
Hello,
SDK: 15.3.0
nRF52840-DK
IDE: SES
Example: flash_fds_s140_pca10056
Example Location: nRF-SDK\examples\peripheral\flash_fds\pca10056\s140\ses
Example Documentation...
It builds OK and I can flash the hex file using nRF connect Programmer. But I need to debug the code but I have not found a way to upload the code and break at main() entry...
Hi,
As we all know that nRF52811 support AoA/AoD feature. But I have not found example in corresponding SDK( nRF5_SDK_15.3.0_59ac345 ) . If you have example of AoA/AoD,...
If you look at the secure bootloader example the nrf_bootloader_init(...) never return to main scope unless an error occurs.
Everything is handled inside this function even...
The " 5.3.6.8 Reset behavior " table in nRF52840 Product Specification v1.1 mentions that WDT reset does reset the WDT itself.
I'm trying to reconfigure the WDT after a...
Hello,
I am using HC-SR04 ultrasonic sensor and nrf52840dk. To measure the distance I have to find out for how long the ECHO pin of the sensor remains high.
for that I...
On my old Wondows10 development computer, all worked OK.
In a brand new Windows10 laptop, all up to this point installs/verifies fine using nRF Connect.
I cannot find...
Hello, I'm making a PCB project with nrf52832 and I want to use my debuggers only 2 pins(SWDCLK and SWDIO) to debug it. I have J-Link Edu, but I wonder if I can use it with...
Hi, All.
I' m studying nRF52832.
I have a question about example "ble_app_uart".
I m trying to send to smartphone using function "printf()".
Uart pins(RX, TX) are...
Hi everybody! I have a code running excellently on my nRF52840 DK. I would like to make it run on my nRF52840 dongle. What should I change in my SEGGER project? Can anybody...
I am building a project which requires accelerometer data from the LIS3DH accelerometer be read and then transmitted over bluetooth. I have successfully setup bluetooth transmission...
Hi,
For my project I need to receive 9 bytes of data from our main board. This data gets send using UART.
By looking at the pin diagram I could not find specific pins...
Hello,
I am running nRF Connect for Desktop v3.2.0 on Win10 64-bit machine. Everytime I launch an applet, such as Power Profiler, I get a new blank window and nothing happens...
Hi, I am having a problem changing information advertised by the Beacon while the application is running. I started with the app_ble_template example and added Information...