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...
Hi,
We are developing a bluetooth scanner with our custom application on nrf52840 based custom board. We have external oscillator on our board. When I try to call the sd_softdevice_enable...
Hi All,
I am trying to build ANT examples for nrf52832 and i am getting below error.
PATH : nRF5_SDK_16.0.0_98a08e2\examples\ant\ant_advanced_burst\pca10040\s212\ses...
Hello,
The datasheet shows example circuit configurations with C3=C4=1pF and L1=3.9nH. But the downloaded reference design shows C3=0.8pF, C4=0.5pF, L1=4.7nH, plus an empty...
I try to incorporate the usb dfu trigger into my application. However when using nrf Connect for Desktop to flash the nrf52840 dongle it can not reopen the dongle.
This...
I'm using SDK 15.3 and Mesh 3.20 on a system, that works fine with LPN and nodes with friend-features. The LPN can initiates (establish) friend connection, request status...
Hi !
In order to consume lowest current,we use the function power_manage() ,let the MCU go into sleep,the SD is S130, V1.0,we enable the GPIOTE,watchdog ,ADC ,app_timer...
Hai, I'm trying to learn the UART using the example code available in nRF5_SDK_15.0.0_a53641a\examples\ble_peripheral\ble_app_uart. I'm using BMD-300 Evaluation Board. I'm...
I am looking at the NRF52832 for some projects and so downloaded the SDK and opened an example project in Segger Embedded Studio (SES). I was shocked to find that the directory...
Hi Devzone!
I'm using UART for sending AT COMMAND and receive the response from lte modem.
I use LM5 which is LTE modem made by m2mnet.
I thought It can be implemented...
I updated to nRF Connect 3.0 today and its seemed to causes issues with any Dongles I connect to my PC. I get the following error:
ERROR Unsupported device with serial number...
Hello,
I want to use the nRF52832 as native transceiver 2.4GHz and I'm looking at examples of the latest SDK.
I'm using Segger Embedded Studio.
I found some examples...
Hi, I'm on final development stage of my custom board. I'm using nRF52840 with nRF5 SDK v15.0.0 and S140 SoftDevice v6.0.0. I need to trace the over-the-air communication...
I'm not using a softdevice, and am doing some time critical measurements when the radio begins transmitting.
This code works very well with nrf51:
__disable_irq(); NRF_RADIO...