When I build my first blinky sample, I met a error and correct it with ( https://devzone.nordicsemi.com/f/nordic-q-a/120279/update-to-ncs2-9-1-compilation-error/529668) ....
Hi,
I'm working on an nRF5340 + nRF7002 project using Zephyr RTOS , where the device enters low-power sleep and wakes up on a hardware counter alarm ( counter_set_channel_alarm...
Hi,
I have one application that includes one basic BLE services such as one Custom service, ANCS, DFU and NUS.
I have a custom board with three i2c sensors, and one SPI...
We are looking for a microprocessor which will be integrated with health sensors, bluetooth and other modules. We found that nRF52840 was a good option, requesting suggestions...
Hello, I’m testing a circuit built with the nPM1300. When connecting or disconnecting power via USB-C, noise is generated at the circuit's button, causing unintended signals...
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…
Introduction
The nRF52805 SoC is a low-cost member of the nRF52 Series with a subset of the features of the nRF52811 and nRF52810 SoCs. As the nRF52805 has a feature subset of the nRF52810/11 SoCs, which…
This guide will cover the specific areas that must be paid extra attention to when designing a PCB for nRF52832. It is intended as a nRF52832 specific addition to the General PCB design guidelines for…
Since Nordic Semiconductor announced that it has partnered with one of the world’s largest international cellular carriers, iBASIS, to use nRF9160 System-in-Package (SiP) module and to include an iBasis…
The Nordic Thingy:91 is a cellular IoT prototyping platform. It is based on the nRF9160 System-in-Package (SiP). The nRF9160 has an integrated modem that supports both LTE-M and NB-IoT. The factory programmed…
CoreBluetooth is the native iOS framework to communicate with Bluetooth-enabled Low Power (LE) devices, except iBeacons (which require CoreLocation) and HomeKit devices. It is easy to start with, if one…