Skip to content

Latest commit

 

History

History

docs

Overview

simple test to get a first feeling about something POV related ;-)

Test Setup design front view Test Setup design top view

Test Setup in real

<iframe src="https://player.vimeo.com/video/277466583?color=c9ff23&title=0&byline=0&portrait=0" style="position:absolute;top:0;left:0;width:100%;height:100%;" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreesn> </iframe>
<script src="https://player.vimeo.com/api/player.js"> </script>

Contents

{:.no_toc}

  • Will be replaced with the ToC, excluding the "Contents" header {:toc}

HW

Software

SW_motordriver_wTacho

based on Leonardo_wLCD_protobase

added IRLZ34N N-Channel Logic Level Power Mosfet and fast Diode for driving the Motor.

shows the current RPS (revolutions per second) on the LCD.

SW_simple_pov_TLC5971

based on LEDBoard_4x4_16bit_HWTest. implements basics to generate some very simple test-patterns for POV. uses the ulrichstern/Tlc59711 library.
with my changes in idx lookup branch the setting of the Color information per LED tlc.setRGB(idx, r, g, b); call is way faster:

  • orig ~49us
  • lookup_idx ~9us

but currently this branch relies on c++14 features that require the arduino beta version..

for now you can use arduino-PR-beta1.9-BUILD-71 and
enable c++14 support in /home/$USER/.arduino15/packages/arduino/hardware/avr/1.6.20/platform.txt:
change -std=gnu++11 to -std=gnu++14 in the line starting with compiler.cpp.flags=

TODO

  • try some more test patterns