Yahoo!
Groups Home - Yahoo! - Help



Welcome, roddonau (roddonau · simmstick_moderator@dontronics.com) Start a Group - My Groups - Account Info - Sign Out  
simmstick · SimmStick User Group Group Owner [ Edit My Membership ]
  Home  
* Messages  
     Pending  
     Post  
  Chat  
  Files  
  Photos  
  Links  
  Database  
  Polls  
  Members  
     Pending  
  Calendar  
 
 
  Promote  
  Invite  
 
 
  Management  
 
 
  owner = Owner 
  moderator = Moderator 
  online = Online 
 Messages Messages Help
Collapse Messages
 
  932-962 of 1612  |  Previous | Next  [ First | Last ]
 
 Msg #   Date  |  Thread
932

From: hectorzoe@libero.it
Date: Tue Nov 27, 2001 7:40am
Subject: Re: Intermittent problem with DT001+DT111 boards

   
I believe I found the problem !
On the DT111, lines RB6 & RB7 are used, under same cases, to drive an 
output signal through a sort of low impedence network.
When the hw is set to drive the load, programming does not work 
anymore...I put two jumpers between and now it's ok.
It makes sense, right ?
Giacomo



--- In simmstick@y..., Don McKenzie <don@d...> wrote:
> 
> 
> hectorzoe@l... wrote:
> 
.....
> > 
> > Quite for sure, there is an hardware problem...but which and 
where?
> > Any ideas ?
> > Thanks
> > Giacomo
> 
> sounds like you have a problem on the dt111 board if the chip 
programs
> in the dt001 socket at all times. 
> 
> do you have dual +5V power? or max-232?
> It is basically only a 5 wire cct.
> 
> Don McKenzie    mailto:don@d...      http://www.dontronics.com
>


   
ADVERTISEMENT


933

From: Don McKenzie  <don@dontronics.com>
Date: Tue Nov 27, 2001 3:07pm
Subject: Re: USB to 24 TTL I/O Signals:

   
Timothy Bates wrote:
> 
> On 26/11/01 6:46 AM, "Don McKenzie" <don@d...> wrote:
> 
> > New 26-Nov-2001
> > USBIO24: USB to 24 TTL I/O Signals:
> > This module combines the power of USB and an Ubicom SX48. The module
> > offers 3 x 8 bit programmable I/O ports
> > Supplied firmware allows the ports to be individually pin programmed as
> > inputs or outputs. Supplied software allow you to access the ports
> > directly from a DLL or as a virtual serial port with a simple command
> > protocol. Firmware can be developed for this module for application
> > specific tasks.
> >
> > http://www.dontronics.com/giga.html
> 
> Some questions:
> Are there MacOS drivers for this ( I could not quite tell from the site)?
> 
> Will the Linux driver compile under OS-X (BSD with MACH kernel)?
> 
> What sort of data through and (more important for me) latency can we expect?
> If I send 1 bit down the serial port, will the serial drivers wait for a
> chunk of time trying to buffer data into USB-friendly blobs, or initiate a
> send immediately of that a single-bit?
> 
> Best,
> Tim

Hi Tim, the chip used for the USB interface is the FT8U245AM, and there
are full data sheets, schematics, application notes, and drivers are
available from: http://www.ftdichip.com/
so I hope this data will clear up all of your questions.

Don McKenzie    mailto:don@d...      http://www.dontronics.com

PICMicro C Compiler & PICC-18 C Compiler by Hi-Tech @ $100USD Off Retail
The World's Largest Range of Atmel/AVR &  PICmicro Hardware and Software
934

From: Don McKenzie  <don@dontronics.com>
Date: Tue Nov 27, 2001 3:15pm
Subject: Re: Re: Intermittent problem with DT001+DT111 boards

   
hectorzoe@l... wrote:
> 
> I believe I found the problem !
> On the DT111, lines RB6 & RB7 are used, under same cases, to drive an
> output signal through a sort of low impedence network.
> When the hw is set to drive the load, programming does not work
> anymore...I put two jumpers between and now it's ok.
> It makes sense, right ?
> Giacomo

You mean you have rb6 and rb7 loaded?

Yes that will kill the programming.

this is basically why I have a load and run position on the dt001 board,
but I can understand if you used the dt111 proto area for prototyping.
:-)

Don McKenzie    mailto:don@d...      http://www.dontronics.com

PICMicro C Compiler & PICC-18 C Compiler by Hi-Tech @ $100USD Off Retail
The World's Largest Range of Atmel/AVR &  PICmicro Hardware and Software
935

From: Menashe Garber  <menashe79@yahoo.com>
Date: Sun Dec 2, 2001 8:53am
Subject: Send Binary numbers via Max232

   

