I use a PCA10001 board as peripheral role of heart rate service and it can be discovered by control panel. But as I download the experimental program of central role of hrs...
I'm reading the source for the nRF Toolbox app for Android 4.3 and comparing it to the Proximity Profile spec from the Bluetooth SIG, which has this to say about path loss...
Hello,
I have downloaded the software related with the "nRF51822 Bluetooth Smart Beacon Kit" in order to modify typical iBeacon's parametres such as UUID, Major ID, Minor...
Hello,
i would like to know if the new SoftDevice 130 for the nrf51822 is compatible with the DFU OTA bootloader example provided in the SDK (nrf51822/Board/nrf6310/device_firmware_updates...
Can I get uuid of central device from peripheral device(nrf51822) ?
I want to check out which smart device is connected.
May be I can tell central is iphone4s or iphone5...
Hi,
I am trying to run the nRF9160 AWS IoT sample - https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/nrf9160/aws_iot/README.html on an nRF9160 DK...
Hello,
I am running such code deliberately, it is allocating the buffer flawlessly until the 10th run (102*10 = 1020). After that, it gives 4 from the allocation function...
OS: Mac OS Catalina
I installed build tools,nrf connect sdk, sesames, tool chain by following the instructions mentioned in "Getting started assistant" of nRF connect 3...
I'm trying to get an nRF52832 to connect to a Linux host with a BLE adapter. The Linux host is listening for connections via an L2CAP socket, as in the (simplified) code below...
I have python 3.9 installed. I can downgrade if that is the issue. I'll probably try that while I wait.
If I try and install "pip install nrfutil" it will succeed, but it...
The "getting started" guide and setup for nRF5340 a bit complicated...
1. Do you have IAR project example for nRFF5340?
2. What tools and setup are must to run first example...
Hi,
We have bought a few Nordic Thingy52 and used in our lab teaching for a few years now. Since the last year, we noticed that we have to downgrade NodeJS version in order...
I'm coming at this from a background of ANT+ applications.
In ANT+ there are documents detailing the structure of the data that is received in the ANT+ datagram.
I've...
Windows 10 USB link. NRF connect 3.6. Followed recommended instruction on extracting firmware. Pressed switch 3 in middle of board on power up. Device showed up in window...
Hi,
I was performing a mesh DFU, using a nordic Demoboard with a serial mesh bootloader and starting DFU with nrfutil.
The DFU starts and works good (packages are sent...
I have a call to bt_scan_start after a device disconnects.
When the device connects again, I get this error:
ASSERTION FAIL [params->value] @ WEST_TOPDIR/zephyr/subsys...
I am using the nRF Connect 3.6.0 Bluetooth Low Energy app v2.4.2 on MacOS. When I pair and bond with my device it works fine. I can disconnect and connect in the same session...
Hi
I am using nrf9160 device and in my application and have to use mathematical logarithm function in my application.
Could you please help me how I can use mathematical...
Hi!
I am trying to test the CLI over BLE example. I want to use it in another application for logging data to a laptop console over BLE.
However, I am having trouble following...