1 Attachment(s)
Adding Analogue and Digital I/O with the Velleman K8055 board
Hi all,
A wish that I had for some time now is fulfilled, I have been able
to add Digital and Analogue Input/Output to the Asus wl500g!
This is done with the K8055 Experimental USB board from Velleman (a board which can be bought as a kit or completely built and tested).
Please find attached the compiled version of the program Cueib (thanks to my colleaugue Stefan who managed to compile it) to control the board (see also: http://linuxk8055.free.fr/). Copy the binary to your wl500g and call it with ./cueib --help to see the opions.
Have fun!
Best regards,
Peter
Velleman K8055 board - Output from cueib
Great job palbeda/Peter, just some few questions.
When I run cueib it outputs:
Disconnect OS driver: could not detach kernel driver from interface 0: No data available
Analog input: 75 225
Digital input: 0:0:1:0:0
Digital counter: 001 003
It seems to be working ok, but whats the "Disconnect OS driver: could not..." output line?
And is there an easier way to set output? When I want to output binary %01001001 (decimal 73) I write:
./cueib -do:1 1 -do:4 1 -do:7 1
This works ok apart from the "Disconnect..." output, but why cant I write:
./cueib -do 73
to do the same job? Whenever I try ./cueib -do xxx (xxx=anything but zero) all output lines turn on. But -do 0 works by turning all off...
But thats some minor quirks - it works great!!! Thanx!
Velleman K8055 board, WL500g and home automatisation
I am working on a project of home automatisation.
Using the Vellman board I made an output relay board for remote control, that could control almost everything, starting at home alarm, lights, power plugs etc.
I am working on the web interface for this one.
The remote can control 256 devices.
For the remote control I use these products:
http://www.arctech.com.tw/products/allproud.htm
It operates on the radio frequency, not by infra, so the range in a real house is aprox. 30 meters (100 feet), which is suitable for most houses.
Using the WL-500g I am able to log in from work and control my whole house, program commands using time-schedule etc.
If anyone is interested in this one, I can offer the source codes and work plan as soon as the project will be finished.
Anyhow, I will try to sell the final product.
Do you think it will find it's place on the market?
Please answer my noob question
Please answer my NOOB question:
How to copy/download cueib to my WL500G running oleg latest firmware
USB ?
Samba ?
FTP ?
Telnet ?
Please help!
Thanks!