Author Topic: Polycom ef2280 detailed setup  (Read 17805 times)

0 Members and 1 Guest are viewing this topic.

Haddood

  • $upporter
  • Hero Member
  • *****
  • Posts: 688
  • Karma: 22
    • View Profile
Re: Polycom ef2280 detailed setup
« Reply #15 on: December 16, 2014, 07:58:17 PM »
thanks a lot Keith ...
waiting for the boundary mics to arrive ... then it is gonna be construction xmas :)
When Voice command gets tough, use hand gestures

keithj69

  • $upporter
  • Sr. Member
  • *****
  • Posts: 113
  • Karma: 7
    • View Profile
Re: Polycom ef2280 detailed setup
« Reply #16 on: December 24, 2014, 10:58:32 AM »
I did not find anything else saved on my pc's at home.  Did you get your mic's in yet?

Haddood

  • $upporter
  • Hero Member
  • *****
  • Posts: 688
  • Karma: 22
    • View Profile
Re: Polycom ef2280 detailed setup
« Reply #17 on: December 26, 2014, 01:23:38 AM »
got the mics, a while ago ... took few days to get some cables with XLR to connect to the mics. my last obstacle is that my xap800 came without the phoenix connectors ... trying to find a way to connect the cables to it ... few options in mind including, desoldering all the connectors and convert them to standard 3.5mm stereo female sockets ...
one find a way will document all the setup ...
BTW ... many thanks for the links they are really useful  :clap :clap
When Voice command gets tough, use hand gestures

keithj69

  • $upporter
  • Sr. Member
  • *****
  • Posts: 113
  • Karma: 7
    • View Profile
Re: Polycom ef2280 detailed setup
« Reply #18 on: December 26, 2014, 11:41:26 AM »

Haddood

  • $upporter
  • Hero Member
  • *****
  • Posts: 688
  • Karma: 22
    • View Profile
Re: Polycom ef2280 detailed setup
« Reply #19 on: December 26, 2014, 05:06:49 PM »
Thank you Keith  ::bow ::bow... I have been looking for those all over the net and couldn't find them at a decent price ... Ordered 2 sets :)
However still considering modify the board and replace those with 3.5trr for ease of use later on ...
Anyway mean while looking for a temp solution to start testing and configuring the system ..,

Btw, did you manage to feed mic gate status back to VC?
When Voice command gets tough, use hand gestures

keithj69

  • $upporter
  • Sr. Member
  • *****
  • Posts: 113
  • Karma: 7
    • View Profile
Re: Polycom ef2280 detailed setup
« Reply #20 on: December 29, 2014, 12:02:30 PM »
I haven't tried to feed the pc back yet.  Work has me to the point that I really do not want to touch a pc when i get home.  Hopefully in the next week or 2 the project will wrap up and I will find interest again.

Haddood

  • $upporter
  • Hero Member
  • *****
  • Posts: 688
  • Karma: 22
    • View Profile
Re: Polycom ef2280 detailed setup
« Reply #21 on: December 30, 2014, 04:27:00 AM »
once you think about it, take a look at http://www.eterlogic.com/Products.VSPE.html .... it allows wonders with serial port ... including sending data from comport to server, using UDP or TCP ... that will allow VC to connect to xap800

maybe if James sees this, and feels like experimenting with VSPE... can tell us how to stream data from com port to VC :)
When Voice command gets tough, use hand gestures

Kalle

  • $upporter
  • Hero Member
  • *****
  • Posts: 2319
  • Karma: 47
    • View Profile
Re: Polycom ef2280 detailed setup
« Reply #22 on: December 30, 2014, 04:39:54 AM »
Hi Haddood, VC can read/write data from/to serial port with the python plugin and a script. Is this for what you looking for?
***********  get excited and make things  **********

Haddood

  • $upporter
  • Hero Member
  • *****
  • Posts: 688
  • Karma: 22
    • View Profile
Re: Polycom ef2280 detailed setup
« Reply #23 on: December 31, 2014, 04:07:11 AM »
Kalle yes and no :) ....
I installed the serial lib in PY plug-in folder ... now I can declare serial (import serial) ...but did not had time to do more ... if you have samples, examples or anything that helps will be great

the software I mentioned can route data from com port to UDB or TCP (among many other wonderful things)... which means there is a possibility to make VC eavesdrops on com port that control XAP800 (or other com devices)... giving the change to get feedback about which mic gated and as well VC can become XAP800 brain :)
 
When Voice command gets tough, use hand gestures

Kalle

  • $upporter
  • Hero Member
  • *****
  • Posts: 2319
  • Karma: 47
    • View Profile
Re: Polycom ef2280 detailed setup
« Reply #24 on: December 31, 2014, 04:39:13 AM »
We use serial communication with python for our arduino sensors, maybe a example script give you a hint. I will post the python script later (or tomorrow). The script listen to a specified serial port for incomming data and send a event to VC.

I wish you a happy new year,

Kalle

here the link for download the python serial script:  https://www.dropbox.com/s/bistkn41gr2n3wj/ArduinoStartupGatewayMonitoring04.py?dl=0
 
« Last Edit: December 31, 2014, 05:40:22 AM by Kalle »
***********  get excited and make things  **********

nime5ter

  • Administrator
  • Hero Member
  • *****
  • Posts: 2012
  • Karma: 61
    • View Profile
    • Getting Started with VoxCommando
Re: Polycom ef2280 detailed setup
« Reply #25 on: December 31, 2014, 09:05:38 AM »
... if you have samples, examples or anything that helps will be great


See also Example 2 on the Arduino page of the wiki. http://voxcommando.com/mediawiki/index.php?title=Arduino
TIPS: POST VC VERSION #. Explain what you want VC to do. Say what you've tried & what happened, or post a video demo. Attach VC log. Link to instructions followed.  Post your command (xml)

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7715
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Polycom ef2280 detailed setup
« Reply #26 on: December 31, 2014, 09:34:11 AM »
Note that you do not need to install any additional libraries to do serial communication in the python plugin for VoxCommando.

Haddood

  • $upporter
  • Hero Member
  • *****
  • Posts: 688
  • Karma: 22
    • View Profile
Re: Polycom ef2280 detailed setup
« Reply #27 on: December 31, 2014, 01:57:00 PM »
Thank you guys ....

and wish you a happy new year ...
When Voice command gets tough, use hand gestures

nime5ter

  • Administrator
  • Hero Member
  • *****
  • Posts: 2012
  • Karma: 61
    • View Profile
    • Getting Started with VoxCommando
Re: Polycom ef2280 detailed setup
« Reply #28 on: December 31, 2014, 03:11:14 PM »
Likewise, cheers!
TIPS: POST VC VERSION #. Explain what you want VC to do. Say what you've tried & what happened, or post a video demo. Attach VC log. Link to instructions followed.  Post your command (xml)

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7715
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Polycom ef2280 detailed setup
« Reply #29 on: December 31, 2014, 03:28:44 PM »
 ::antlers