Compare commits

...

4 commits

Author SHA1 Message Date
Mario Lukas
c310830a32 Merge branch 'master' of https://github.com/mariolukas/FabScanPi-Server 2019-02-21 22:30:40 +01:00
Mario Lukas
904d5c71f6
Update main.js 2019-02-12 08:33:08 +01:00
Mario Lukas
ebd0c56260
Merge pull request #127 from renebohne/patch-2
updated link to Watterott PDF
2019-02-11 08:47:25 +01:00
René Bohne
c090ee441c
updated link to Watterott PDF
The link was broken in paragraph
"For the DC/DC converter option you can find further instructions and pictures on the [Watterott electronic website]"
2019-02-09 22:18:38 +01:00
2 changed files with 17 additions and 12 deletions

View file

@ -239,7 +239,8 @@ for 1 turntable stepper motor, 1 PiCam and 1 laser.
| (white square) | Ground (GND) |
| 5V | 5V output from regulator to FabScanPi HAT |
For the DC/DC converter option you can find further instructions and pictures on the [Watterott electronic website](https://github.com/watterott/RPi-FabScan-HAT/blob/master/hardware/RPi-FabScan-HAT_Assembly.pdf).
For the DC/DC converter option you can find further instructions and pictures on the [Watterott electronic website](https://learn.watterott.com/fabscan/hat_assembly.pdf).
NOTE: For the final stage of constuction a more powerful power supply is needed. At the moment there are no technical specifications available.

View file

@ -1,14 +1,18 @@
var _paq = _paq || [];
_paq.push(["setCookieDomain", "*.fabscan.org"]);
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="http://analytics.mariolukas.de/";
_paq.push(['setTrackerUrl', u+'piwik.php']);
_paq.push(['setSiteId', 3]);
var _paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
_paq.push(["setCookieDomain", "*.fabscan.org"]);
_paq.push(["setDomains", ["*.fabscan.org","*.www.fabscan.org"]]);
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//analytics.mariolukas.de/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '3']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
})();
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
$.get('https://api.github.com/repos/mariolukas/FabScanPi-Build-Raspbian/releases/latest', function (data) {
var asset = data.assets[0];