Back to Serial Studio

Serial Studio Examples

examples/README.md

3.2.73.2 KB
Original Source

Serial Studio Examples

Example projects for Serial Studio. Each folder contains source code, project files (*.ssproj), a README with setup instructions, and screenshots where applicable.

You can also browse and download examples directly from Serial Studio via Help > Examples Browser.

Examples

ExampleDescriptionDifficultyPro
ANSI Color TestANSI color & VT-100 terminal emulation test suiteBeginner
API TestPython API client with interactive REPL and test suiteIntermediateYes
BLE BatteryBLE Battery Service level monitorBeginner
Camera TelemetryLive camera video + image analytics over UDPIntermediate
CAN Bus ExampleECU simulator with DBC file importIntermediate
csv2wavConvert Audio I/O recordings to WAV filesIntermediate
Dual Drone TelemetryMulti-source two-drone simulator with synthetic camera feedsAdvancedYes
EM Wave SimulatorPropagating electromagnetic plane wave visualizerAdvanced
HexadecimalADCBinary ADC data with CRC-16 and FFT analysisIntermediateYes
HydrogenHydrogen 1s orbital Monte Carlo 3D visualizationAdvanced
IMU SimulatorBatched multi-frame IMU data parsing demoIntermediate
ISS TrackerReal-time International Space Station position trackerBeginnerYes
LorenzAttractorLorenz attractor chaotic system simulationAdvanced
LTE modemLTE modem signal quality via serial, MQTT, or UDPIntermediate
MCP ClientModel Context Protocol client for AI integrationAdvanced
Modbus PLC SimulatorHydraulic test stand Modbus TCP simulatorIntermediateYes
MPU6050MPU6050 accelerometer & gyroscope visualizationBeginner
NI DAQmxNI DAQ device data acquisition bridgeIntermediate
PulseSensorHeart rate PPG sensor with signal filteringBeginner
RC Plane SimulatorRC plane flight telemetry simulatorIntermediate
System MonitorLive CPU, memory, disk & network dashboardIntermediateYes
TinyGPSGPS location tracker with map widgetBeginner
UDP Function GeneratorMulti-waveform signal generator over UDPBeginner

Getting Started

  1. Open the example's folder and read its README for hardware and software requirements.
  2. Upload firmware (if applicable) or run the companion script.
  3. Open Serial Studio, load the .ssproj project file (if provided), and connect.

Requirements

  • Serial Studio — download from serial-studio.com.
  • Arduino IDE — for examples that use Arduino sketches.
  • Python 3 — for examples that use Python scripts.
  • Check each example's README for additional libraries or hardware.