2005-11-23 by Ivan Vernot
Its back! I On 23/11/2005 8:33:57 PM, Dave Mucha ( dave_mucha@yahoo.com ) wrote: > I saw a note that the site was hacked and will be down for a few days. > > Dave > > > > --- In AVR-Chat@yahoogroups.com , N S MrMicro@g ...> wrote: > > > > I've been getting "server cannot be found
Thread view
Attachments: 0
2005-11-23 by Ivan Vernot
Me Too. On 23/11/2005 8:10:54 PM, mrmicro@gamebox.net wrote: > I've been getting "server cannot be found" for about 3 days, everyone > else getting that too? > > > -- > No virus found in this outgoing message. > Checked by AVG Free Edition. > Version: 7.1.362 / Virus Database: 26
Thread view
Attachments: 0
2005-11-23 by N S
I've been getting "server cannot be found" for about 3 days, everyone else getting that too? -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.362 / Virus Database: 267.13.5/178 - Release Date: 22/11/2005
Thread view
Attachments: 0
2005-11-23 by Dave Mucha
I saw a note that the site was hacked and will be down for a few days. Dave --- In AVR-Chat@yahoogroups.com, N S wrote: > > I've been getting "server cannot be found" for about 3 days, everyone > else getting that too? > > > -- > No virus found in this outgoing message. > Checked
Thread view
Attachments: 0
2005-11-22 by Howard Amos
I am using a mega32 with my own PCB (no JTAG socket). Started using an ISP programmer (Avtiv8r from Meridian). In setting all the fuses I disabled JTAG (had no use for it)... How I have just bought an AVR JTAG ICE (from kanda.com) and want to debug using JTAG. My PORTC comes out
Thread view
Attachments: 0
2005-11-22 by johnnorgaard2003
Hi Morten what do exactly mean ? Is it only the first time after pin change after sleep ? And does it work next time "you" go to sleep ? I will also use pin change interrupt on my application for wake up a battery operated product. So I would like to know any problems ? best rega
Thread view
Attachments: 0
2005-11-22 by John Samperi
G'day all Be one of the first people in the UNIVERSE to have a look at our new updated website...and win absolutely nothing!! :-) It has lots of new pretty pictures in the Products page AND it sports a new Download page...which will be filled with goodies in due time, some module
Thread view
Attachments: 0
2005-11-21 by Dave Mucha
--- In AVR-Chat@yahoogroups.com, "Randy Ledyard" wrote: > > Tom/Dave > > The Tiny11 ships with its fuses set to run the _internal_ oscillator at 1 > MHz > (see the summary here > http://www.atmel.com/dyn/resources/prod_documents/1006s.pdf > and the complete datasheet here > http:
Thread view
Attachments: 0
2005-11-21 by MuRaT KaRaDeNiZ
Nice, new avr devices have now so called "enhanced watchdog timer" with separate interrupt vector support, i didn't see that. Regards. Murat Karadeniz http://www.onlinefavbar.com/mukas -----Original Message----- From: AVR-Chat@yahoogroups.com [mailto:AVR-Chat@yahoogroups.com] On
Thread view
Attachments: 0
2005-11-21 by Bent Morten Dale
Hi, take a look at page 56 in ATmega88 datasheet. Watchdog timer interrupt vector No 7. This is a good way of having a timer wake up at intervals up to 8sec. Regards, Morten -----Original Message----- From: AVR-Chat@yahoogroups.com [mailto:AVR-Chat@yahoogroups.com] On Behalf Of M
Thread view
Attachments: 0
2005-11-21 by MuRaT KaRaDeNiZ
Hello, Atmel avr series do not have a special vector for handling watchdog overflow, so it resets the system. Is it proper to get reset just to wake-up from sleep? are you out of other timer resources? Regards. Murat Karadeniz http://www.onlinefavbar.com/mukas -----Original Messa
Thread view
Attachments: 0
2005-11-21 by Randy Ledyard
Tom/Dave The Tiny11 ships with its fuses set to run the _internal_ oscillator at 1 MHz (see the summary here http://www.atmel.com/dyn/resources/prod_documents/1006s.pdf and the complete datasheet here http://www.atmel.com/dyn/resources/prod_documents/doc1006.pdf) Per the datashee
Thread view
Attachments: 0
2005-11-20 by Ivan Vernot
Check avrfreaks.net for a CAN128 (or some such) I have not used it yet but ImageCraft C compiler supports it as a device type. HTH Ivan Vernot ----- Original Message ----- From: "Thomas Keller" To: Sent: Monday, November 21, 2005 10:00 AM Subject: [AVR-Chat] CAN on AVR? > Does an
Thread view
Attachments: 0
2005-11-20 by Brian Dean
On Sun, Nov 20, 2005 at 05:00:16PM -0600, Thomas Keller wrote: > Does anyone know if Atmel is planning to support CANbus in te AVR > line? They have some ARM devices with CAN, biut I don't need the > power and speed of the ARM devices, and they are a tad more > expensive, as well
Thread view
Attachments: 0
2005-11-20 by Dave Mucha
--- In AVR-Chat@yahoogroups.com, Thomas Keller wrote: > > On Sun, 2005-11-20 at 21:23 +0000, Dave Mucha wrote: > > > > > A PIC with an 8 Mhz oscillator is giving you 2 MIPs (max) of > > > performance. An AVR running with an 8 Mhz oscillator is giving you > > 8 MIPs (max) of perfo
Thread view
Attachments: 0
2005-11-20 by Thomas Keller
Does anyone know if Atmel is planning to support CANbus in te AVR line? They have some ARM devices with CAN, biut I don't need the power and speed of the ARM devices, and they are a tad more expensive, as well (not to mention that while I have nothing againt ARM, I *LOVE* the AVR
Thread view
Attachments: 0
2005-11-20 by Bent Morten Dale
Hi, Pin change interrup works the first time I enable it but the next interrupt is not serviced. If i get a watchdog interrupt (used as timer) and then a pinchange interrupt then the interrupt is serviced. I use both interrups to do a wakeup from sleep. Regards, Morten
Thread view
Attachments: 0
2005-11-20 by Thomas Keller
On Sun, 2005-11-20 at 21:23 +0000, Dave Mucha wrote: > > > A PIC with an 8 Mhz oscillator is giving you 2 MIPs (max) of > > performance. An AVR running with an 8 Mhz oscillator is giving you > 8 MIPs (max) of performance. (and this doesn't even consider the > horrible instruction
Thread view
Attachments: 0
2005-11-20 by Don Ingram
Don Ingram wrote: > Hi All, > > Is there a recommended way of dealing with updates & different versions of > avr-libc in WinAVR? > > If there is a defined / simple "best technique" & if so could it be included in > a prominent position in the related documentation or FAQ. > > Che
Thread view
Attachments: 0
2005-11-20 by Dave Mucha
> A PIC with an 8 Mhz oscillator is giving you 2 MIPs (max) of > performance. An AVR running with an 8 Mhz oscillator is giving you 8 > MIPs (max) of performance. (and this doesn't even consider the horrible > instruction set and architecture you have to deal with when programmin
Thread view
Attachments: 0
2005-11-20 by Don Ingram
Hi All, Is there a recommended way of dealing with updates & different versions of avr-libc in WinAVR? If there is a defined / simple "best technique" & if so could it be included in a prominent position in the related documentation or FAQ. Cheers Don
Thread view
Attachments: 0
2005-11-19 by Brian Dean
On Fri, Nov 18, 2005 at 08:48:08PM -0500, wbounce wrote: > port with avrdude. I used to use the -t to look at this. Is it > possible to use avrdude with the jtag ice? If so what is the > programmer parameter to use? The newest version of AVRDUDE, version 5.0, supports the newer J
Thread view
Attachments: 0
2005-11-19 by wbounce
I have a AVR icecube from ecros tech which is a JTAG ice programmer. I had to upgrade avr studio to 4.12 and the firmware upgrade is not working so I can not debug with it. My program gathers some GPS data and writes it to eeprom. I want to verify what it is. But since I can not
Thread view
Attachments: 0
2005-11-17 by Thomas Keller
Reid: I don't know about you, but I have unlimited free long distance (VoIP phone through Road Runner). How about you send me your phone numebr, and we chat on the phone? In the event that you also have fre or low cost long distance, my voicenet address (*laugh*) is 402-261-4343
Thread view
Attachments: 0
2005-11-17 by Thomas Keller
On Wed, 2005-11-16 at 23:31 -0500, Charlie Heath wrote: > Subject: [AVR-Chat] Re: cheap chips , no exteranl crystal, and timing > > --- In AVR-Chat@yahoogroups.com, Thomas Keller > wrote: > > > On Tue, 2005-11-15 at 22:03 -0800, Reid Smith wrote: > > > > The Pic chip requires a 4
Thread view
Attachments: 0
2005-11-17 by stevech
Do the newer PIC chips have linear RAM addressing like the AVRs? When last I fiddled with PICs, I recall that they bank-switched RAM in 256 byte pages. Like the stone ages. -----Original Message----- From: AVR-Chat@yahoogroups.com [mailto:AVR-Chat@yahoogroups.com] On Behalf Of Za
Thread view
Attachments: 0
2005-11-17 by Zack Widup
On Wed, 16 Nov 2005, Charlie Heath wrote: > > > > > Many PIC's have an internal oscilator. but AFAIK, none have an 8mhz > > internal. > > > > FWIW, the PIC16F88 has an 8-step internal oscillator that tops out at 8 > Mhz. > 18 pins with 4K instructions, hardware USART, 7 channel A
Thread view
Attachments: 0
2005-11-17 by Charlie Heath
----- Original Message ----- From: "Dave Mucha" To: Sent: Wednesday, November 16, 2005 6:02 PM Subject: [AVR-Chat] Re: cheap chips , no exteranl crystal, and timing > --- In AVR-Chat@yahoogroups.com, Thomas Keller wrote: > > > > On Tue, 2005-11-15 at 22:03 -0800, Reid Smith wrote
Thread view
Attachments: 0
2005-11-16 by Thomas Keller
On Wed, 2005-11-16 at 23:02 +0000, Dave Mucha wrote: > Many PIC's have an internal oscilator. but AFAIK, none have an 8mhz > internal. > But, that brings up another question. > I was looking for a tachometer. it seems that one needs a very > accurate timing base to compare things
Thread view
Attachments: 0
2005-11-16 by Dave Mucha
--- In AVR-Chat@yahoogroups.com, Thomas Keller wrote: > > On Tue, 2005-11-15 at 22:03 -0800, Reid Smith wrote: > > The Pic chip requires a 4 mhz crystal in order for > > it to function. I'm building a serial lcd driver and > > want the cheapest chip I can find. It requires in > >
Thread view
Attachments: 0
2005-11-16 by Thomas Keller
On Tue, 2005-11-15 at 22:03 -0800, Reid Smith wrote: > The Pic chip requires a 4 mhz crystal in order for > it to function. I'm building a serial lcd driver and > want the cheapest chip I can find. It requires in > order for it to work correctly 6 out and 2 in with error > checki
Thread view
Attachments: 0
2005-11-16 by Thomas Keller
On Tue, 2005-11-15 at 14:32 -0800, Reid Smith wrote: > Thanks All for the help in finding cheep chips! Cheep chips? Are those petrified baby duckie turds, discovered after Easter hidden about the house? (sorry, couldn't resist) Tom
Thread view
Attachments: 0
2005-11-16 by Reid Smith
The Pic chip requires a 4 mhz crystal in order for it to function. I'm building a serial lcd driver and want the cheapest chip I can find. It requires in order for it to work correctly 6 out and 2 in with error checking so any 18-20 pin should work fine. --- Dave Mucha wrote: > -
Thread view
Attachments: 0
2005-11-16 by Dave Mucha
--- In AVR-Chat@yahoogroups.com, Reid Smith wrote: > > > Out of the Atmel and Pic families what is the > cheapest 8 line in/out chip they make that doesn't > need a crystal? NE1 know > Need more data. is that 40mhz without a crystal ? how many analogue ins ? Seriously, digi-key i
Thread view
Attachments: 0
2005-11-16 by Peter Gargano
Don Ingram wrote: >>I want VCC pin also as a multifunction pin! :) VCC/PORTBx... > It is already... You put a high on it & it works. You put a low on it & it > stops. ;-) More than that - it can be made into an analogue output with a reasonable range by using a series resistor to
Thread view
Attachments: 0
2005-11-16 by Don Ingram
MuRaT KaRaDeNiZ wrote: > I want VCC pin also as a multifunction pin! :) VCC/PORTBx... > It is already... You put a high on it & it works. You put a low on it & it stops. ;-)
Thread view
Attachments: 0
2005-11-15 by Reid Smith
Thanks All for the help in finding cheep chips! Reid __________________________________ Yahoo! FareChase: Search multiple travel sites in one click. http://farechase.yahoo.com
Thread view
Attachments: 0
2005-11-15 by Thomas Keller
On Wed, 2005-11-16 at 00:10 +0200, MuRaT KaRaDeNiZ wrote: > İ think that atmega48 is very very close to attiny2313's price (newer > process). And the difference is huge. Quite so. I have a few dozen of that ATTINY2313s, and only one of the ATMega48. i couldn't remember what packa
Thread view
Attachments: 0
2005-11-15 by MuRaT KaRaDeNiZ
İ think that atmega48 is very very close to attiny2313's price (newer process). And the difference is huge. -----Original Message----- From: AVR-Chat@yahoogroups.com [mailto:AVR-Chat@yahoogroups.com] On Behalf Of Stefan Wimmer Sent: Tuesday, November 15, 2005 9:06 PM To: AVR-Chat
Thread view
Attachments: 0
2005-11-15 by MuRaT KaRaDeNiZ
I want VCC pin also as a multifunction pin! :) VCC/PORTBx... -----Original Message----- From: AVR-Chat@yahoogroups.com [mailto:AVR-Chat@yahoogroups.com] On Behalf Of Stefan Wimmer Sent: Tuesday, November 15, 2005 9:06 PM To: AVR-Chat@yahoogroups.com Subject: [AVR-Chat] Re: cheap
Thread view
Attachments: 0
2005-11-15 by Francisco Silva
http://lists.nongnu.org/mailman/listinfo/avr-gcc-list At 06:02 AM 16/11/2005, you wrote: >BTW: Where did the AVR-GCC mailing list move to? I somehow lost track >of it... regards -- Francisco
Thread view
Attachments: 0
2005-11-15 by Dave Hylands
> BTW: Where did the AVR-GCC mailing list move to? I somehow lost track > of it... There are 3 mailing lists over here: http://lists.nongnu.org/mailman/listinfo/avr-gcc-list http://lists.nongnu.org/mailman/listinfo/avr-chat http://lists.nongnu.org/mailman/listinfo/avr-libc-dev --
Thread view
Attachments: 0
2005-11-15 by John Samperi
At 06:02 AM 16/11/2005, you wrote: >BTW: Where did the AVR-GCC mailing list move to? I somehow lost track >of it... For as long as I know it has always been at avrfreks.net, it has it's own forum. Regards John Samperi ******************************************************** Amper
Thread view
Attachments: 0
2005-11-15 by Stefan Wimmer
--- In AVR-Chat@yahoogroups.com, Thomas Keller wrote: > > Oops on me! You wanted 8 I/O pins. The ATTINY11 offers at most 6. > It is an 8 pin device. Sorry about that. > > take a look at the ATTINY2313. 20 Pin DIP package, less than $1.50 > qty 1, as I recall. > I bought a tube of
Thread view
Attachments: 0
2005-11-15 by Stefan Wimmer
Hi folks, has anybody out there successfully used GCC to write programs for the Tiny26? I tried this recently but ran into weird problems: The first one was easy to find: GCC used the non-existend EEAH to address EEPROM and this didn't work. While wading thru the .lss file I disc
Thread view
Attachments: 0
2005-11-15 by Gus
You can connect this board to your AVR and read any USB memory device and even a mouse or keyboard http://www.ghielectronics.com/USBwiz-OEM.htm --- In AVR-Chat@yahoogroups.com, "stevech" wrote: > > The AVR would have to be a USB host - and that protocol stack is very > complex/la
Thread view
Attachments: 0
2005-11-15 by Thomas Keller
On Mon, 2005-11-14 at 19:10 -0800, stevech wrote: > The AVR would have to be a USB host - and that protocol stack is very > complex/large > > On Saturday, I attended a Meet&Greet function for our local > >FreeCycle organization (check out www.freecycle.org for mor > >einformation
Thread view
Attachments: 0
2005-11-15 by stevech
The AVR would have to be a USB host - and that protocol stack is very complex/large -----Original Message----- From: AVR-Chat@yahoogroups.com [mailto:AVR-Chat@yahoogroups.com] On Behalf Of Thomas Keller Sent: Monday, November 14, 2005 11:39 AM To: AVR-Chat@yahoogroups.com Subject
Thread view
Attachments: 0
2005-11-15 by Dennis
Also, deal with Atmel reps. I've have much good response form them. Dennis ----- Original Message ----- From: "David Kelly" To: Sent: Monday, November 14, 2005 7:52 PM Subject: Re: [AVR-Chat] cheap chips > > On Nov 14, 2005, at 5:36 PM, James Hatley wrote: > >> You are absolutely
Thread view
Attachments: 0
2005-11-15 by David Kelly
On Nov 14, 2005, at 5:36 PM, James Hatley wrote: > You are absolutely right David, good point! > > Now that I think about it... I should have said something like that > as I > work very closely with the local distributor and with the regional > Atmel > engineer. I have on rare oc
Thread view
Attachments: 0