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...
Hi,
We are using the nrfconnect for thread and zigbee 3.2.
We have modelled our Bluetooth peripheral, running on the nrf52840, on the BLE UART example. It connects fine...
I have installed nrf-command-line-tools_10.24.2_amd64 and jLink_Linux_V794e_x86_64 on Ubuntu 22.04. I have also installed nrfconnect-5.0.2-x86_64 for desktop and the Toolchain...
Hello,
I am writing an application using SDK version 8.1 where I have a pin using the PORT event in nrf_drv_gpiote library. I have a need to disable the event temporarily...
I am encountering a problem with GPIOTE PORT events on the NRF51422 in a custom design. The chip occasionally seems to be able to get into a state in which the registers are...
Hello Guys,
I successfully used ble_hids_mouse and ble_hids_keyboard on my hardware but my final solution is a mouse + keyboard combo.
I merged the mouse and keyboard...
Hello,
I want to secure a link between 2 NRF51 (man in the middle and privacy with AES).
How to do that ? (I can use a static key in this application)
Most of the...
I want to create a single hex file that I can use to program the SD, DFU, and my application. I know I can use mergehex.exe to merge these files. To make it so that the bootloader...
Can anyone pls explain what is relation between advertising interval and advertising timeout..
Consider now i am setting advertising interval 1 second how i can prove or...
Hi Nordic,
I have got two PCA10028 boards and have a problem starting BLE on both.
I use latest Keil (5.16) and try to start ble_app_uart_s110_pca10028/ble_app_uart_s130_pca10028...
Hi
When implementing some characteristic handling i noticed, that in the newer softdevices the function "sd_ble_gatts_value_set" has changed to the following declaration...
Hi all,
I need to be able to check the matching networks on a design using the nRF51 series chip. My understanding of the procedure is,
Set up the board, enclosure...
I am having a small doubt in example UART Service. while writing characteristics value from master control panel to nrf51 chip, the stack generating BLE_GATTS_EVT_WRITE to...
Hello,there is a way that can automatically confirm receipt of the packet from the server,without to call evrey time sd_ble_gattc_hv_confirm() after each received indication...
Hi,
I'm using 51822 to control GSM module via UART (57600, no flow control).
My device is USB and battery powered.
After I program the chip I HAVE to disconnect all the...
Hi Team Nordic,
Any plans on supporting an official build-setup via Xcode on mac?
Since it's basically more about a way to quickly "git clone" a project + sdk's & softdevice...
I'm trying to upload ble_app_beacon example from SDK 9.0.0 to a beacon board (PCA20006) after successfully uploading it to a DK board (PCA10028).
My first step was to connect...