Hello, After a lot of struggle i was finally made it to the point i can build and flash to my thingy 91 the lte_ble_gateway. However, i added prints (printk) in main.c to...
Hi everybody I'm using nRF Connect SDK 2.6.1. Before I could seen Partitions section in Memory Report tool, but now it's disappeared. I also checked it by ninja command: ...
I work samples/bluetooth/scan_adv on nRF54L15-DK.
Disable LOG and CONSOLE.
I measured current comsumption by PPK2.
Result is about 4mA.
On datasheet, nRF54L15's Bluetooth...
Hi,
I've received the nRF54L15 DevKit and tested the power consumption during sleep Testproject in GIT: https://github.com/marcel-cd/nrf54l15dk-powertest
The result was...
After some time I picked up my NRF5340 DK again to continue my Matter samples. But I noticed I cannot program any sample to it. The Segger seems to work fine, as I'm able...
Im a bit stuck here.
I have the following code, trying to communicate with a flash memory:
Overlay:
code:
I get the following error message:
error: ...
I have a nrf9151dk with a nrf7002ek shield. The nrf9151dk has the DECT NR+ PHY firmware running on the modem core.
I would like to do Wi-Fi positioning with the nrf9151dk...
I'm working on IEEE 802.15.4 network using nrf52840 DK boards. I'm making use of the examples in 802.15.4 (secure). I wanted to know how the reception between a transmitter...
I am using SDK v15.3 and modifying the ble_app_uart_c example to setup ble_nus connection between nRF DK board and a custom peripheral. I can use nRF Connect to send and receive...
Hello,
I am using nrf52832 with nrf Mesh DK. Is there a way to unprovision the board from the hardware or command line and not from the app?
Many thanks in advance , ...
Hello , I noticed that my NRF DK advertises for a few minutes and goes back to sleep , because of Advertising Timeout set (I am using the BLE Peripheral Example) , but when...
hello,
I am using SDK v15.2.0,s140,pca100056. In my custom application I am using 3 SPI, RTC, timers, USBD, etc.
Actually during the development stage I have used DEBUG...
Hello,
I am trying to understand the working of BLE Mesh network and have the following question.
Is it possible to make phone as Proxy as well as Provisioner? BLE...
We are planning to build a product based on nRF52811 SoC, which is Bluetooth 5.1 and has AOA and AOD features. Unfortunately, Nordic's hasn't released any new supporting Library...
Hello
my setup is a nrf52840, the sdk15.3, Softdevice s140.
I'm running an application with freertos and wdt and have the openbootloader and s140 also flashed.
- if...
Hi,
I have an application which has 2 services and 3 characteristics. I want to keep the value of characteristics when the characteristic value changed. I tried FDS and...
Hi everyone!
I have recently implemented USB CDC on a custom NRF52840 device with SDK 15.0 and got it to work with Windows, Mac, and Linux OS. However, when I try it on...
Hi Everyone,
I am using nRF52832 with SDK v14.2 and SD v5.0.0 on a custom chip.
I want to advertise 2 custom UUID (DFU and NUS) and i wanted to know the correct way to...
I am getting the below error message when I try to repair the device.
peer_manager_handler: Connection security failed: role: Peripheral, conn_handle: 0x0, procedure: Bonding...
Hello.
After connection establishing i would like to doscover services.
I read here:
https://stackoverflow.com/questions/41434555/onservicesdiscovered-never-called...
I've played with the Generic OnOff Model Server in a mesh network. It seems like the way state of whether the device is on or off is communicated is through an access message...