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...
In the past few months I got aware, that some, in my opinion simple questions, get marked with
"This comment is under review"
and then nothing happens. For weeks, even...
running Windows 10 Pro 22H2 and using j-link v9
i tried to read firmware from nrf51822-QFAB by using " nrfjprog --readcode dump_nRF51822.hex", but it gave me an error...
Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
Hello All,
I am running into a mesh assert error when running the light switch server demo on a custom board w/ the NRF52840 (MDBT50-1M). The device starts up fine, has...
Hi all
I am studying mesh example such as light switch server, I use Segger Embedded Studio to comple the project of light switch, it is OK, but when I want to do online...
Hi,
I'm developing a BLE DFU controller with bluepy on a RPi3. The peripheral that is being updated is a nRF51 device on SDK 12.3.0, with the secure bootloader and experimental...
Hi,
In our project we want to use nRF52832 chip using HCI Command interface. We are trying to use Zephyr RTOS project for geting HCI interface through UART. We are using...
Hi,
In y project, I want to implement CTS. Until now it's been working, but I don't know why, I now have this problem: Current Time Service not found on server, which means...
I am using a Sparkfun Pro nRF52840. I wish to communicate with it serially. I found the UUIDS it exposed : UART Service = 6E400001-B5A3-F393-E0A9-E50E24DCCA9E TX Characteristic...
Hi,
I am using nrf51 dk with sdk 12.3 and softdevice S130 bluetooth module using Keil IDE.In our project we need to send sensor data from the nrf51 bluetooth module to another...
Hello,
I want to add central-role features to my peripheral firmware. I've already managed to get this work. The strange thing, I only get one BLE_GAP_EVT_ADV_REPORT. So...
Hello.
I just import Thingy firmware: thingy52_ses.zip and try to build this project and check possibility of programming my Thingy, but SEGGER returns something like that...
When I use nRF52840 dongle as a promiscuous packet sniffer , I found that sniffer works fine no matter how much I set the baud rate. This happens only on the dongle, so I...
Hello,
I have a PWM code that works as a peripheral application on my nRF52 DK, but now I want to set it to be controlled via android phone app. I have nrf connect on my...
Hello,
I'm a newbie to BLE and the Keil uvision IDE. I'm using a nrf51422_xxac_s110 chip, The version of the IDE I'm using is 5.28.0.0. When I add the fds.c file, into the...
Security of data passing in BLE communication Hello I am developing based on "multirole lesc" of BLE sample project. What is worrisome about the project is the "security_req_t...
I don't program the BLE part myself but I must know from a design-level.
As I understand, a BLE scanning unit must connect within less then 60us after advertisement.
If...