Hi all,

I have the DT104, with the Max232 installed.  Unless there is a jumper setting Im missing, there seems to be a problem with this program.  Im using Bascom AVR with A90S2313 chip.

Heres the program.

Any help would be appreciated.

Thanks a lot!

 

Dim Active as byte

Dim Longpulse as byte

Dim Shortpulse as byte

Dim Header as byte

Dim Setup as byte

Dim i As byte

Dim j As Integer

Dim uV As byte

Dim lV As byte

Dim temp As byte

Dim tempMod As byte

 

Longpulse = 90

Shortpulse = 85

Header = 99

Setup = 122

Active = 117

 

PrintBIN Setup

PrintBIN Longpulse

PrintBIN Header

PrintBIN Active

 

 

For i = 0 To 255

   uV = i / 16

   tempMod = i Mod 16

   uV = uV - tempMod

   temp = uV * 16

   lV = i - temp

   uV = uV + 128

   PRINTBIN lV

   PRINTBIN uV

 

   ' Cause a delay

   FOR j = 1 TO 100000

   NEXT j

Next i

936

From: Antti Lukats  <antti@case2000.com>
Date: Sun Dec 2, 2001 9:13pm
Subject: Any trade SimmStick boards vs beer in London this christamas?

   
Hi

first of all I am the one who made the SimmStick specsification :)
will be in the UK/London 21-26th Dec, I wonder if there are anybody
in the UK who would like to trade some simmstick to beer :), well
I am having trouble getting my deskdrawers empty and there are lots
of simmstick boards to give away, and so I am wondering maybe there
are someone in London or closeby who want to help me :)

cheers to all
Antti Lukats
http://www.case2000.com/R.O.L
937

From: Don McKenzie  <don@dontronics.com>
Date: Mon Dec 3, 2001 5:56am
Subject: Re: Any trade SimmStick boards vs beer in London this christamas?

   
Antti Lukats wrote:
> 
> Hi
> 
> first of all I am the one who made the SimmStick specsification :)
> will be in the UK/London 21-26th Dec, I wonder if there are anybody
> in the UK who would like to trade some simmstick to beer :), well
> I am having trouble getting my deskdrawers empty and there are lots
> of simmstick boards to give away, and so I am wondering maybe there
> are someone in London or closeby who want to help me :)

Hi Antti, nice to hear from you.
Have a good Christmas in London.
Not going to Paris for this new years eve are you? :-)

Cheers Don...

Don McKenzie    mailto:don@d...      http://www.dontronics.com

PICMicro C Compiler & PICC-18 C Compiler by Hi-Tech @ $100USD Off Retail
The World's Largest Range of Atmel/AVR &  PICmicro Hardware and Software
938

From: Luis Siquot  <lsiq@papotam.com>
Date: Tue Dec 4, 2001 5:58am
Subject: Re: Any trade SimmStick boards vs beer in London this christamas?

   
Sorry, I can't.
I would be there if I can
Thanks


----- Original Message -----
From: "Antti Lukats" <antti@c...>
To: <simmstick@yahoogroups.com>
Sent: Sunday, December 02, 2001 7:13 AM
Subject: [simmstick] Any trade SimmStick boards vs beer in London this
christamas?


> Hi
>
> first of all I am the one who made the SimmStick specsification :)
> will be in the UK/London 21-26th Dec, I wonder if there are anybody
> in the UK who would like to trade some simmstick to beer :), well
> I am having trouble getting my deskdrawers empty and there are lots
> of simmstick boards to give away, and so I am wondering maybe there
> are someone in London or closeby who want to help me :)
>
> cheers to all
> Antti Lukats
> http://www.case2000.com/R.O.L
>
>
>
>
>
> To Post a message, send it to:   simmstick@e...
>
> To Unsubscribe, send a blank message to: simmstick-unsubscribe@e...
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>
939

From: Don McKenzie  <don@dontronics.com>
Date: Sun Dec 9, 2001 8:03am
Subject: New PIC16F876 SimmStick compatible module:

   
9-Dec-2001 New PIC16F876 SimmStick compatible module:

AMS876 is a SimmStick compatible Plug-in module 
from Athena Microsystem Solutions, based on Microchip's
PIC16F876 flash memory  microcontroller. 
Many features, including Direct Interface to Microchip's 
ICD and a Realtime clock with backup battery. 

http://www.dontronics.com/athenamicro.html 

Don McKenzie    mailto:don@d...      http://www.dontronics.com

PICMicro C Compiler & PICC-18 C Compiler by Hi-Tech @ $100USD Off Retail
The World's Largest Range of Atmel/AVR &  PICmicro Hardware and Software
940

