Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Dave

Pages: [1]
1
Arduino support / HOW-TO: Add WiFi to your arduino projects with ESP8266
« on: August 05, 2015, 12:22:38 PM »
Option 1: Using the ESP8266 as transparent seraial bridge

What you need:
- Arduino
- ESP8266 module (e.g. ESP-01)
- FTDI with 3.3V
- computer/notebook with WiFi


That’s it!
The ESP should now connect to your network. You can find its IP e.g. with AutoScan-Network.

Connect your ESP to your Arduino (RX <-> TX, TX <->RX)
CAUTION: The ESP module works with 3.3V while most Arduinos work on 5V! Since the ESP module draws a lot of current, you will probably not be able to power it by your arduino. (The RX/TX pins seem to be 5V tolerant and I connect them directly to my (5V) arduino, try at own risk.)

You can now send messages to the serial port of your arduino with the VC action TCP.Single.WriteLn! You need to add the IP of your ESP and use port 23. Make sure to append \x0A to every message!

Have fun!

2
MediaMonkey / Commands not working if MM not started by VC
« on: October 09, 2014, 07:41:01 AM »
Hey!
I just noticed that the MM commands only work, if MM was started by VC, but if it is started manually or by EG. I use VC 2.1.0.3 (I finally updated, yay :D) with the standard MM configuration.
I guess it is a problem with my configuration of MM, because i have the same problem with my EG commands if I don't start MM with EG...
Any ideas? (Or workarounds, if it's a known problem?)

3
Tips and Tricks / Grocery List
« on: April 27, 2012, 07:13:47 PM »
I recently found an app for iPhone/Android/Blackberry (http://www.ourgroceries.com/overview) that lets you write a grocery list.
The good thing is:
1. its FREE
2. it has a web interface, that syncronizes with your phone.

So I now can just dictat my computer, what i need to buy whenever it comes to my mind, and instantly have it on a list on my phone  ;D

works well with firefox and a full hd screen resolution, with other resolution the command has to be changed, since it uses move movements.

by the the way: is there a way to wait with a command until a website finished loading (maybe in combination with eventghost)?

and a short how-to, if you want to try it:
  • download the app to your phone
  • register on the website
  • make shure you keep logged in
  • click on: your lists -> shopping list -> add item
  • enable: keep dialog box open
  • import both attached xmls
  • copy the url of your shoppinglist to Launch.OpenURL in the list multiple/list single commands
  • create a shopping_list.xml with all the articels you may possibly add (maybe it does also work with dictation for you, for me unfortunatly it doesn't
  • have fun!

4
Tips and Tricks / weather depending goodbye
« on: March 07, 2012, 08:19:41 PM »
Do you remeber the good old days, when your mum lovingly remebered you to wear a jacket everytime you went out as soon as it became a little colder outside?

Vox can do this, too!  :bonk

I wrote a command that reminds you on your jacket / umbrella / sunglasses / ... depending on the temperature and weather condition using the google calendar plugin.

Probably I'm the only one thinking this is somehow cool, but if not I would be happy to hear your ideas for more tts phrases (or a correction of mine), different or more temperature ranges or a better solution for connecting my tts depending on the temperature and tts depending on the condition.
If you like to add tts for further conditions, here's a list with all possible conditions:
http://www.webdesignlondon-tristar.co.uk/goodies/all-google-weather-api-conditions

Edit: New version with a command for wind.

Edit 2: fixed current conditions

5
Bug Reports / confirm doesn't work if triggered by event
« on: March 03, 2012, 12:34:53 PM »
Today I was playing around some commands that need a confirmation, when I noticed that it does not work if I trigger the command by an event.
In this case VC behaves like no confirmation was needed and directly executes the command.
If I trigger the same command by a phrasee everything works fine.
I tried it with an older version (i guess 0.934) and with 0.944, but it makes no difference.

6
Feature Requests / prefix -> "post"-fix
« on: January 29, 2012, 03:18:53 PM »
Would it be possible or is there maybe a way yet to use the prefix-mode directly after a command?
I think this would feel much more natural with some phrases.
for example: my prefix is "Sarah" and with the command "Good night" VoxCommando turns of my Music, my TV and my lights.
But it would feel better to say "Good night, Sarah" instead of "Sarah, good night"

Of course I could use another phrase like "turn everything off", where the prefix makes more sense. But I enjoy talking to my computer like talking to a real person  :bonk

7
VoxCommando Basics and Core Features / Error: unable to start engine
« on: June 30, 2011, 05:25:13 AM »
Yesterday I found this great application an installed the latest version on my computer (Windows7 Professional, German)
But when I try to start the program I get an error:

unable to start engine - problem with culltures
System.ArgumentException: No recognizer of the required ID found.
Parameter name: culture
   at System.Speech.Recognition.Speech.SpeechRecognitionEngine..ctor(CutureInfo
culture)
   at VoxCommando.Main.InitializeSpeechRecognitionEngine()

Version 0.875b works fine...

Any ideas how I get 0.982 to work?

kind regards, Dave ???

Pages: [1]