Category Archives: Arduino-Projects

Testing Categories….

Teensy Hardware Joystick & Keyboard emulator

Testing if Teensy can be a Joystick and a Keyboard.. as some game emulators expect joystick commands as default, but require keyboard keys also. Handy in installation environment.   /* Basic USB Joystick Example   GPIO 0 Keyboard – F1 … Continue reading

Posted in Arduino-Projects, electronics | Tagged , , , | Leave a comment

Arduino DMX – MP3 Receiver

A stream of consciousness write up on building a DMX- audio trigger device. So it’s been 5 years or so since I was last playing around with DMX receiving (to control WS2801 led strip, and RGB 12v strips), and the … Continue reading

Posted in Arduino-Projects | Leave a comment

Getting started with the Gadget Factory Papilio DUO – FPGA dev board

Finally learning some FPGA geeky goodness! Back in 2014, I supported this campaign – https://www.kickstarter.com/projects/13588168/papilio-duo-drag-and-drop-fpga-circuit-lab-for-mak And received the board 12 months ago, but haven’t had a play with it until now… First things first..  check for a missing jumper, mentioned in … Continue reading

Posted in Arduino-Projects, Uncategorized | Tagged | Leave a comment

Solenoid test…

Posted in Arduino-Projects | Tagged , , , | Leave a comment

Update to the Edirol MIDI Tally project ! (https://dargs.com.au/2011/06/19/edirol-v-8-midi-tally-interface/) I’ve put some code and schematics on github (https://github.com/dargs/Edirol-MIDI-Tally-Interface). Note- there are some mistakes in the schematics, but it was quite some time ago that I last looked at them, and … Continue reading

Posted in Arduino-Projects | Tagged , , , | Leave a comment

testing CircuitBee embedding

http://c.circuitbee.com/build/r/schematic-embed.html?id=0000000019 Testing embedding a CircuitBee schematic. Doesn’t seem to wanna work.

Posted in Arduino-Projects | Tagged | Leave a comment

Edirol V-8 MIDI Tally Interface

Roland Edirol V-8 is a basic VJ video mixer, in a standard DJ mixer format and does the job for mixing between 8 video sources. The V-8 doesn’t have a Tally light interface, but it does have MIDI out. Using … Continue reading

Posted in Arduino-Projects | Tagged , , , , | 2 Comments