I have code developed for the nRF52832 based on the Zephyr RTOS. If I switch to the nRF5340 with Zephyr RTOS, would it be possible to develop by simply uploading the additional...
Hello. "zephyr/samples/drivers/adc/adc_dt" example sample added an additional adcpin.
When reading the sensor value connected to AIN0, the value of AIN1 is also changing...
Hi,
I've create an v2.4.0 SLM application in VS Code by copy from sample, and I am trying to enable trace function for cellular monitor tool app, in order to LOG the packets...
Dear ESB technical specialist
Regarding the ESB function of nRf52833.
The datasheet explains BLE function, but there is no explanation about ESB.
For this reason,...
Hi,
I use VS code (windows 10) to program nRF9160DK under modem mfw_nrf9160_1.3.6, application Asset Tracker V2, JITP certificate generated by nRF Cloud and good SIM card...
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…
Debugging interrupts in not an easy task. During the development of Jumper's Emulator, we gather few useful tips that we think can help you all when debugging the nRF52 interrupts. Hope it will help…
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…