Hello,
I am using two nrf52840 DKs to test ble transmission and i2s output. The nRF Connect SDK I use is v2.6.0.
Both of them are ble connected. One sends data to the...
How does the Online Power Profiler for Wi-Fi tool calculate energy consumption, and is there a formula or document explaining its energy consumption calculation principle...
Hi,
1. I was facing issue with my nordic device saying
[02:16:46.206,481] <err> net_pkt: Data buffer (1328) allocation failed. [02:16:46.206,481] <wrn> net_conn: pkt...
As shown in the figure above, if I need to modify the time interval of OpenThread's Link request or parent request, how can I do it? Thank you
NCS 2.6.0
NRF52840
I am developing a product for a customer using NRF9151(ncs2.7.0, modem fw: mfw_nrf91x1_2.0.2). While verifying it on the DK board, I discovered an issue. When the system starts...
Introduction
The recently released nRF5 SDK for Bluetooth Mesh does not provide Keil project files for its example projects. Fortunately, it's relatively easy to set up your own project from scratch.…
Here are two simple functions to use when you want to use timestamps for time measurement.
uint32_t millis(void)
{
return(app_timer_cnt_get() / 32.768);
}
and for comperison of current with given…
There are times that we needed to flash the nRF5x series on a PC where the development software were not installed. The problem could be worst when network access is limited. With a HEX file on hand…
The scope of this tutorial is to make it clear how a developer can adjust the RAM and FLASH memory start addresses. The examples demonstrated in this tutorial uses SDK 15.2 The first three Sections explains…
This tutorial demonstrates how to adapt and program SDK example applications to the nRF52840 dongle using USB DFU. It also describes how to program the dongle via Serial Wire Debug (SWD) using an external…
We are happy to announce our first release of the nRF Connect for Cloud Device API!
Connect your BLE, LTE/NB-IoT or any other device to our free IoT development platform and interact with that device through…
This is a follow-up to my previous blog post; adding custom commands to a BLE example.
I hope it was interesting to see an example of adding the vendor specific Nordic UART service (NUS) into another…
We have produced a video tutorial in two parts about Bluetooth low energy. The purpose is to give you a developer’s introduction to BLE and the development tools offered by Nordic Semiconductor.
NB! Please…