Changes between Version 3 and Version 4 of nanocal


Ignore:
Timestamp:
15.12.2024 15:09:22 (17 months ago)
Author:
Andre Wobst
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • nanocal

    v3 v4  
    11= nanocal =
    22
    3 Das nanocal Projekt ist momentan (noch) „work in progress“ ...
     3Der nanocal war zunächst rein aus Eigeninteresse und Eigenbedarf entstanden, wird nun aber in kleinem Maßstab auch auf ebay als Bausatz angeboten. Alternativ sind auch schon fertig zusammengebaute nanocal verfügbar, aber es bleibt von Design und Anspruch her ein Bausatz und also Bastler-Projekt.
    44
    5 == Simulation ==
     5== Videos ==
     6
     7Zunächst ein kleines Video des nanocal in Benutzung:
     8
     9{{{
     10#!html
     11<video width="540" height="960" controls>
     12  <source src="/tmp/nanocal_demo.mp4" type="video/mp4">
     13  Your browser does not support the video tag.
     14</video>
     15}}}
     16
     17Zur Montage gibt es zwei Videos. Das erste Video zeigt ein paar vorbereitende Arbeiten:
     18
     19{{{
     20#!html
     21<video width="960" height="540" controls>
     22  <source src="/tmp/nanocal_assembly2.mp4" type="video/mp4">
     23  Your browser does not support the video tag.
     24</video>
     25}}}
     26
     27Im zweiten Video wird der nanocal zusammengelötet und zusammengebaut:
     28
     29{{{
     30#!html
     31<video width="960" height="540" controls>
     32  <source src="/tmp/nanocal_assmembly2.mp4" type="video/mp4">
     33  Your browser does not support the video tag.
     34</video>
     35}}}
     36
     37== Software und Simulation ==
     38
     39Die nanocal Software ist lizensiert unter der GPLv3 und verfügbar auf https://github.com/wobsta/nanocal
    640
    741Eine Simulation mit der vollen nanocal Software ist verfügbar auf https://wokwi.com/projects/395779425416033281
    842
    9 Alternativ gibt es eine minimale Software (nur ein "hello world", keine Fehlerbehandlung etc.) auf https://wokwi.com/projects/392213896401290241
    10 
    11 == Software ==
    12 
    13 Die nanocal Software ist lizensiert als GPLv3 und verfügbar auf https://github.com/wobsta/nanocal
    14 
     43Alternativ gibt es eine minimale Version (nur ein "hello world", keine Fehlerbehandlung etc.) auf https://wokwi.com/projects/392213896401290241