Arduino Programming – Interval
How to write a program that fires actions with different intervals without using the delay() function. Configuration of the serial port and printing values is also explained.
Creative Developer
Different how-to posts on creative technology like topics as Arduino, Processing, Computer Vision, OSC and more. For creative (wannabe) nerds that want to create cool things with technology themselves. If you don’t fall in this category you still might be interested to see what I can do for you..
How to write a program that fires actions with different intervals without using the delay() function. Configuration of the serial port and printing values is also explained.
How to program a state change functionality. ‘State change detection’ is a method to see when a button is pressed or released. You can use it to fire a different action each press of a button.
In this tutorial the basic code structure ( setup, loop ) of Arduino script is also explained.
A video tutorial on how to render a composition in After Effects CS3 for Vimeo or You Tube. Including an overview of settings to make for HD video export and SD video export. The settings apply of course as well to other programs like Premiere.
In this video tutorial I explain how to setup communication between the Arduino microcontroller board and Flash ( Actionscript 2). Example files are included.