]> rtime.felk.cvut.cz Git - ert_linux_web.git/blobdiff - rpi-motor-control/index.html
Minor missing tag correction link to Root article added.
[ert_linux_web.git] / rpi-motor-control / index.html
index 8ab261ddaa5a3df1bcc209f431db06ebbd9c050c..4e161269e81cfd1165f3e9596c4b088530196719 100644 (file)
@@ -94,7 +94,7 @@ Simulink model of the motor controller is depicted in Figure.
 The
 <a href="https://github.com/ppisa/rpi-rt-control/blob/master/simulink/sfIRCInput.c" target="_blank"><em>IRC0</em></a>
 and
-<a href="https://github.com/ppisa/rpi-rt-control/blob/master/simulink/sfPWMwDir.c" target="_blank"><em>PWMwDir</em></a>
+<a href="https://github.com/ppisa/rpi-rt-control/blob/master/simulink/sfPWMwDirOutput.c" target="_blank"><em>PWMwDir</em></a>
 blocks are so called C MEX S-functions. The former reads the motor position
 from <tt>/dev/irc0</tt>, the latter controls the PWM and DIR signals
 by directly accessing the GPIO registers via <tt>mmap()</tt>ed <tt>/dev/mem</tt>.
@@ -148,6 +148,7 @@ can be used as a great tool for control education and experiments.
 <dl>
   <dt>Bachelor thesis of Radek Mečiar: Motor control with Raspberry Pi board and Linux (Czech language only), 2014</dt>
     <dd>Available <a href="https://support.dce.felk.cvut.cz/mediawiki/images/1/10/Bp_2014_meciar_radek.pdf" target="_blank">online in PDF format</a>
+    <br><dd>Corresponding source code on GitHub <a href="https://github.com/Ramese/servoPi" target="_blank">https://github.com/Ramese/servoPi</a>
     </dd>
   <dt>Michal Sojka, Pavel Píša: Usable Simulink Embedded Coder Target for Linux at 16th Real Time Linux Workshop, 2014</dt>
     <dd><a href="https://www.osadl.org/?id=2018" target="_blank">Paper abstract</a> at <a href="https://www.osadl.org/RTLWS-2014.rtlws-2014.0.html" target="_blank">16th Real Time Linux Workshop</a> site.
@@ -172,6 +173,17 @@ can be used as a great tool for control education and experiments.
     <br>The repository includes RAM based root overlay support to protect SDcard against wearing and tearing
     and keep root filesystem intact when experiments are download and run on system or even crash it.
     </dd>
+  <dt>Is Raspberry Pi Usable for Industrial and Robotic Applications?</dt>
+    <dd><a href="http://installfest.cz/if15/slides/pisa_rpi.pdf" target="_blank">http://installfest.cz/if15/slides/pisa_rpi.pdf</a>
+    <br>Slides for presentation at Installfest 2015 Linux enthusiast and students conference.
+    </dd>
+  <dt><b>Processor Systems, GNU/Linux and Control Applications</b></dt>
+    <dd><a href="https://www.linuxdays.cz/2016/video/Pavel_Pisa-Procesorove_systemy_a_nejen_GNU_Linux_v_ridicich_aplikacich.pdf" target="_blank">https://www.linuxdays.cz/2016/video/Pavel_Pisa-Procesorove_systemy_a_nejen_GNU_Linux_v_ridicich_aplikacich.pdf</a>
+    <br>Slides for presentation at LinuxDays 2016 Linux conference.
+    <br>Related article in Czech Linux magazine Root (Czech language only)
+    <br><a href="https://www.root.cz/clanky/linux-pro-rizeni-minimalisticke-reseni-rizeni-stejnosmerneho-motoru/" target="_blank">https://www.root.cz/clanky/linux-pro-rizeni-minimalisticke-reseni-rizeni-stejnosmerneho-motoru/</a>
+    <br>Slides for presentation at LinuxDays 2016 Linux conference.
+    </dd>
 </dl>
 
 </div>