I don't see why you would use 2 Homeseer dll's to create a COMPort when you don't use Homeseer at all.
Serial communication is something any programming language can handle.
Or am i missing something here?
<hr noshade size="1"><font size="1">Robert
http://www.hekkers.net <i>Digit's Online Home.</i></font id="size1">
Philips living color
Moderator: Mversluis
Philips living color
Yes, it's simpler to use some standard COM ActiveX component. Moreover, I tried the HS dlls and they work only if Homeseer is running in the background, so it's not an option.
Philips living color
As I expected.
<hr noshade size="1"><font size="1">Robert
http://www.hekkers.net <i>Digit's Online Home.</i></font id="size1">
<hr noshade size="1"><font size="1">Robert
http://www.hekkers.net <i>Digit's Online Home.</i></font id="size1">
- Snelvuur
- Forum Moderator
- Posts: 3156
- Joined: Fri Apr 06, 2007 11:01 pm
- Location: Netherlands
- Contact:
Philips living color
As a note, i've received my assembled package from Ivo.
// Erik (binkey.nl)
// Erik (binkey.nl)
- Willem4ever
- Global Moderator
- Posts: 805
- Joined: Mon Oct 30, 2006 3:48 pm
- Location: Uithoorn / Netherlands
Philips living color
interesting, he promised to let me know once assembled kits were available again. I'm thinking to create an ethernet version ....
Philips living color
Does anyone know if the Livingcolors G2 (50% more light and adjutable colorfade) has the same transmitter and would work too with these homebrew projects ?
AshaiRey can you post some pics of your home automated setup ? Must be nice with those livingcolor lamps.
AshaiRey can you post some pics of your home automated setup ? Must be nice with those livingcolor lamps.
Philips living color
Hi
I have just received my kit from Ivo.
It's working and I can contol the lamp from putty sending commands to COM5.
However, I can't see how to harcode the actual lamp address in the sourcecode and download it to the kit.
AshaiRey, can you please give me some directions on how to modify the source code in order to hardocde the lamp address? I'm quite new on the Arduino...
Toni
I have just received my kit from Ivo.
It's working and I can contol the lamp from putty sending commands to COM5.
However, I can't see how to harcode the actual lamp address in the sourcecode and download it to the kit.
AshaiRey, can you please give me some directions on how to modify the source code in order to hardocde the lamp address? I'm quite new on the Arduino...
Toni
Philips living color
OK, found the LiCo_Control Arduino program on the website and located the lamp address line. So I'm on my way.
Thanks!
Toni
Thanks!
Toni
Philips living color
Hi again
OK, I managed to modify the LiCo_Control program to see how the idea works.
Now I'd like to make BobLight (http://www.xs4all.nl/~loosen/elektronic ... bLight.rar) work with the kit. As far as I can see, BobLight.exe scans the screen and sends to a selected serial port some kind of colour commands.
So to connect the arduino kit and BobLight I just need to know how BobLight sends its commands, so I can write an Arduino program to parse them and make the lamp react to the {R,G,B} data sent by BobLight.
Does someone know what is BobLight actually writing to the COM port? I tried to use a COM port sniffer, but the output is hard to reverse enginner.
Toni
OK, I managed to modify the LiCo_Control program to see how the idea works.
Now I'd like to make BobLight (http://www.xs4all.nl/~loosen/elektronic ... bLight.rar) work with the kit. As far as I can see, BobLight.exe scans the screen and sends to a selected serial port some kind of colour commands.
So to connect the arduino kit and BobLight I just need to know how BobLight sends its commands, so I can write an Arduino program to parse them and make the lamp react to the {R,G,B} data sent by BobLight.
Does someone know what is BobLight actually writing to the COM port? I tried to use a COM port sniffer, but the output is hard to reverse enginner.
Toni
Philips living color
Well, just for the records, I finally got the whole thing workig: a PC-bsed solution that gets the desktop colors in real time and sends them with Arduino to the Philips lamp.
So it creates an Ambilight effect with the LivingColors lamp from what is being seen in my Media Center PC (TV, movies, games).
Right now my setup just works withj one lamp, but extending it to more lamps in order to capture different screen regions (top, bottom, left, right) it's trivial. I'll get a new Philips lamp soon and will extend it.
Toni
So it creates an Ambilight effect with the LivingColors lamp from what is being seen in my Media Center PC (TV, movies, games).
Right now my setup just works withj one lamp, but extending it to more lamps in order to capture different screen regions (top, bottom, left, right) it's trivial. I'll get a new Philips lamp soon and will extend it.
Toni