Hi:
I use ncs3.1.1.
BLE and ESB clock conflict now. ESB clock.
When I default to using ESB
int main ( void )
{ //ESB
err = clocks_start ();
if ( err )...
On a recent run of prototypes using the nRF9151 and the nPM1300 we've had a few failure where the nRF9151 cannot connect to the debugger and the board exhibits much higher...
Summary
On a small fleet of identical nRF52832 units running the same firmware (NCS 2.5.1, SoftDevice Controller, BLE peripheral, LFCLK = RC with calibration), individual...
Hi,
previously we could create AccountDevices / TeamDevices, that we could use to subscribe to all topics of all our devices. However I don't seem to find the relevant...
Hi all,
Hitting a strange one: nrf_fuel_gauge_process() output freezes completely for minutes at a time during normal discharge ,same SoC value down to 6 decimals, while...
After the release of nRF52840 Engineering B we have received several inquiries about the difference between Engineering A (nRF52840-QIAAAA) and Engineering B (nRF52840-QIAABB) reference designs. One reason…
In mid-2017, I came across this project by James Munns. It essentially wraps the C SDK for nRF52 development boards, and provides bindings that can be called from Rust. James gave a talk to the Rust DC…
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…
The first generation of wireless PC accessories to achieve widespread success (the ones that shipped with a dongle in the box) adopted 2.4GHz radios because these radios offered the optimal trade-off between…