From: Don McKenzie  <don@dontronics.com>
Date: Wed Dec 19, 2001 3:23pm
Subject: Easy Step'n Book An Introduction to Stepper Motors

   
19-Dec-2001 New

Easy Step'n Book An Introduction to Stepper Motors for the Experimenter
from Square 1 Electronics by David Benson 

http://www.dontronics.com/stepper.html 

Don McKenzie    mailto:don@d...      http://www.dontronics.com

PICMicro C Compiler & PICC-18 C Compiler by Hi-Tech @ $100USD Off Retail
The World's Largest Range of Atmel/AVR &  PICmicro Hardware and Software
942

From: Don McKenzie  <don@dontronics.com>
Date: Mon Dec 24, 2001 5:27pm
Subject: circuit cellar

   
circuit cellar jan-2002
bascom-avr got a nice little write up again by Brian Millier 

page 32 
An rf controlled irrigation system

With access to a steady water supply, Brian’s garden should flourish in
even the dri-est of times. Having
caught wireless fever, he set out to use an AVR and some RF products to
man the pump and close the valves. Now, watering only takes a press of
the green thumb.

Don McKenzie    mailto:don@d...      http://www.dontronics.com

PICMicro C Compiler & PICC-18 C Compiler by Hi-Tech @ $100USD Off Retail
The World's Largest Range of Atmel/AVR &  PICmicro Hardware and Software
943

From: Don McKenzie  <don@dontronics.com>
Date: Tue Dec 25, 2001 9:17am
Subject: Christmas

   
I know this list is very noisy and it can be hard to get a word in, but:
Merry Christmas, and have a fantastic year 2002

here is something to amuse yourselves with:
http://www.noradsanta.org/english/radar.html

Cheers Don...

Don McKenzie    mailto:don@d...      http://www.dontronics.com

PICMicro C Compiler & PICC-18 C Compiler by Hi-Tech @ $100USD Off Retail
The World's Largest Range of Atmel/AVR &  PICmicro Hardware and Software
944

From: Don McKenzie  <don@dontronics.com>
Date: Thu Dec 27, 2001 2:30pm
Subject: EasySync USB to RS-232 Convertor.

   
27-Dec-2001 
First batch off the factory floor: 
EasySync USB to RS-232 Convertor. Based on the FTDI FT8U232AM. The
product is packaged as a compact USB - RS232 cable capable of baud rates
of up to 460k baud. The electronics are housed in an attractive
translucent blue enclosure with a matching 1m clear translucent USB
cable. Full data sheets, schematics, application notes, and drivers are
available, so this is a must for anyone wanting to get that special
project running from a USB port. 

http://www.dontronics.com/usb_232.html 

Don McKenzie    mailto:don@d...      http://www.dontronics.com

PICMicro C Compiler & PICC-18 C Compiler by Hi-Tech @ $100USD Off Retail
The World's Largest Range of Atmel/AVR &  PICmicro Hardware and Software
945

From: wwmaxgunz  <neal.orr@verizon.net>
Date: Sat Dec 29, 2001 6:21pm
Subject: reading a mouse

   
As part of a project, I'd like to be reading a mouse probably with a
AT90S1200 to get all that nice buffer ram for cheap.  I plugged a
serial mouse into my DT006A using a gender mender but don't get a
peep out of it.  I've read that mouses get power by using all of the
lines on a 9 pin and wonder if anyone here has done mouse input or
knows where I can get examples of wiring to do that.

The project is an alternate mouse device but I need to have a mouse
also be able to "pass thru" if I can.  It's cleaner than a switchbox
which is the fall-back position.  If I can somehow get the mouse read
using the portB pins of the 2313 main brain then that would be even
better as long as I have code room and 5 pins for one other small
function, the alternate interface itself and a switch for which to
use.

Don; the rAVeR is a great little startup board!  The BASCOM makes it
very simple to code without much concern over details.  I don't know
how optimized the output is but I'll take it all one step at a time
and this little sucker is plenty fast for my needs.

With the DT104's, do we have to populate the EEPROM's onto them?
I'm a newbie and to tell the truth, don't know how I would use them
if I had them.  I guess I need to see more simple HOWTO's that are
specific to Dontronics boards.  It took me a very long time to decide
to take the plunge partly due to money and stability but there was
over a month that I wasn't sure just what did what and what else I
would need.  I'm sure other beginners are in the same boat.  General
info is good once a person is "in motion".  Specific info down to
finished working details may sell more parts and start off more
customers.


Neal Orr
946

