Hello, I am trying to save my sensor data and system uptime to the external flash on my nrf5340dk. So far I have been able to erase some sectors of the external flash, write...
We have an issue with the UTC Time being the correct time when we initially connect to the Verizon network. However, after some period of time the UTC Time changes and our...
hello everyone,
I am currently doing an project that is hoping to achieve this result: nrf52840 connect to my phone or connect to my computer via ble, then there will...
Hi,
I've got a question regarding the configuration I have to make in order to get the logs from the nrf9160 in the serial terminal using the hci_lpuart sample.
My setup...
I'm currently working on a custom board based on the nRF52840 , using SoftDevice S140 v7.0.1 and nRF5 SDK v16.0.1 . I’ve integrated the BLE Buttonless DFU example ( examples...
Today I bought a new NRF-PPK2, but compare with my old NRF-PPK2.
For the old and new PPK2, I use the same DUT.
It can't show the same current with my old one? can you...
Hello, I’m currently working on a PDM microphone project using the nRF52840 and the Zephyr RTOS. I’ve been testing the official dmic example from Zephyr (located at ncs/v2...
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...
Hello
I have a question i cannot figure out. I'm using my phone to send string on my NUS client (NRF52 with SDK15.3.0 and FreeRTOS) and the event BLE_NUS_EVT_RX_DATA is...