I am working on a project based around the nRF9151, particularly its LTE Cellular IoT cababilities. I recently spoke with a consultant regarding the process for FCC / ISED...
I'm using nRF connect SDK2.9.0. I don't create my threads. Instead, I have a GPIO interrupt and a k_timer interrupt, each doing their own job.
In my timer expiry function...
I am trying to follow the first lesson of https://academy.nordicsemi.com/courses/nrf-connect-sdk-fundamentals
But I have several problems and I can not find out how to fix...
The issue I'm having is signature verification failing when I sign my firmware package and perform a DFU. I've generated signing key pairs with the nrfutil CLI tool, signed...
Hello,
I want to use the bq274xx.c sensor library. The bq274xx battery fuel gauge has an interrupt pin, which would allow to have the CPU idle until something interesting...
A simple example of using PWM with softdevice S110 using the Nordic nRF51-DK. I have tried to remove all unnecessary layers (like the Nordic BSP support) to make this example simple to understand.
http…
What, How and Why?
The aim of this project was to create the system facilitating the management of big conferences.
The first step was to think what a potential end user would like to achieve by…
The role of this device is remote measurement environment parameters.
It could be accessed anywhere where access to the internet is possible.
It uses 6LoWPAN because it's modern IoT technology and have…
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…