From: Don McKenzie  <don@dontronics.com>
Date: Sat Dec 29, 2001 6:51pm
Subject: Re: reading a mouse

   
wwmaxgunz wrote:
> 
> As part of a project, I'd like to be reading a mouse probably with a
> AT90S1200 to get all that nice buffer ram for cheap.  I plugged a
> serial mouse into my DT006A using a gender mender but don't get a
> peep out of it.  I've read that mouses get power by using all of the
> lines on a 9 pin and wonder if anyone here has done mouse input or
> knows where I can get examples of wiring to do that.

If someone can't help on this group, ask at avrfreaks.net forum. they
have about 4000 users, which is a whisker more than this group. :-)
no doubt someone as done the interfacing to an avr, possibly with
bascom.
I know I have seen many examples over the years, but would need to do a
search to find them.

> With the DT104's, do we have to populate the EEPROM's onto them?

you only populate what you need to use. in most newbie cases, you don't
need it until you find a use for it.

> I'm a newbie and to tell the truth, don't know how I would use them
> if I had them.  I guess I need to see more simple HOWTO's that are
> specific to Dontronics boards.  It took me a very long time to decide
> to take the plunge partly due to money and stability but there was
> over a month that I wasn't sure just what did what and what else I
> would need.  I'm sure other beginners are in the same boat.  General
> info is good once a person is "in motion".  Specific info down to
> finished working details may sell more parts and start off more
> customers.
> 
> Neal Orr

this is where you need to follow up with the information that is
avalable on the web. Most basic things have been done with all micros
including AVR's.

have a look at:
http://www.dontronics.com/atmel.html for my avr links to many sites as
well as the avr web ring.

AVR 16 channel serial servo controller for robotic applications is just
one link that I have added in the last few days, but I hope other users
can give you additional info via this list.

http://www.google.com is an amazing search engine that people don't make
use of.
try "at90s2313 mouse"
good heavens, better results than I thought.

Cheers Don...

Don McKenzie    mailto:don@d...      http://www.dontronics.com

PICMicro C Compiler & PICC-18 C Compiler by Hi-Tech @ $100USD Off Retail
The World's Largest Range of Atmel/AVR &  PICmicro Hardware and Software
947

From: Giacomino.alfandari  <giacomino.alfandari@fastwebnet.it>
Date: Sat Dec 29, 2001 7:46pm
Subject: Re: reading a mouse

   
Hi Neal, I did not completely understand your question but,  it it can help
you, follow this link; it brings to a number of different information (Hw,
wiring, protocols,ecc) on mice.
By the way, in my opinion ePanorama is absolutely the best site for electronic
information.
Good luck (a happy New Year, to Don too)

Giacomo

http://www.epanorama.net/links/pc/interface.html#mouse



wwmaxgunz ha scritto:

> As part of a project, I'd like to be reading a mouse probably with a
> AT90S1200 to get all that nice buffer ram for cheap.  I plugged a
> serial mouse into my DT006A using a gender mender but don't get a
> peep out of it.  I've read that mouses get power by using all of the
> lines on a 9 pin and wonder if anyone here has done mouse input or
> knows where I can get examples of wiring to do that.
>
> The project is an alternate mouse device but I need to have a mouse
> also be able to "pass thru" if I can.  It's cleaner than a switchbox
> which is the fall-back position.  If I can somehow get the mouse read
> using the portB pins of the 2313 main brain then that would be even
> better as long as I have code room and 5 pins for one other small
> function, the alternate interface itself and a switch for which to
> use.
>
> Don; the rAVeR is a great little startup board!  The BASCOM makes it
> very simple to code without much concern over details.  I don't know
> how optimized the output is but I'll take it all one step at a time
> and this little sucker is plenty fast for my needs.
>
> With the DT104's, do we have to populate the EEPROM's onto them?
> I'm a newbie and to tell the truth, don't know how I would use them
> if I had them.  I guess I need to see more simple HOWTO's that are
> specific to Dontronics boards.  It took me a very long time to decide
> to take the plunge partly due to money and stability but there was
> over a month that I wasn't sure just what did what and what else I
> would need.  I'm sure other beginners are in the same boat.  General
> info is good once a person is "in motion".  Specific info down to
> finished working details may sell more parts and start off more
> customers.
>
> Neal Orr
>
>
> To Post a message, send it to:   simmstick@e...
>
> To Unsubscribe, send a blank message to: simmstick-unsubscribe@e...
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
948

From: wwmaxgunz  <neal.orr@verizon.net>
Date: Tue Jan 1, 2002 5:15pm
Subject: Re: reading a mouse

   
Yes, thank you.  It helps and is also a bit scarey!  Now I see that
what I do will not fit all conditions whatsoever.  Since PS2 mouse
is the most common, that may be the way to go.

