Difference between revisions of "Software"

From TheAnalogThing
 
Line 1: Line 1:
The [[Analog Thing]] is a pure analog device, there is no microcontroller or other advanced digital logic involved. Nevertheless, there are interesting cases when to combine the [[Analog Thing]] with software. One of the most urgent needs may be the neccessity of a [[Software Oscilloscopes|software emulated Oscilloscope]] in order to display data.
+
The [[Analog Thing]] is a pure analog device, there is no microcontroller or other advanced digital logic involved. Nevertheless, there are interesting cases when to combine the [[Analog Thing]] with software.
  
Other things related software are about [[Hybrid Computing]].
+
== Applications for making use of The Analog Thing ==
  
== Analog simulation ==
+
* [[Software Oscilloscopes|Software emulated Oscilloscope]] in order to display data
In case you are interested in simulating analog computers and describing circuits in programming languages, you may be interested in our code https://github.com/anabrid/pyanalog. You can find the documentation at https://www.anabrid.dev/pyanalog/dirhtml/. This project is not related to [[The Analog Thing]] at all and is more a link for the curious.
+
* [[Data aquisition]] techniques for [[Arduino]]s or [[Teensy]]s
 +
* ...
 +
 
 +
== Advanced applications with The Analog Thing ==
 +
 
 +
* [[Hybrid Computing]]
 +
* [[Simulation|Analog computer simulation]]
 +
* ...
 +
 
 +
[[Category:Software]]

Latest revision as of 00:00, 24 July 2021

The Analog Thing is a pure analog device, there is no microcontroller or other advanced digital logic involved. Nevertheless, there are interesting cases when to combine the Analog Thing with software.

Applications for making use of The Analog Thing

Advanced applications with The Analog Thing