Hi,Team,
I am developing Pawr using nrf54l15-dk.
I want to realize the connection and communication between the broadcaster and the upper computer software nRF Connect...
Hello,
I'm currently trying to integrate the Android-nRF-Mesh-Library in our App.
Identifying works fine but when the library tries to send the public keys to the node...
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...
I read the NWP-030 White Paper, Power Supply Decoupling Capacitor Selection and focused on the nRF52840 Sections. The document did not go into [Min - Typ - Max] Effective...
Hello -
I am working with the nRF52840-DK board and SDK 15.3.0. In my service, deployed on the nRF52840, I have a characteristic user description descriptor that is both...
Hi,
like described in this post I sometimes get an error = 4 (NO_MEMORY) when calling:
error = access_model_publish(m_clients[0].model_handle, &msg);
How should this...
Hi,
I'm trying to use the ble_adv_slow feature of NRF52 with SDK 13.1.0. Unfortunately it behaves very strangely: it works with a timeout of 100(s) (ble_adv_slow_timeout...
hello i am trying to use ble uart example.
the thing is evrything is connecting pc side and phone but no data is showing on serial port.
anyone knows what is the problem...
Hi,
I am working on BLE mesh using nRF52832. I am publishing custom BLE message in a group using generic client model. I am able to publish only one message for every 3...
Hi everyone,
I am migrating my project from SDK 14.2 to SDK 15.3 and i am using nRF52832 on SES v4.12.
Before putting in a question, i went to the forums and checked and...
Softdevice : S132
SDK ver : 15.3.0
Board : MBN52832DK
Hi There,
i was trying to do the DFU Example (ref : https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog...
Hi,
I am using nrf52840 dongle and tried to program it with the example that was provided with sdk15. I programmed it with ble_app_bps, it successfully paired with my...
Hi there,
I'm working on a BLE project using the nRF52832 and am having trouble implementing flash storage. I'm using SDK 132 v6.1.1, and the flash storage library to save...
I am implementing the Device Information Service, and want to include the bootloader version as "Firmware revision" in DIS and the application version as "Software revision...
I am new to nordic ble chips.
I am using nrf52832 ble chip, s132_nrf52_3.0.0_softdevice
I am trying to update firmware on the air. But I am getting an error that I do not...
Hey,
Up until now I have only been dealing with software. Now however, I want to create a device that I can use to track my bike by GPS and heading. In the future, I want...
Hi
I am having a problem now(maybe a bug).I refer to nest_state.c and access.c build my user_flash.
But some time,when I reset device,write data to flah will be fail....