I have also found one definite "gold" site:  
http://w1.132.telia.com/~u13205992/buttonbox/index.htm
that should interest anyone in the hobby.  Look at the KBSnoop part.

I found another site of more and wider interest, the guy is good:
http://www.geocities.com/CapeCanaveral/Launchpad/3632/
His name is Alberto Ricci Bitti and he has many very interesting
projects.  He uses the AVR's quite a bit, shows and explains well
what is done and why.

I may make a universal mouse input device if I can figure out how to 
motorize the mouseball.  That would cover all but optical mice and
if I do it right, even those would work.  It's "dirty", but then
I'm getting tired of the range in hardware and software out there.


Neal

--- In simmstick@y..., "Giacomino.alfandari" 
<giacomino.alfandari@f...> wrote:
> Hi Neal, I did not completely understand your question but,  it it 
can help
> you, follow this link; it brings to a number of different 
information (Hw,
> wiring, protocols,ecc) on mice.
> By the way, in my opinion ePanorama is absolutely the best site for 
electronic
> information.
> Good luck (a happy New Year, to Don too)
> 
> Giacomo
> 
> http://www.epanorama.net/links/pc/interface.html#mouse
> 
> 
> 
> wwmaxgunz ha scritto:
> 
> > As part of a project, I'd like to be reading a mouse probably with 
a
> > AT90S1200 to get all that nice buffer ram for cheap.  I plugged a
> > serial mouse into my DT006A using a gender mender but don't get a
> > peep out of it.  I've read that mouses get power by using all of 
the
> > lines on a 9 pin and wonder if anyone here has done mouse input or
> > knows where I can get examples of wiring to do that.
> >
> > The project is an alternate mouse device but I need to have a 
mouse
> > also be able to "pass thru" if I can.  It's cleaner than a 
switchbox
> > which is the fall-back position.  If I can somehow get the mouse 
read
> > using the portB pins of the 2313 main brain then that would be 
even
> > better as long as I have code room and 5 pins for one other small
> > function, the alternate interface itself and a switch for which to
> > use.
> >
> > Don; the rAVeR is a great little startup board!  The BASCOM makes 
it
> > very simple to code without much concern over details.  I don't 
know
> > how optimized the output is but I'll take it all one step at a 
time
> > and this little sucker is plenty fast for my needs.
> >
> > With the DT104's, do we have to populate the EEPROM's onto them?
> > I'm a newbie and to tell the truth, don't know how I would use 
them
> > if I had them.  I guess I need to see more simple HOWTO's that are
> > specific to Dontronics boards.  It took me a very long time to 
decide
> > to take the plunge partly due to money and stability but there was
> > over a month that I wasn't sure just what did what and what else I
> > would need.  I'm sure other beginners are in the same boat.  
General
> > info is good once a person is "in motion".  Specific info down to
> > finished working details may sell more parts and start off more
> > customers.
> >
> > Neal Orr
> >
> >
> > To Post a message, send it to:   simmstick@e...
> >
> > To Unsubscribe, send a blank message to: 
simmstick-unsubscribe@e...
> >
> > Your use of Yahoo! Groups is subject to 
http://docs.yahoo.com/info/terms/
949

From: wwmaxgunz  <neal.orr@verizon.net>
Date: Tue Jan 1, 2002 5:29pm
Subject: Re: reading a mouse

   
Most of those links were about using a mouse to run somebody's
programming software or like that.  But a couple were gold. <s>

The ePanorama link and the KBSnoop link were the best.

I've seen that for serial mice I'd need to supply power on 2 lines
and likely 12V at that.  No biggie, I could carry that from the
lines from the PC serial link and know the power would be right.
What would a development board be without a few extra wires?  LOL!

You'll be getting an order for boards and oscillators soon as I'm
sure just which ones I'll be needing. 


Neal 


