Author Topic: LED Indicators for VC State  (Read 2069 times)

0 Members and 1 Guest are viewing this topic.

Haddood

  • $upporter
  • Hero Member
  • *****
  • Posts: 688
  • Karma: 22
    • View Profile
LED Indicators for VC State
« on: April 24, 2014, 02:30:18 AM »
I run VC on a computer that is headless (connected to TV for debuting only) ... and often I am unaware of the sate of VC ... so I was looking for a solution .... until few days ago I stumbled upon this software

http://slicksolutions.eu/ledsdriver.shtml

which enables controlling up to three LEDs connected to serial port or the ones in a keyboard ...

so I picked and old USB to serial adapter, my soldering iron, some remains of old computer and put together the super simple circuit explained in the web page ( I cancelled the resistors, as the LEDs where a bit dim)

then a quick VC command based on VC state events ... and problem solved ...

next step is to see if I can make bluetooth version ... to free the USB port and have the less portable or even create multiple and spread them over the apartment so I can no VC state everywhere ...
When Voice command gets tough, use hand gestures

Kalle

  • $upporter
  • Hero Member
  • *****
  • Posts: 2319
  • Karma: 47
    • View Profile
Re: LED Indicators for VC State
« Reply #1 on: April 24, 2014, 08:22:51 AM »
I've also created similar with a arduino  ;D

http://www.youtube.com/watch?v=YfyJO7AmMXA

this works also without the LCD screen.
***********  get excited and make things  **********

Haddood

  • $upporter
  • Hero Member
  • *****
  • Posts: 688
  • Karma: 22
    • View Profile
Re: LED Indicators for VC State
« Reply #2 on: April 24, 2014, 02:35:56 PM »
 Kalle for sure arduino rocks .... however this one wins in terms of simplicity and cost, it can be done in less then $5 ...

I am waiting for multicolor LED then I can connected internally to MB USB connector and replace the case light with one that changes colors following VC ...
When Voice command gets tough, use hand gestures

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7715
  • Karma: 116
    • View Profile
    • VoxCommando
Re: LED Indicators for VC State
« Reply #3 on: April 24, 2014, 02:46:15 PM »
You can do an Arduino Nano version for less than $10.  Just saying.  I'm not saying it's better, but obviously you have more sophisticated options with an Arduino.

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7715
  • Karma: 116
    • View Profile
    • VoxCommando
Re: LED Indicators for VC State
« Reply #4 on: April 24, 2014, 02:49:39 PM »
...and replace the case light with one that changes colors following VC ...
That would be very cool.  ;D

Kalle

  • $upporter
  • Hero Member
  • *****
  • Posts: 2319
  • Karma: 47
    • View Profile
Re: LED Indicators for VC State
« Reply #5 on: April 24, 2014, 02:53:39 PM »
... and I think it is easier to create a wireless version with arduino.

Haha, ok James - one day in June is reserved to play with our arduino stuff  :biglaugh
« Last Edit: April 24, 2014, 02:57:42 PM by Kalle »
***********  get excited and make things  **********

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7715
  • Karma: 116
    • View Profile
    • VoxCommando
Re: LED Indicators for VC State
« Reply #6 on: April 24, 2014, 02:56:28 PM »
( I cancelled the resistors, as the LEDs where a bit dim)


Be careful with your new LED.  I don't know what your actual voltage is but I thought RS 232 could go to +12 volts and some LEDs will burn out at around +5 volts or higher.  Even if they don't explode right away running them too hot will shorten their life a lot I think.

If you can, measure the voltage across your current LEDs and compare to the specs for what you are buying.  If you can't, then start with a resistor and if it is not bright enough, try one with a bit lower resistance, rather than just removing it.

I'm speaking from experience... ;)

Haddood

  • $upporter
  • Hero Member
  • *****
  • Posts: 688
  • Karma: 22
    • View Profile
Re: LED Indicators for VC State
« Reply #7 on: April 25, 2014, 03:48:54 PM »
James ... if you have a true RS232 then you are right voltage can be up 12v .... this is the true specs .... but with USB to RS232 the signals are at TTL level so shouldn't be a problem ...

 
You can do an Arduino Nano version for less than $10.  Just saying.  I'm not saying it's better, but obviously you have more sophisticated options with an Arduino.

that is sweet ... will check it out
When Voice command gets tough, use hand gestures