Using Industrial Control System Concepts at Home

August 29, 2010

Here is a web site (http://www.1wireprojects.net) that uses the CGU4x1 USB devices to control home automation using 1-wire devices. The USB interfaces can communicate with 1-wire devices and forms the basis for home automation through some custom-made 1-wire interface modules. Welcome to my 1-Wire Project web site. I created this site to discuss and help [...]

Comments Off

Updated USBmicro information

April 30, 2010

The On-line Development Notebook (ODN) at USBmicro has been updated to include information on the U451 USB relay board, as well as the new commands for interfacing to 2-wire (I2C) devices. Visit USBmicro, or download the entire ODN in PDF format.

0

If your language can call a DLL, you can use the U401 or U421.

November 2, 2009

On the Liberty BASIC Community Forum was a posting asking: Has anyone used LB to interface to USBmicro I/O modules see http://usbmicro.com/ RobotBasic & VB provide this functionality The moderator “Rod” replied: If I take the short VB example listed on the web page it would convert like this. ‘open the .dll Open “USBm.dll” for [...]

0

Testing new U401/U421 function – Part 1

October 30, 2009

New capabilities are being added to the U401/U421 firmware. The first new function that I am testing here is a “Quiz Show” function. Also called “Fastest Finger First”, as it shows which line, of all sixteen of the lines on the device, has been pressed first. This capability is used in game/quiz shows and contests. [...]

0

Delphi Interface Example

July 14, 2009

A customer was kind enough to share an example project for the U401/U421 centered around the 1-wire temperature device. The project was written in Delphi and is available for download (source and executable) here: http://www.circuitgizmos.com/files/u401delphi.zip You can get the DS1822 from CircuitGizmos along with the U401 USB Interface and the U421 USB interface

0

New RobotBASIC U401/U421 interface guide

June 9, 2009

Guest blog by Samuel Mishal Hi All, One of the very exciting new facilities in RobotBASIC V4.0.0 is the support for USBmicro’s U4x1 family of USB devices that provide the ability to do digital I/O with a PC and lots more! See this guide: http://www.robotbasic.org/resources/RobotBASIC_USBmicro_U4x1.pdf

0

Home Automation Imagination Jump Start

May 12, 2009

Guest Blog by Harry What do you think about when you hear the words “home automation”?  I’m guessing you probably think about lighting control.  Perhaps you think about temperature control.  Or perhaps you think about your every need being automatically tended so all you have to do is stare at the T.V., munch on some [...]

0

USBPIR – USB Motion Detection

May 2, 2009

The USBPIR exclusively available from CircuitGizmos is a passive infra-red motion detector that can be connected to your PC (Windows/Linux/OSX) via USB. The CGUSPPIR module assembly is a motion detector module combined with a U421. The module detects changes in the field of infra-red that is “sees”, and interprets that as motion. This project uses [...]

0

Command-line Output Tool

April 23, 2009

I created a tool that runs on the command line or “DOS box” that lets you use a U401 or U421 (output) in a batch file or other type of PC script. This is output only. You can set or reset the lines on the U401 or U421 using this executable file. The program is [...]

0

Mail Light – Part 3 – Software

March 22, 2009

Part 1 Part 2 Part 3 Part 4 In this, the third part of the Mail Light project, I describe how the core routines were implemented. The core routines revolve around a timer that flashed the LEDs, four timers that check for email at a certain rate, and the REALbasic objects that manage the pop [...]

1