--- In simmstick@y..., Don McKenzie <don@d...> wrote:
> 
> 
> wwmaxgunz wrote:
> > 
> > As part of a project, I'd like to be reading a mouse probably with 
a
> > AT90S1200 to get all that nice buffer ram for cheap.  I plugged a
> > serial mouse into my DT006A using a gender mender but don't get a
> > peep out of it.  I've read that mouses get power by using all of 
the
> > lines on a 9 pin and wonder if anyone here has done mouse input or
> > knows where I can get examples of wiring to do that.
> 
> If someone can't help on this group, ask at avrfreaks.net forum. 
they
> have about 4000 users, which is a whisker more than this group. :-)
> no doubt someone as done the interfacing to an avr, possibly with
> bascom.
> I know I have seen many examples over the years, but would need to 
do a
> search to find them.
> 
> > With the DT104's, do we have to populate the EEPROM's onto them?
> 
> you only populate what you need to use. in most newbie cases, you 
don't
> need it until you find a use for it.
> 
> > I'm a newbie and to tell the truth, don't know how I would use 
them
> > if I had them.  I guess I need to see more simple HOWTO's that are
> > specific to Dontronics boards.  It took me a very long time to 
decide
> > to take the plunge partly due to money and stability but there was
> > over a month that I wasn't sure just what did what and what else I
> > would need.  I'm sure other beginners are in the same boat.  
General
> > info is good once a person is "in motion".  Specific info down to
> > finished working details may sell more parts and start off more
> > customers.
> > 
> > Neal Orr
> 
> this is where you need to follow up with the information that is
> avalable on the web. Most basic things have been done with all 
micros
> including AVR's.
> 
> have a look at:
> http://www.dontronics.com/atmel.html for my avr links to many sites 
as
> well as the avr web ring.
> 
> AVR 16 channel serial servo controller for robotic applications is 
just
> one link that I have added in the last few days, but I hope other 
users
> can give you additional info via this list.
> 
> http://www.google.com is an amazing search engine that people don't 
make
> use of.
> try "at90s2313 mouse"
> good heavens, better results than I thought.
> 
> Cheers Don...
> 
> Don McKenzie    mailto:don@d...      http://www.dontronics.com
> 
> PICMicro C Compiler & PICC-18 C Compiler by Hi-Tech @ $100USD Off 
Retail
> The World's Largest Range of Atmel/AVR &  PICmicro Hardware and 
Software
950

From: Don McKenzie  <don@dontronics.com>
Date: Tue Jan 1, 2002 5:36pm
Subject: Re: Re: reading a mouse

   
wwmaxgunz wrote:
 
> You'll be getting an order for boards and oscillators soon as I'm
> sure just which ones I'll be needing.
> 
> Neal

thanks Neal, remember that there are several hundred users on this list,
and this won't be of interest to them.

However I am looking at the two sites you mentioned.
I have been cross linked to Alberto's site for several years, and I'm
just checking out that button box site now.

Don McKenzie    mailto:don@d...      http://www.dontronics.com

PICMicro C Compiler & PICC-18 C Compiler by Hi-Tech @ $100USD Off Retail
The World's Largest Range of Atmel/AVR &  PICmicro Hardware and Software
951

From: Don McKenzie  <don@dontronics.com>
Date: Wed Jan 2, 2002 0:26pm
Subject: Text on Video PCB's. Only 20 left

   
The STV5730A OSD chip is now obsolete: 

We have 20 DT108 blank PCB's left in stock, and when they are sold, that
will be the end of the project.
We still have the chips and crystals to suit this project.

http://www.dontronics.com/dt108.html

Don McKenzie    mailto:don@d...      http://www.dontronics.com

PICMicro C Compiler & PICC-18 C Compiler by Hi-Tech @ $100USD Off Retail
The World's Largest Range of Atmel/AVR &  PICmicro Hardware and Software
952

From: Don McKenzie  <don@dontronics.com>
Date: Sun Jan 27, 2002 9:57am
Subject: PIC Project: DT106 board and the fed c compiler

   
27-Jan-2002 
From Michael Simpson kronosrobotics.com 
I did my sites first project with the DT106 board and the fed c
compiler.  Feel free to point anything you want at it. Its located at:
http://www.kronosrobotics.com/pj_seriallcd/meter.htm 

Don McKenzie    mailto:don@d...      http://www.dontronics.com

PICMicro C Compiler & PICC-18 C Compiler by Hi-Tech @ $100USD Off Retail
The World's Largest Range of Atmel/AVR &  PICmicro Hardware and Software
953

From: Don McKenzie  <don@dontronics.com>
Date: Fri Feb 1, 2002 8:51am
Subject: FED WIZ-C Professional Version PICmicro C Compiler now available

   
1-Feb-2002 
FED WIZ-C Professional Version PICmicro C Compiler now available 
http://www.dontronics.com/fed_pro.html 

Don McKenzie    mailto:don@d...      http://www.dontronics.com

PICMicro C Compiler & PICC-18 C Compiler by Hi-Tech @ $100USD Off Retail
The World's Largest Range of Atmel/AVR &  PICmicro Hardware and Software
954

From: Don McKenzie  <don@dontronics.com>
Date: Fri Feb 1, 2002 1:16pm
Subject: New PIC, AVR, EEPROM, Scenix Programmer Kit

   
1-Feb-2002 
DIY-KIT-144 PIC, AVR, EEPROM, Scenix Programmer Kit  
http://www.dontronics.com/diyk144.html 

