Hi All,
I am using nRF51422 with softdevice s310. And implementing Cycle speed and cadence receiver. most of the data processing is fine but i am facing one problem.
...
Hello Nordic Team,
I have a problem with programming the nRF24LE1 chip.
I am developing a small system, which consists of a uC STM32F4xx and a nRF24LE1 Radio Module. The...
Hi,
I'd like to learn about the app compatibility for the new OTA DFU that ships with the new SDK 6.0.0 and S110 7.0.0. I am using a nRF51822 board and I've observed that...
I'm curious to know if there is a tool that allows easy design of a GATT server DB that is portable across dev platforms (the nrf518 EK, my Android/iOS dev environment etc...
Iam trying to display the uart data as a scanned response.nRF51822 receives the data from PIC and it is displayed as scanned response during advertising.the problem is nrf51822...
Hi,
This is a bit more of a typo report.
In the Debug Logger doc page , app_trace_init() is supposed to return an int but in its function declaration it's said to return...
Hello All,
I'm trying to build a receiving unit using the nRF24L01+ and PIC16F628A. Im using an nRF24L01+ and RaspberryPi as my TX unit which i managed to get working ...
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...