We are using nRF51822 for our products.
We want to know the min value of "Receiver sensitivity" when we use this chip for BLE.
The Datasheet says "Receiver sensitivity...
Dear
The BLE Multi-link example (ble_app_multilink_central and ble_app_multilink_peripheral)
shows how one central device can connect to multiple peripheral devices. ...
In the MCP app, if I have the following service data for an Eddystone beacon:
0x10, // Eddystone-URL type
0x00, // TX power in dBm. This is a signed integer so 0xEE ...
I have the nRF Control Panel Android application. It works fine with several BLE devices, but specifically for the Fitbit Flex, it fails to connect.
I know Fitbit wristbandes...
Hi,
The situation:
I was able to successfully receive known packets from a device running gzp_device_dynamic_pairing, from, the host running the gzp_host_dynamic_pairing...
Hi everyone
nrf51822,softdevice s130 2.0.0
now i used softdevice s130 establish two connection as a central with two s110 peripheral device,at the same time i establish...
I am using NRF52840 development board with SEGGER Embedded Studio (Nordic Edition)
I downloaded example code to target board. The software run with Zephry. I found function...
I tried to follow this tutorial to set up the Connect SDK toolchain with CLion. It worked until I resetted the CMake Cache. Now it always gives me this error message.
...
Good evening,
I'm analyzing the FreeRTOS HRM example for PCA10040.
I'd like to understand the meaning of the following comment available in your code in order to prevent...
I am having a very strange problem with timers and the PPI channels.
I am trying to take a fixed number of ADC samples at 1 ms intervals starting at a fixed offset in time...
I'm trying to set up the nRF Connect SDK Toolchain on Ubuntu 20.04.2 LTS x86_64, following this manual.
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.5.1/nrf/gs_installing...
I have plugged in the NF5340 development board into a USB port on my laptop with a USB 2 cable, but LED 1 does not light. Only the LED next to the light PCA i.c. lights -...
Hello,
I am using nRF Connect for Descktop for Windows 10 v3.6.1, and the nrf52840 Dongle.
Is it possible to scan / connect to BLE 5.0 devices (with PHY Coded) using...
Hello,
I'm working with nRF52840 dongle, i installed nRF Connect on ubunto 18.4 and i am using python3. After installling pc-ble-driver version 0.15.0 in python3 i tried...
I start the sniff and see packets from all advertising peripherals in the area. I select my peripheral in the Device dropdown list. Then I see a string of "ADV_IND" packets...
Hi there,
I've got a situation when using TWI where an ` NRF_ERROR_INVALID_ADDR` is returned having performed a call to ` nrfx_twim_tx`. I understand that this relates to...
Hi,
I have spend some hard time trying to figure how to work with RAM retention. Looks like it is working for me now, but now I retain all available memory. How much energy...
Hi Nordic,
As far as I can see, there is no nrf5340 board support in nRF Desktop application in NCS 1.5.1. May I ask, is there a plan to support it? The nrf desktop gaming...
Hi!,
We are in the process of developing BLE Mesh for Lighting applications. We are currently working with nRF52840 DK. We have successfully tested BLE Mesh models for 1...
Hello
My application is based on the ble_thread_dyn_mtd_coap_cli example which allows to use Thread and Bluetooth in parallel. I would now like to secure the bluetooth connection...