Don McKenzie    mailto:don@d...      http://www.dontronics.com

PICMicro C Compiler & PICC-18 C Compiler by Hi-Tech @ $100USD Off Retail
The World's Largest Range of Atmel/AVR &  PICmicro Hardware and Software
955

From: Don McKenzie  <don@dontronics.com>
Date: Fri Feb 8, 2002 9:58pm
Subject: CodeVisionAVR discussion forum

   
8-Feb-2002 
We now have a discussion forum dedicated to CodeVisionAVR 
You may join by sending an e-mail to
codevisionavr-subscribe@yahoogroups.com 
http://www.dontronics.com/cvavr.html 

Don McKenzie    mailto:don@d...     http://www.dontronics.com

Add USB to your Product in 10 min.  http://www.dontronics.com/giga.html
The World's Largest Range of Atmel/AVR & PICmicro Hardware and Software
956

From: tronnort  <tronnort@yahoo.com>
Date: Wed Feb 13, 2002 11:45am
Subject: Re: The STV5730A OSD chip is about to become obsolete

   
--- In simmstick@y..., Don McKenzie <don@d...> wrote:
> I spoke to Mike Hardwick at Decade Engineering (Bob-II), and he was 
well
> aware of it, and says he will design his own cct, so he doesn't 
have to
> depend on companies that decide that it is no longer viable to 
produce a
> specific chip. 
> 
> Trouble is companies like ST no doubt sell in 100K+ quantities, and 
if
> order levels drop, they drop production.
> 
> prior to Lionel Theunissen coming up with the dt108 board, Nigel 
Goodwin
> was having a look at much the same project for me, but using an
> alternative OSD chip. This fell into a hole because of sourcing 
problems
> with that chip. Forget what it was now, as it goes back 3 or 4 
years.
> 
> Perhaps Mike Hardwick is right, but I dare say it will be a bit of a
> monster schematic.

Yes, a real bummer.
I designed two OSD projects for EA based around that chip, from which 
Lionel developed the DT108.
There has certainly been a lot of call for a replacement, but it does 
not look easy.

I played around with another ST chip, but it was a bugger to use, not 
nearly as nice as the 5730.

I think the custom solution has to be the way to go for longevity, 
these OSD chips have a bad habbit of becomming obsolete :(

Dave :)
957

From: Don McKenzie  <don@dontronics.com>
Date: Wed Feb 13, 2002 0:12pm
Subject: Re: Re: The STV5730A OSD chip is about to become obsolete

   
tronnort wrote:

> Yes, a real bummer.
> I designed two OSD projects for EA based around that chip, from which
> Lionel developed the DT108.
> There has certainly been a lot of call for a replacement, but it does
> not look easy.
> 
> I played around with another ST chip, but it was a bugger to use, not
> nearly as nice as the 5730.
> 
> I think the custom solution has to be the way to go for longevity,
> these OSD chips have a bad habbit of becomming obsolete :(
> 
> Dave :)

Yes I know the projects well David. I did have a good look at them :-)

Lionel, any more on the custom job your were considering?

Don McKenzie    mailto:don@d...     http://www.dontronics.com

Add USB to your Product in 10 min.  http://www.dontronics.com/giga.html
The World's Largest Range of Atmel/AVR & PICmicro Hardware and Software
958

From: Andy Stephenson  <andy.stephenson@asamicros.com>
Date: Mon Feb 18, 2002 9:24pm
Subject: IR/IRDA SimmStick

   
Guys,

I am currently doing a project based on the Microchip 2120 IR device. I
have also used the 2150 as well.

Is/has anyone done a SimmStick with irda capability?

If not, does anyone have any comments on a possible F877/IRDA combo? 

Rgds...

...Andy
959

From: Bruce Boyes  <bboyes@systronix.com>
Date: Tue Feb 19, 2002 5:09am
Subject: Re: IR/IRDA SimmStick

   
At 10:24 AM 2/18/2002 +0000, Andy Stephenson wrote:
>Guys,
>
>I am currently doing a project based on the Microchip 2120 IR device. I
>have also used the 2150 as well.
>
>Is/has anyone done a SimmStick with irda capability?
>
>If not, does anyone have any comments on a possible F877/IRDA combo?
>
>Rgds...
>
>...Andy

Yes we are working on a UART with IrDA output option as a JSimm/SimmStick 
board. It will have some other options too such as Dallas OneWire network. 
This can be used by most any SimmStick system or our JStamp and JStik products.

