Category: arduino

  • Arduino Tutorial #10: Arduino to Arduino I2C

    Today, we continue with the second part of the Arduino I2C communication tutorial, using I2C to communicate between two Arduinos. You can find the code in today’s episode here: https://www.dropbox.com/sh/rlkwz21ome6shia/_wdyK4fpi_ If you have any suggestions for future videos, leave them in the comments below. Duration : 0:21:35

  • Universal motor speed control by a microcontroller (arduino)

    I am showing a method of using a CdS photoresistor to control a standard triac dimmer circuit that is wired to an electric drill motor (a universal motor). The CdS photoresistor is driven by an LED that is controlled by a PWM pin on an arduino microcontroller. This system provides a very easy way to…

  • Better ways to debug the internals of the Arduino board

    To solve the problem of visualizing realtime data on the Arduino board, I created a library that enables you to create your own custom GUI for your Arduino projects. Watch this video to get a demonstration of a basic hello world with a potmeter …MEDEA

  • Beer Keyboard combines Arduino and Raspberry Pi… and beer

    Sure, Red Bull may have gotten a lot of attention by sponsoring Felix Baumgartner's space dive, but it's not the only beverage-maker that has made some.Engadget

  • Pyxis OS for the Arduino

    This is the first phase of a graphic OS I’m developing for the Arduino. Current features are listed on the video. The next phase will include native BMP support of 32 & 24bpp depths (no indexing, sorry) up to 320×240 (larger will be cropped). The third phase you ask? Custom code execution from the uSD…