Code Monkey home page Code Monkey logo

open-oscilloscope-stm32f3's Introduction

Open-Source Oscilloscope based on STM32F3-DISCOVERY board

Some ideas got from Tomasz Ostrowski's Miniscope. Tomasz has a bunch of ready-to-use-devices, and I have the only preliminary schematics and raw prototype.

The main idea is to build PC-oscilloscope. Hardware is ST Microelectronics development board STM32F3-DISCOVERY plus small additional board with simple protection circuits and basic voltage dividers.

A special Java application or web browser is supposed to be a PC part of the system.

DISCLAIMER

! WARNING !

Read SAFETY DISCLAIMER before using any of materials listed here.

License:

MIT

Hardware variants

  • Naked Discovery(Nucleo)
    • No overvoltage protection
    • Input voltage: 0..3V uni-polar
  • Shield board + Discovery(Nucleo)
    • Overvoltage protection
    • Input voltage: 0..30V uni-polar
    • Max. input impedance ~33kOhm

Usage HOWTO

See USAGE.md

Build HOWTO

Required tools

  • cmake 3.7.x
  • arm-none-eabi-gcc 5.4 + binutils
  • java 8
  • maven 3.3
  • [Optional] dfu-tool 0.8.1

Build everything

  • mvn clean install

Build client

  • cd client
  • mvn clean install

Build firmware

  • mkdir target
  • cd target
  • cmake -DCMAKE_TOOLCHAIN_FILE=STM32F303xC.cmake ..
  • make
  • [Optional step] make dfu

Roadmap

See ROADMAP.md

Add-on board:

Schematics Board

open-oscilloscope-stm32f3's People

Contributors

elmot avatar dependabot[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.