Hello,
I have a project based on nRF9160, that uses nRFCloud over CoAP. It uses SDK 2.8.0, with functions such as functions such as nrf_cloud_coap_json_message_send() and...
Hello all,
Currently I am working on getting the nRF Mesh DFU target and distributor samples working in the context of our project. This appears to have been successful...
Hi
I'm building firmware for the nRF54LM20A running USB HID + ESB at 8 kHz. Currently I am referring to the nRF Desktop ( nrf_desktop ) sample as a reference. But there...
The Nordic Hardware Design Guidelines suggest a 0.050 mm soldermask clearance around the pads which should give a 0.100 soldermask sliver between the pads according to the...
Hi,
I am developing firmware on the nRF93M1 DK and have a question regarding the Wi-Fi location feature. According to the Nordic documentation (Features of nRF93M1 — nRF...
Smartphones and tablets have revolutionized the manner in which people communicate with each other. Mobile applications with location-based features like Bluetooth beacons, WiFi, and GPS are helping people…
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…
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…
In my 2nd blog post in the series on Bluetooth 5, I go over one of the main features of Bluetooth 5: 2x speed.
The advertised 2x speed of Bluetooth 5 is great! BUT, what does that even mean?
Is it…