I have a BLE system where multiple sensors operate as peripherals and send data to a BLE central. These sensors enter sleep mode after transmitting data and later wake up...
Hi Nordic Team,
I am planning to develop a Matter-over-Thread end device (sensor) using the nRF54L15 , which will be battery-operated . To maximize battery life (minimum...
Hello, i'm having a problem with the satellite detection time when I start gnss search. When I start the search, for a while at first the satellites are not detected and then...
Hi,
I am implementing discovery service but getting undefined error with below
bt_dis_pnp_params pnp_id = {
.vendor_id_source = BT_DIS_VENDOR_ID_SRC_USB,
.vendor_id...
Hi,
I am using Mesh of 30 nodes with avg Current Consumption 6mA and 2mA in sleep mode(by calling k_sleeps) , timer is 1s timer is running to keep Real Time incremented...
Hi.
After migration from SDK2.7.0 to SDK2.9.0 I have issues with power mangement. CONFIG_PM_DEVICE_RUNTIME=y, which I used, causes that twi driver doesn't start. I try to...
The nRF54L series is a new device to the nRF family, and during the bring-up of the chip from early engineering samples to mass production devices there have been quite a...
HI:
everyone!
How to make the matching and binding equipment information would be stored permanently, even after the OTA upgrade is still in;I made with examples of the...
Greetings, I tried to modify the parameter "len" to anything over 1 (byte), but it just doesn't work.
As long as it's over 1 byte, the API crashes my program. err_code shown...
Hi,
I'm using s130 as softdevice for nrf51822. I program the softdevice with the official s130 hex file. According to the hex file, there is no data at address from 0x7c0...
We're working on an application that needs ultra-short range BLE, on the order of 50cm radius or less. I've found little discussion anywhere on that topic, likely because...
I notice that the dongle has a 3.6V-5.5V input and a pin that sais 3.3V, I measured 3.3V on this pin so I was curious if I could run an IMU unit and an i2c/spi bridge requiring...
Hii all
I am trying to port the experimental/bootloader_signing project to gcc I made changes in the project accordingly, so now its working. I can able to flash application...
I connect a GPS module to nRF52 DK and connect nRF52 DK to my computer once more.
GPS module ---> nRF52 DK ---> computer. (like this)
So I want to do NMEA parsing like...
Dear All,
I am sorry but I have to ask this question here, I searched and red trough the forum, tried the suggestions, nothing works.
Basically I want to have a HID device...
I use softdevice 6.00, size is 80K Byte. I use the chip NRF51822ab,and configurat the irom start at 0x14000,size 0xC000, IRAM, start at 0x20002000,size is 0x2000 ,in keil...
Hi,
Is there a possibility to read the state of the gpiote pin? (is it high or low). Is there any function or any other way to do that?
I'm changing the gpiote pin via...
Hi,
I made a own service for a rotary dail in a peripheral(S110). This service send the speed, direction and a counter (all uint8) of de rotarydail in separate characteristics...
Hi Everyone ,
We were using nrf51822 rev1 IC for our project and now it is changed to nrf51822 rev3 . Previously we were able to detect the chip in nRfgo Studio on our...
I am looking for a device with support for the 4.2, long packets (up to 255 bytes) feature. I see that the nRF52 is a 4.2 device. But for what I understand the optional long...
I am using s120 for central device, and my central device connects to multiple BLE slaves. After connection, some slaves may lost connection due to power off of that device...
I want send ble bond connection request from raspberry pi to nrf51882.
Can you please let me know which ble libraries I need to send central ble bond request to nrf51882...