NuttX SensorScope demo with Thingy53

Plot from IR sensor data

NxScope in Apache NuttX is a universal tool that allows you to capture and transfer time series data to your host machine. In this post, I'll demonstrate its use based on the SensorScope application, which enables the streaming of data from sensors and their subsequent visualization.

For this purpose, the Thingy:53 board from Nordic Semiconductor is used. It has several sensors on board and almost all of them are already supported in NuttX (BME688 is still missing).

Read more…

Segger RTT as an interface for NuttX NxScope library

One of my favorite things when working with Segger J-Link is RTT support which significalntly improves my debugging experience. With a single interface (one USB cable), I can run:

  • RTT serial console to communicate with the target

  • SystemView to capture system events

  • gdb for general debugging

The latest addition to this list is real-time data streaming with the NuttX NxScope library and RTT channel as a communication interface. This feature is supported with nxscli tool since version 0.5.1. Now we can visualize and debug complex data relations much more simpler.

This post discusses how to configure the NxScope example with NuttX to work over an RTT channel with an RTT serial console and SystemView support.

For demonstration, we use Nordic nRF52832-DK board with a built-in J-Link OB interface, so there is no need to connect any external device.

Read more…

Hello, world!

Hello, world!

Let's see what the website design looks like and how to use the rST with Nikola. You probably won't find anything particularly interesting here.

Any tips and comments regarding the appearance of the website are welcome.

Read more…