I using nrf52805 for DTM, in sdk17.1, pca10040e. I only changed RXTX pin number, but did not modify the rest. Then use Nordic Connect for DTM testing, and the following prompt...
HI,
I am building "esb_ptx" sample in NRF54L15-PDK, by using CONFIG_DYNAMIC_INTERRUPTS, but it;s always reset like below;How to config the prj.conf to enable CONFIG_DYNAMIC_INTERRUPTS...
I have the following setup in my overlay file:
relay { compatible = "gpio-relay"; relay1: relay_1 { gpios = <&gpio0 9 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>; label = "DC Mtr...
I need to move everything off of UART0 so I can use it for my touchscreen
On a previous post I was told I could move everything to RTT in the overlay, but when I try to...
Sorry for long sentence. The nRF5340 document describes about the Reset. This chip set have the POR. so, if POR function work, I don't need to use the PIN reset. because POR...
I've been looking for an excuse to write a low-latency, Enhanced ShockBurst (ESB), radio protocol that I can reuse when building remote control toys. Although Bluetooth is great for a lot of use cases…
Posting this here in an effort to save the time of anyone else who is wanting to control a device from a desktop computer.
Our application is a motor control device that is wirelessly controlled from…
Second part of the series Writing Bluetooth LE firmware the easy way blog. This second part shows how to read and advertise the environment sensor data (BME280 using Motsai Neblina module and BME680 using…
This guide will cover the specific areas that must be paid extra attention to when designing a PCB for nRF52805. It is intended as a nRF52805 specific addition to the General PCB design guidelines for…
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…