We are invloved in an open source Java IrDA project as well, there are 
links at our website.

Another one in development is CAN net.

Bruce


-----------------------------------------
            WWW.SYSTRONIX.COM
  Real embedded Java, fast 8051s, & more
   +1-801-534-1017  Salt Lake City, USA
-----------------------------------------
960

From: Don McKenzie  <don@dontronics.com>
Date: Thu Feb 21, 2002 3:14pm
Subject: [Fwd: PIC/Microcontroller Text Over Video (OSD)]

   
a new interesting solution to the osd problem.

btw, I have 3 only dt108 boards I just found if anyone is interested.

Don McKenzie    mailto:don@d...     http://www.dontronics.com

Add USB to your Product in 10 min.  http://www.dontronics.com/giga.html
The World's Largest Range of Atmel/AVR & PICmicro Hardware and Software
Path: news.optusnet.com.au!spool01.syd.optusnet.com.au!spool.optusnet.com.au!news1.optus.net.au!optus!news.mel.connect.com.au!news.xtra.co.nz!newsfeed01.tsnz.net!news02.tsnz.net!not-for-mail
From: Jim Granville jim.granville@d...
Organization: Mandeno Granville elect
Newsgroups: comp.arch.embedded,sci.electronics.components,rec.radio.amateur.misc,sci.electronics.design
Subject: Re: PIC/Microcontroller Text Over Video (OSD)
Date: Thu, 21 Feb 2002 16:01:39 +1300
NNTP-Posting-Host: 203.79.98.175
NNTP-Posting-Date: Thu, 21 Feb 2002 16:02:38 NZDT
Xref: news.optusnet.com.au comp.arch.embedded:78512 sci.electronics.components:44289 rec.radio.amateur.misc:82940 sci.electronics.design:175721
Eric / N3VUZ wrote:
> 
> I've read a number of posts about suggestions for text over video
> (composite), but none are recent and many of the devices have been
> discontinued or are hard to get. Some of the devices mentioned:
> 
> sgs-thomson STV9426
> Philips PCA8515 OSD chip
> NEC uPD6145
> 
> My interest is creating a mobile device which will overlay a composite video
> source. My options are using my 68HC11A1 platform or a PIC16F877-20 type
> device. For those hams out there, my other use will be for call sign ID on
> atv (when I get around to that part of my project).
> 
> I've read a lot about pre-built solutions and researched many of them - but
> after all this is a hobby project and like to avoid paying someone else for
> something I would much rather build on my own. :) Thanks in advance for any
> suggestions.
> 
> Eric
> N3VUZ
> eric(at)citx.com

 You could look at

http://www.myson.com.tw/mtv/MCU.htm

and specifically the 64K FLASH ISP+OSD model

http://www.myson.com.tw/mtv/data%20sheet/Mtv230M/MTV230M(AE).pdf

 This integrated OSD is one of the reasons the separate OSD devices are 
being phased out.
 This one is ISP Flash + STD 80C51 core, so suits your application.

 No sure of the stocking, but you could always suggest a 
'Samples for App-note' trade to the vendor :-)

-jg
961

From: Don McKenzie  <don@dontronics.com>
Date: Sat Mar 9, 2002 7:54am
Subject: CCS have raised the price of their PICMicro C Compilers.

   
9-Mar-2002 
CCS have raised the price of their PICMicro C Compilers. 
Dontronics can now do Maintenance Upgrades on these Compilers 
http://www.dontronics.com/ccs.html 
http://www.dontronics.com/maintenance.html 
 
Don McKenzie    mailto:don@d...     http://www.dontronics.com

Add USB to your Product in 10 min.  http://www.dontronics.com/giga.html
The World's Largest Range of Atmel/AVR & PICmicro Hardware and Software
962

From: Don McKenzie  <don@dontronics.com>
Date: Wed Mar 20, 2002 10:17am
Subject: SuperSpice Mixed Mode Analogue & Digital Simulation with Schematic Capture

   
20-Mar-2002 
SuperSpice Mixed Mode Analogue & Digital Simulation with Schematic
Capture and Waveform display for Windows 95/98/NT/2000/ME/XP

http://www.dontronics.com/superspice.html 

Don McKenzie    mailto:don@d...     http://www.dontronics.com

Add USB to your Product in 10 min.  http://www.dontronics.com/giga.html
The World's Largest Range of Atmel/AVR & PICmicro Hardware and Software
Check all - Clear all
  932-962 of 1612  |  Previous | Next  [ First | Last ]
 
 Msg #   Date  |  Thread
Collapse Messages


Copyright © 2003 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Copyright Policy - Guidelines - Help - Ad Feedback