On Mon, Aug 27, 2012 at 10:43 AM, Massimo Callegari
<massimocal...@gmail.com> wrote:
> Hi Simon, just tried on Ubuntu 12.04 (GCC 4.6.3, kernel 3.2.0)
> I cloned the GIT repo and compiled but it failed on Olad.cpp.
> I had to add
> #include <signal.h>
> and then it compiled fine.
Which file? Can you publish your change somewhere so I can include it.
Olad.cpp. It's written.
But probably not cheaper than the ultraDMX Micro, which although cheap is definitely not crappy since it includes a microcontroller for precise DMX timing.
Jason Kyle
DMXking.com / JPK Systems Limited
I actually have a breadboard prototype of an FT232AM based USB DMX interface that was designed well before enttec did the “open” however I decided not to unleash such pain and suffering on the world LOL.
From: open-l...@googlegroups.com [mailto:open-l...@googlegroups.com] On Behalf Of dmx...@gmail.com
Sent: Thursday, 30 August 2012 09:39
To: open-l...@googlegroups.com
Subject: Re: [open-lighting] Re: FTDI DMX Plugin Available
>>Or you could throw away the Open DMX USB interface
To help us out can you plug in the device while the Pi is running and
then send the last ~15 lines of the output from dmesg?
Also try enabling one of the other devices like ArtNet of E1.31 and
confirm that that shows up in the output from ola_dev_info.
I've pushed a change to the git repo adding some more logging. You'll
need to run 'git pull' and then rebuild & install. Finally run olad
--logging 4 to get the extra output.
>> > [ 18.284416] b--
Awesome, great work, folks! Just got it running.A couple of documentation notes, that might make it easier for anyone starting from scratch, as I was:(my notes in red)Download the raspbian git image from here: http://nomis52.net/data/raspi/ Not the raspbian-ola image!
Install to SD card & reboot
login as ola No, threre's no user with that name in latest image. Try user: pi passwd: openlighting
cd ola No, the directory is open-lighting
sudo make install
sudo ldconfig
unplug all the usb devices
run olad, wait for it to start, then stop it (either control-C or
through the web UI)
now all the config files have been created in ~/.ola/
use renzo's script to disable everything:
Renzo's script is not included in the image, grab it from Renzo's site: http://www.imaginux.com/ccount/click.php?id=153
disable all plugins ./ola_conf_plugins.sh disable all
enable just the ftdi plugin: ./ola_conf_plugins.sh enable ftdidmx
edit /etc/udev/rules.d/30-ftdidmx.rules and uncomment the last line
as noted above, the file is 10-local.rulesbut also: uncomment the line related to ftdi (it was the first line, not the last)
reboot
attach Open DMX USB device
login & start olad just "olad", right, no flags needed? That is working for me.
profitAgain, thanks and great stuff. Now I'm going to hack up a little javascript and get my holiday lights going.cheers,waldo