|
|
![]() |
|
Datasheets & Manuals (use Acrobat reader 4.X for best results) |
|
![]() |
Complete schematics, jumper settings, pinouts |
![]() |
Example of driving a relay directly with DS2406 output. Relay handles up to 3A at 250 VAC. |
![]() |
RJ11 and screw terminal pinout |
|
Perfection continually eludes us... |
![]() |
Get the free Acrobat reader from Adobe. Supports all major computer platforms. |
1-Wire Java Software |
|
Dallas Java 1Wire API ftp
site (look for the most recent version, also look for the new J2ME package) |
The long awaited Java 1-Wire 'container' release. Includes 27 containers (including the Java-Powered iButton and SHA iButton). Multi-platform: TINI, Win32, Linux, Solaris. This is the same API shipping with TINI, but has some additional examples, and can be used from the PC with a DS9097U serial port - to - 1Wire adapter. |
Taught by Ted Kosan, a great way to start learning about 1-Wire. |
J2ME Examples (for JStamp, SaJe, JStik, etc) |
|
1Wire examples with J2ME devices such as JStamp, SaJe, JStik, etc are at http://www.jstampu.com | These systems use the new Dallas 1Wire J2ME package. |
TINI Example Programs (w/ java source, batch files, JBuilder project files) |
|
The author of these examples would like to state that he is learning Java. Therefore do not expect these examples to set a high water mark. Your improvements are welcome. Note that some or all of these may need to be rebuilt for the latest TINI firmware release. | |
leds_2000_oct_30 (20 KByte ZIP) | Added a try/catch around the main clause, all exceptions caught and message printed. Flashes all four LEDs every second. |
Flasher4 (20 KByte ZIP) | Thanks to Steve Curry at Dallas - his Flasher4 code modified for the 8x1-Wire I/O board. Includes the fixed Container12 |
leds all on (20 KByte ZIP) | Turns all PIOAs ON, lighting the LEDS and turning on the buzzer. Why bother? I used this to take the photos of the board with LEDs lit. |
leds flash (20 KByte ZIP) | Turns all PIOAs off, then on, every 500 msec forever. You can see the individual LEDS turn on and off each time the sequence repeats. Good self-running functional test. |
Patched OneWireContainer12 (20 KB ZIP) | Patched container for the DS2406 used on the 8x1-Wire board - .java and .class files. |