dupa

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.


Messages - peace

Pages: 1 [2] 3
16
General Discussion / Re: port hal to raspberry pi
« on: April 26, 2016, 12:30:26 am »
i was thinking of just relaying his speech recognition and voice responce through the pi but then i thought i could do this with just a walkie talkie

17
General Discussion / Re: sound effects triggering hal responses
« on: April 26, 2016, 12:27:45 am »
is there a way to have hal monitor a table for changes, like a text file that can be updated. he could copy and compare , then if there is a difference he can respond . the only catch is how do you get the sound into a text file.

18
General Discussion / port hal to raspberry pi
« on: April 25, 2016, 02:08:07 am »
can it be done?

19
General Discussion / Re: sound effects triggering hal responses
« on: April 25, 2016, 02:06:55 am »
this is a cool idea.

20
General Discussion / Re: any one have DreamMachine.uhp
« on: April 11, 2016, 09:08:40 pm »
great thank you

21
General Discussion / any one have DreamMachine.uhp
« on: April 11, 2016, 01:07:42 am »
cant find it?

22
see HAL COM in the file sharing forum

23
Ultra Hal Assistant File Sharing Area / HAL COM
« on: April 08, 2016, 11:06:18 pm »
ok heres hal com you can control an arduino or other device through usb com port through .vbs and cmd.
 thanks to spitfire as i used his datefunction as a template
good luck ...... installation notes are in the zip file




the way this works is hal waits for "on" or "off" then
 opens "com on.vbs" or "com off.vbs"
the .vbs open command prompt (minimized) and sends the correct number to the
correct com port. the arduino listens for a 1 or 0 and turns the pin(13) high or low.
good luck.

use the larger download its modified to use the command "light on", "light off" instead of just "on" which turned on everytime "on" was said


serial function is a seperate plugin from hal com.

serial function plugin
the way this works
you give hal the command "light on" or "light off"  (no quotations)
the script opens a .vbs file that runs serialterm.exe with the required conditions
serial term sends a 1 for on or
a 0 for off
the arduino receives a 1 or 0 turns the light on or off and responds with
"the light os on" or
"the light is off"
serialterm receives the phrase the arduino sent and stores it in a file named log.txt
the the .vbs file closes serial term
serial Function.uhp then pauses for a second to allow log.txt to update
serial Function.uhp then reads log.txt and sends it out as hals responce.

hal com ( sending to arduino only)
serial function  (input output to an arduino)

24
Ultra Hal 7.0 / Re: hal is locking up
« on: February 25, 2016, 12:00:41 am »
i found if i wait for my machine to settle after the boot it works fine and only occasionally locks hal up, so it is usable but not perfect, thanks for the help i think the processor is just too small for the win 10

26
Ultra Hal 7.0 / Re: hal is locking up
« on: February 21, 2016, 10:04:52 pm »
too many processes cortanas a memory hog

27
Ultra Hal 7.0 / Re: hal is locking up
« on: February 21, 2016, 05:38:37 pm »
im running win10 64 compatibillity for xp improves but still buggy

28
Ultra Hal 7.0 / hal is locking up
« on: February 21, 2016, 05:17:50 pm »
i am having a problem where after about 1 inute of hals ui being opened the program will lock up and become unresponsive, i have to close it. i tried reinstalling it but the same problem continues

29
Ultra Hal Assistant File Sharing Area / Re: hals output to another program
« on: February 20, 2016, 10:08:22 pm »
the .exe file has to be named exactly as it is in the vbs also the path has to be the same. it works for me hope you can use it. thanks

30
Ultra Hal Assistant File Sharing Area / hals output to another program
« on: February 18, 2016, 10:00:04 pm »
this is a plugin to send hals output to another program
it copys hals responce to clipboard opens a vbs which opens a program ,pastes hals responce from clipboard and closes the program to return to hal.

r2d2 text to beep is the revised version and should work with all versions of windows for this to work edit the file location in the uhp to match your folders and paste r2d2 translator.exe and r2d2 text to beep.uhp
in you ultr hal folder .........i only have it read about 5 seconds of text which is not enough to read the entire message from hal but i did this so you arent waiting all the time for the beeps to finish. you can adjust this by changeing the amount of time before the translator closes.

                    R2D2 Translator

         (c) Copyright 2008 Roger Meier
              All rights reserved
             
              roger.meier@pobox.com
         http://freeware.the-meiers.org

Pages: 1 [2] 3