Skip to Content

← Export CSV Logs to USB from a Node-RED Dashboard

Industrial mixing (touch HMI)TouchBerry PiFicherosDatalogging

Export CSV Logs to USB from a Node-RED Dashboard — full example

One-tap USB export for industrial data logs: detect a pendrive on Raspberry Pi, copy the CSV history and confirm on screen, all from Node-RED.

Complete, runnable program for the TouchBerry Pi (export-history-usb.js): wiring header, requirements and integration notes included.

Download the full project pack — freeThis example + the related ones + bill of materials

Read-only preview.

/*
 * COMPLETE EXAMPLE — Exporting the activation history to a USB drive
 *
 * Hardware:  TouchBerry Pi (Raspberry Pi + Industrial Shields PLC, touch screen)
 * Based on:  industrial mixing project (Node-RED touch HMI)
 *
 * Requirements:
 *   - Node-RED with @flowfuse/node-red-dashboard (UI v2)
 *   - Raspberry Pi OS with USB auto-mount at /media/pi/
Download the full project pack — freeThis example + the related ones + bill of materials