2005-02-26 by Jesper Hansen
> On 25 Feb 2005, at 19:14, Jim White wrote: > >> We are developing a board that will be a USB device (not host) using a >> CP2101. >> >> Is there some sort of central registry for Vendor ID and / or Product ID >> ? >> >> This will not be a mass market device but will need to rec
Thread view
Attachments: 0
2005-02-26 by Geo
On 25 Feb 2005, at 19:14, Jim White wrote: > We are developing a board that will be a USB device (not host) using a CP2101. > > Is there some sort of central registry for Vendor ID and / or Product ID ? > > This will not be a mass market device but will need to recognizable as a
Thread view
Attachments: 0
2005-02-26 by stevech
Dave - fear not; relax. NSA does NOT have the resources, legal permission, nor motivation to eavesdrop on all our US domestic phone and Internet communications. It might be fun to talk about, but c'mon, get real. I speak - from professional experience. Shall we talk about the cap
Thread view
Attachments: 0
2005-02-26 by Dave Mucha
--- In AVR-Chat@yahoogroups.com, Russell Shaw wrote: > Dave Mucha wrote: > > > > I seem to remember a monthor so ago when someone asked about Gmail. > > > > I just noticed I have 50 invites available. This means that either > > there was an error, or Gmail is finally ready for th
Thread view
Attachments: 0
2005-02-26 by Mike Murphree
On Feb 25, 2005, at 7:17 PM, Russell Shaw wrote: > > Why would anyone leave their email on an external server that could > crash, be hacked, confiscated, and otherwise spied upon by the feds? > And if you make a backup on your own pc, you might as well keep all > email incoming t
Thread view
Attachments: 0
2005-02-26 by Jim White
We are developing a board that will be a USB device (not host) using a CP2101. Is there some sort of central registry for Vendor ID and / or Product ID ? This will not be a mass market device but will need to recognizable as a unique device when plugged into a PC. Jim
Thread view
Attachments: 0
2005-02-26 by Paul Curtis
http://www.usb.org/developers/vendor/ Costs you $1,500 but you can't use a USB logo. -- Paul Curtis, Rowley Associates Ltd http://www.rowley.co.uk CrossWorks for MSP430, ARM, AVR and (soon) MAXQ processors > -----Original Message----- > From: Jim White [mailto:jim@coloradosatelli
Thread view
Attachments: 0
2005-02-26 by Russell Shaw
Dave Mucha wrote: > > I seem to remember a monthor so ago when someone asked about Gmail. > > I just noticed I have 50 invites available. This means that either > there was an error, or Gmail is finally ready for the masses. > > If anyone wants an invite, drop me an e-mail Why wo
Thread view
Attachments: 0
2005-02-25 by Eric
I think the idea was to reply direct to > dave_mucha at yahoo dot com or dave_mucha@yahoo.com I was going to send a Email to dave_mucha@yahoo.com and say your "dave_mucha at yahoo dot com" Email address does not work, don't tell me you sent a Email to "dave_mucha at yahoo dot com
Thread view
Attachments: 0
2005-02-25 by gouy yann
hello Dave, I'm interested by an invite. thanks by advance. Yann --- Dave Mucha a écrit : > > > I seem to remember a monthor so ago when someone asked about Gmail. > > I just noticed I have 50 invites available. This means that either > there was an error, or Gmail is finally rea
Thread view
Attachments: 0
2005-02-25 by David Kelly
On Fri, Feb 25, 2005 at 08:39:49AM -0800, Jeffrey Engel wrote: > > I like David's remarks, but has anyone else gotten 5 > (and counting) copys as I have? Only sent one copy, and only one shown in the list archives: http://groups.yahoo.com/group/AVR-Chat/messages So it might be ti
Thread view
Attachments: 0
2005-02-25 by Jeffrey Engel
I like David's remarks, but has anyone else gotten 5 (and counting) copys as I have? Jeff Engel Arlington, TX --- David Kelly wrote: > > On Fri, Feb 25, 2005 at 10:12:30AM -0500, Phillip > Vogel wrote: > > > > In the simplest setting, you just use the drivers > from ftdi, and the
Thread view
Attachments: 0
2005-02-25 by David Kelly
On Fri, Feb 25, 2005 at 10:12:30AM -0500, Phillip Vogel wrote: > > In the simplest setting, you just use the drivers from ftdi, and the device > looks like a com port on the PC. On the microcontroller end, it's an async > serial device. Just hook it up to the tx & rx pins of your
Thread view
Attachments: 0
2005-02-25 by Phillip Vogel
In the simplest setting, you just use the drivers from ftdi, and the device looks like a com port on the PC. On the microcontroller end, it's an async serial device. Just hook it up to the tx & rx pins of your uart, set the baud rate accordingly, and it's running. Really couldn't
Thread view
Attachments: 0
2005-02-25 by Dave Mucha
I seem to remember a monthor so ago when someone asked about Gmail. I just noticed I have 50 invites available. This means that either there was an error, or Gmail is finally ready for the masses. If anyone wants an invite, drop me an e-mail dave_mucha at yahoo dot com
Thread view
Attachments: 0
2005-02-25 by Hugo Oliveira
Hi everyone, once more thanks for the answers. I have some more questions though. Would I need a lot of code in the microcontroller side, when using for example FT232BM? Are there any restrictions for my 16 devices to be running together (could I cascade hubs for that?) and what
Thread view
Attachments: 0
2005-02-25 by Hugo Oliveira
Thank you very much for the answer, I will take a look at those. On Thu, 24 Feb 2005 20:03:00 +0100, Ralph Hilton wrote: > > On Thu, 24 Feb 2005 16:25:01 +0100 you wrote: > > > > >Hello Everyone, > > Thats my first time writing to this group and I have a question > >concerned wit
Thread view
Attachments: 0
2005-02-24 by Ralph Hilton
On Thu, 24 Feb 2005 16:25:01 +0100 you wrote: > >Hello Everyone, > Thats my first time writing to this group and I have a question >concerned with USB interface. I hope any of you can help me. > >I am developing a board that uses the a new ATMEL microcontroller >(AT90PWM). I need
Thread view
Attachments: 0
2005-02-24 by Ralph Hilton
On Thu, 24 Feb 2005 17:35:08 +0100 you wrote: > >Yes, that part I got, but in the table there's differential inputs with >(one example) ADC0 in both positive and negative column. I was sort of >hoping I could use it as I would a single ended input but with the gain >available. I'
Thread view
Attachments: 0
2005-02-24 by Magnus Johansson
> Differential inputs measure the difference between the two inputs. > If the - is at 3V, and the + at 4V, then you'll see 1V. > They are commonly used for measuring current, with a sense resistor. Yes, that part I got, but in the table there's differential inputs with (one examp
Thread view
Attachments: 0
2005-02-24 by Jim Wagner
You probably CAN do it if you bias the second input correctly. This might mean, for example, biasing one input at Vref/2. Or, you might bias both inputs from a common voltage divider and AC-couple the signal into the active input. But you will need to watch out for impedance erro
Thread view
Attachments: 0
2005-02-24 by Jose Fuentes
I am going to test AT43USB355E that is an AVR with USB. This microcontroller needs a SPI EEPROM memory like AT25HP512. You have to load the program on the EEPROM memory. http://www.atmel.com/dyn/resources/prod_documents/doc2603.pdf http://www.atmel.com/dyn/resources/prod_document
Thread view
Attachments: 0
2005-02-24 by Dave VanHorn
At 10:25 AM 2/24/2005, Hugo Oliveira wrote: >Hello Everyone, > Thats my first time writing to this group and I have a question >concerned with USB interface. I hope any of you can help me. > >I am developing a board that uses the a new ATMEL microcontroller >(AT90PWM). I need thi
Thread view
Attachments: 0
2005-02-24 by Jeffrey Engel
Wrong URL. http://www.ftdichip.com/ Sorry, not enough caffeine. Jeff --- Jeffrey Engel wrote: > > Have you looked at the FTDI products? > > www.ftdi.com > > HTH, > > Jeff Engel > --- Hugo Oliveira wrote: > > > > > Hello Everyone, > > Thats my first time writing to this group and
Thread view
Attachments: 0
2005-02-24 by Jeffrey Engel
Have you looked at the FTDI products? www.ftdi.com HTH, Jeff Engel --- Hugo Oliveira wrote: > > Hello Everyone, > Thats my first time writing to this group and I > have a question > concerned with USB interface. I hope any of you can > help me. > > I am developing a board that us
Thread view
Attachments: 0
2005-02-24 by Jesper Hansen
Look at the FTDI FT232 devices, www.ftdichip.com They are perfect for this. /Jesper ----- Original Message ----- From: "Hugo Oliveira" To: Sent: Thursday, February 24, 2005 4:25 PM Subject: [AVR-Chat] USB interface > > Hello Everyone, > Thats my first time writing to this group a
Thread view
Attachments: 0
2005-02-24 by Hugo Oliveira
Hello Everyone, Thats my first time writing to this group and I have a question concerned with USB interface. I hope any of you can help me. I am developing a board that uses the a new ATMEL microcontroller (AT90PWM). I need this board to have a interface that will let me plug 16
Thread view
Attachments: 0
2005-02-24 by Dave VanHorn
At 09:42 AM 2/24/2005, Magnus Johansson wrote: >Hi! > >I'm looking at the ATmega128 datasheet and table 98 'input channel and >gain selections'. There are a few differential settings with the same >ADC channel in both positive and negative differential input columns. >Are those t
Thread view
Attachments: 0
2005-02-24 by Magnus Johansson
Hi! I'm looking at the ATmega128 datasheet and table 98 'input channel and gain selections'. There are a few differential settings with the same ADC channel in both positive and negative differential input columns. Are those to be considered single ended inputs with gain or how s
Thread view
Attachments: 0
2005-02-24 by ramakrishnan sundararajan
dear sir, kindly mail me, if any one have auto baud rate uart asm routines( send and receive characters throught max 232 ic for avr ic 90s8535 thanks, s.ramakrishnan -- S. Ramakrishnan, B.E., sundaram electronics B-21, Raheja complex, 68, Anna salai, Chennai - 600 002. Tamil nadu
Thread view
Attachments: 0
2005-02-24 by Don Kinzer
--- In AVR-Chat@yahoogroups.com, "kc9dag" wrote: > Will the keyboard work on +3v, > or can I power the keyboard from > a +5v source and just use a common ground between the keyboard and > the butterfly (and if I do it that way, can the AVR's inputs handle > the +5v while it is ru
Thread view
Attachments: 0
2005-02-24 by Brian Dean
On Wed, Feb 23, 2005 at 01:10:09PM -0600, Mike Murphree wrote: > > Also note that Joerg is no longer supporting FreeBSD 4.x with the > > avr-gcc port, so for smoothest operation you might want to be at 5.3 > > Release or later. > > That's a shame since the 4.X was my favorite Fre
Thread view
Attachments: 0
2005-02-24 by David Kelly
On Feb 23, 2005, at 2:13 PM, kc9dag wrote: > Will the keyboard work on +3v, If you are designing a product for mass production then the answer is "NO!" But if you are experimenting or playing with a one-off item then, "Try it and find out. Some keyboards probably will and some wo
Thread view
Attachments: 0
2005-02-23 by brewski922
--- In AVR-Chat@yahoogroups.com, "kc9dag" wrote: > > I would like to interface my Butterfly to a PS/2 keyboard and I have > a question: > The Application note on interfacing to a PC keyboard says that one > of the lines is the +5v line... the Butterfly (mainly it's dataflash > wh
Thread view
Attachments: 0
2005-02-23 by kc9dag
I would like to interface my Butterfly to a PS/2 keyboard and I have a question: The Application note on interfacing to a PC keyboard says that one of the lines is the +5v line... the Butterfly (mainly it's dataflash which I AM using) can't go up to +5v. Will the keyboard work on
Thread view
Attachments: 0
2005-02-23 by Mike Murphree
Brian Dean said: > Also note that Joerg is no longer supporting FreeBSD 4.x with the > avr-gcc port, so for smoothest operation you might want to be at 5.3 > Release or later. That's a shame since the 4.X was my favorite FreeBSD series... Mike
Thread view
Attachments: 0
2005-02-23 by Brian Dean
On Wed, Feb 23, 2005 at 10:29:42AM -0600, David Kelly wrote: > % su > # portinstall avr-libc > > The above should also build avr-gcc, avr-binutils, and maybe others as > dependencies. Right. Don't forget 'avrdude' for downloading to flash. Make sure you update your ports tree to
Thread view
Attachments: 0
2005-02-23 by David Kelly
On Thu, Feb 24, 2005 at 12:59:13AM +0800, Kathy Quinlan wrote: > > David Kelly wrote: > > > If you can do without the documentation, "portinstall -m -DNOPORTDOCS > > avr-libc" will get the essentials installed quicker. It also gets around > > the problems I have had (on two machi
Thread view
Attachments: 0
2005-02-23 by Kathy Quinlan
David Kelly wrote: > On Wed, Feb 23, 2005 at 11:03:25PM +0800, Kathy Quinlan wrote: > >>Hi all, >> >>Can anyone recogmend any good sites on how to setup freebsd to do code >>work for the AVR, I am writting some drivers for a product on freebsd >>using GCC and I want to keep to ma
Thread view
Attachments: 0
2005-02-23 by David Kelly
On Wed, Feb 23, 2005 at 11:03:25PM +0800, Kathy Quinlan wrote: > > Hi all, > > Can anyone recogmend any good sites on how to setup freebsd to do code > work for the AVR, I am writting some drivers for a product on freebsd > using GCC and I want to keep to mainly one development e
Thread view
Attachments: 0
2005-02-23 by Kathy Quinlan
Russell Shaw wrote: > Kathy Quinlan wrote: > >>Russell Shaw wrote: >> >> >>>Kathy Quinlan wrote: >>> >>> >>>>Hi all, >>>> >>>>Can anyone recogmend any good sites on how to setup freebsd to do code >>>>work for the AVR, I am writting some drivers for a product on freebsd >>>>using
Thread view
Attachments: 0
2005-02-23 by Russell Shaw
Kathy Quinlan wrote: > Russell Shaw wrote: > >>Kathy Quinlan wrote: >> >>>Hi all, >>> >>>Can anyone recogmend any good sites on how to setup freebsd to do code >>>work for the AVR, I am writting some drivers for a product on freebsd >>>using GCC and I want to keep to mainly one d
Thread view
Attachments: 0
2005-02-23 by Kathy Quinlan
Russell Shaw wrote: > Kathy Quinlan wrote: > >>Hi all, >> >>Can anyone recogmend any good sites on how to setup freebsd to do code >>work for the AVR, I am writting some drivers for a product on freebsd >>using GCC and I want to keep to mainly one development enviroment. >> >>For
Thread view
Attachments: 0
2005-02-23 by Russell Shaw
Kathy Quinlan wrote: > Hi all, > > Can anyone recogmend any good sites on how to setup freebsd to do code > work for the AVR, I am writting some drivers for a product on freebsd > using GCC and I want to keep to mainly one development enviroment. > > For now I am using Kate in KD
Thread view
Attachments: 0
2005-02-23 by Kathy Quinlan
Hi all, Can anyone recogmend any good sites on how to setup freebsd to do code work for the AVR, I am writting some drivers for a product on freebsd using GCC and I want to keep to mainly one development enviroment. For now I am using Kate in KDE as my text editor (it does syntax
Thread view
Attachments: 0
2005-02-22 by Robert Adsett
At 02:42 PM 2/22/05 -0500, ethan@bufbotics.org wrote: >Hmm, yes, I am assuming the compiler generates different code depending >upon how the variables are scoped. Haven't looked into it at all, in >fact, I wouldn't even know where to look to find out. I guess the >question that c
Thread view
Attachments: 0
2005-02-22 by ethan@bufbotics.org
Robert Adsett said: > At 02:22 PM 2/22/05 -0500, ethan@bufbotics.org wrote: > > > >void func (void) { > >{ > > if (THIS_CONDITION_EVALUATES_TO_FALSE) { > > > > for (int i=0; i for (int j=0; j } > > } > > } > >} > > > You are assuming the compiler generates different code for this
Thread view
Attachments: 0
2005-02-22 by Robert Adsett
At 02:22 PM 2/22/05 -0500, ethan@bufbotics.org wrote: >I agree with what you're saying, but I think there's a condition you may >have omitted.... > > >void func (void) { >{ > if (THIS_CONDITION_EVALUATES_TO_FALSE) { > > for (int i=0; i for (int j=0; j } > } > } >} You are assumin
Thread view
Attachments: 0
2005-02-22 by David Kelly
On Tue, Feb 22, 2005 at 01:55:26PM -0500, Robert Adsett wrote: > > At 06:33 PM 2/22/05 +0000, kc9dag wrote: > >I'm used to working on computers with large amounts of memory and > >processor speed, so I natually used my standared for loop > >declaration: > >for(type var = constant
Thread view
Attachments: 0
2005-02-22 by ethan@bufbotics.org
Robert Adsett said: > So in that case > > for (int i = 0; i } > for( int j = 0; j } > > would take no more room than > > void func (void) > { > int i; > > for ( i = 0; i } > for( i = 0; i } > } > I agree with what you're saying, but I think there's a condition you may have omitte
Thread view
Attachments: 0