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, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
hi to all,
i am developing a device with nrf51822 and i have Inadequate ram problem, i know that softdevice required ram determined in runtime, so there is any way to know...
Hi to all,
i am developing a device with NRF51822 SOC, i want implement a peripheral device and deploy in it a service with two characteristic with notify property, i know...
I want to test the demo https://github.com/NordicPlayground/Nordic-Thingy52-mesh-demo that requires Mesh 1.0.1, but I do not seem to find it anywhere. Can someone point me...
Hi, guys! I am working about a project that I need to get data from sensor and send these data through mesh. I referred from link text ,and the example works well. But, I...
I'm looking for a Nordic expert. I have already designed and built a complete PCB based on the Nordic nRF52832, along with the firmware. I need to improve the PCB design,...
On my nRF52 DK, I'm seeing *something* pull down VCC by about 50 mV once every millisecond (1KHz), and I'm trying to identify its source. (This is only important because using...
Our application needs to read 128 bytes from 6 SPI sensors as efficiently as possible. We're currently using a single SPI Manager to read all 128 bytes from all 6 sensors...
Hi all.
Just wondering if i need to go through the tutorials on making a service if i just want to read a few bytes in an advertising beacon.
I'm a little lost on figuring...
Hi ,
I am using a bluetooth peripheral which have the Custom Service ID and characteristics ID as below.
Service UUID: 56494B01-0100-1000-8000-00805F9B04E1
Characterisitics...
Hi,
We are currently developing an application that makes use of soft device(s112). We tried using timer(Timer 1) for a timed wake up and sleep but found that the actual...
We are seeing an LMP PDU error when connecting to a Nexus 6p with Oreo (8.0.0) when connecting to an nRF52832 utilizing SDK 14.2 and either s132 vs 5.0 or 5.1 anytime NRF_SDH_BLE_GAP_EVENT_LENGTH...
Been testing custom_ble_service_example , specifically to see if a two byte custom_value can also be used.
But when setting custom_value to uint16_t I get a warning at this...
Hi, I would like to use a PWM application with mesh SDK. However when I try to compile, I got an error because "app_pwm.h" is missing (No such file or directory). The only...
Hi !
I'm using the nrf52832 chip and I'm trying to communicate with a LIS2DH12 accelerometer using the I2C protocol.
But unfortunately I can't handle with it, it seems...