ThunderScope GitHub Repo
Go to file
Aleksa Bjelogrlic da9c78158b
Merge pull request #250 from EEVengers/HW/Aleksa/ThunderScope_Rev4
Rev 4 Released to Fab
2023-08-10 22:51:32 -04:00
Firmware Reorganized Firmware Directory 2023-06-16 12:47:11 -04:00
Hardware Rev 4 Released to Fab 2023-08-10 22:49:51 -04:00
Software Added TS.NET as a submodule 2023-06-16 13:06:32 -04:00
.gitignore Removed .DS_Store and updated .gitignore 2022-10-31 21:41:51 -04:00
.gitmodules Added TS.NET as a submodule 2023-06-16 13:06:32 -04:00
LICENSE Create LICENSE 2021-10-28 20:15:38 -04:00
README.md Quick update to Readme, still WIP 2022-10-31 22:04:50 -04:00

README.md

ThunderScope

Low-Cost Four Channel 1GSPS Oscilliscope using Thunderbolt/USB4 to stream data to PC for processing and display.

Join our dev discord: https://discord.com/invite/pds7k3WrpK

Our best long-form documentation is currently at the Hackaday.io project page: https://hackaday.io/project/180090-thunderscope

Get the hardware through our crowdsupply when we launch: https://www.crowdsupply.com/eevengers/thunderscope


Hardware

Rev.1 mainboard: Thunderscope_E

Rev.2 mainboard: Thunderscope_Rev2


Firmware

Developers with Rev.1 mainboard and TE0712 module should use dso_top_TE0712 or dso_top_TE0712_unsigned

Rev.2 mainboard can only be used with our custom FPGA module and dso_top_fpga_module_rev2_unsigned firmware


Software

Our primary software is TS.net, which takes in data from the hardware, triggers on it, and sends the triggered data over to (ng/gl)scopeclient

Dependences for build scripts on Linux: apt-get install -y dotnet6 apt-get install -y libgdiplus

On Windows, should just need Visual Studio with the C# plugins