Yahoo Groups archive

AVR-Chat

Index last updated: 2026-04-28 22:41 UTC

Messages

Browse messages

Page 290 of 307 · 15341 messages matched

Chip Sources

2004-03-23 by Chuck Davis

Can anyone point me to a source (or sources) that stock Atmega chips? I need 25 - 50 atmega8515-16 in 40 pin DIP, either standard or industrial temp rating. My usual sources (digikey, mouser, newark, etc.) don't have any and no word when they will be coming in. I've tried findchi

Thread view Attachments: 0

Micrium uC/OS-II

2004-03-23 by LightYearCS

I’m pretty familiar with uC/OS-II (a Real-Time Operating System at www.micrium.com) for use with a lot of different microprocessors and microcontrollers. This is my first application with the ATmega64. The internal 4K RAM will just barely handle the requirements… I think. Who els

Thread view Attachments: 0

RE: [AVR-Chat] Re: AVR Compiler: which is the best

2004-03-23 by LightYearCS

I work on my notebook computer, writing programs while I wait for my oil to be changed... Seems to save a LOT of time :) -----Original Message----- From: upand_at_them [mailto:upand_at_them@yahoo.com] Sent: Tuesday, March 16, 2004 12:51 PM Subject: [AVR-Chat] Re: AVR Compiler: wh

Thread view Attachments: 0

RE: [AVR-Chat] Delay_guide me!

2004-03-23 by Cobb, Quentin

It sounds to me as if your chip is running at the default 1MHz. You will need to make sure your clock fuse bits are set for 8MHz and match the compiler project configuration in Codevision. The fuse bits for 8 MHz are CKSEL=0100 i.e. CKSEL3 = 0 (checked) CKSEL2 = 1 (unchecked) CKS

Thread view Attachments: 0

Delay_guide me!

2004-03-23 by ereihani

My XTAL is 8 MHZ and I use CodeVision AVR C Compiler. In the wizard I mention my clock as 8 MHZ . Regards, Ehsan Reihani

Thread view Attachments: 0

RE: [AVR-Chat] Delay

2004-03-22 by Dave Hylands

I used the following code for GCC on a 16-MHz Mega-8. It seems to work fine for me. I also used the same code on an 8-MHz Mega-16, but setting TCNT0 to 131 (125000 counts/sec and 256 - 125 = 131) gTickCount gets incremented once every millisecond. volatile uns16 gTickCount = 0; /

Thread view Attachments: 0

RE: [AVR-Chat] Delay

2004-03-22 by Larry Barello

What compiler? What CPU clock speed? What CPU clock speed does the compiler think you are using? -----Original Message----- From: ereihani HI! For making delays I use delay_ms(). But this doesn't work be cause when I use delay_ms(1000) for 1 s delay i get about 8s delay. I used T

Thread view Attachments: 0

Delay

2004-03-22 by ereihani

HI! For making delays I use delay_ms(). But this doesn't work be cause when I use delay_ms(1000) for 1 s delay i get about 8s delay. I used Timer 0 but it did't work too! I first made 250us.Then in a for loop for 4 times i made 1ms then 1s. But I had the same problem! Please guid

Thread view Attachments: 0

Serial EEPROM Programming

2004-03-22 by ereihani

Hi! I want to know how I can program serial EEPROM. I have the assembly code for 8051 but it is very large and I don't know how it works! Please guide me. Regards: Ehsan Reihani

Thread view Attachments: 0

Serial Communication Problem

2004-03-22 by ereihani

HI! i can send data from pc to ATMEGA8 but i can't get data from uc to pc. I use C command inportb but it gives me 0x4b4 or 0x00

Thread view Attachments: 0

RE: [AVR-Chat] Re: back-up power supply circuit

2004-03-22 by David VanHorn

At 12:43 PM 3/22/2004 +1100, Claxton, Dean J wrote: >Kat - any particular brand of batteries I should steer clear of? > >Saw this today : > >http://www.mittoni.com.au/catalog/product_info.php/products_id/1342?sID= >ca769521c5a6fbeffead3199da9a3e25 > >Seem good value, but not if t

Thread view Attachments: 0

RE: [AVR-Chat] Re: back-up power supply circuit

2004-03-22 by Claxton, Dean J

Kat - any particular brand of batteries I should steer clear of? Saw this today : http://www.mittoni.com.au/catalog/product_info.php/products_id/1342?sID= ca769521c5a6fbeffead3199da9a3e25 Seem good value, but not if they explode in your camera! Regards Dean Claxton -----Original

Thread view Attachments: 0

Re: [AVR-Chat] Re: back-up power supply circuit

2004-03-19 by Mike Bronosky

Oh, I remember reading something about that awhile back. Someone suggested a fuse, and with the double-diode you mention, that should make it fairly safe. For those that are not electronic technicians, there are no electronic circuits that beyond failure. By all means a mechanica

Thread view Attachments: 0

Re: [AVR-Chat] Digest Number 645

2004-03-19 by Your Name

>>- Costs no more than $12 (and preferably less) to build total, including >>populated circuit board & LED(s).... >> What are you budgeting in for design, or does that have to amortize in with the $12? Nope. I'm assuming the design fee is separate. I'm not quite that cheap!

Thread view Attachments: 0

RE: [AVR-Chat] Re: back-up power supply circuit

2004-03-19 by Kathy Quinlan

> -----Original Message----- > From: Mike Bronosky [mailto:Mike@Bronosky.com] > Sent: Friday, 19 March 2004 11:11 PM > To: AVR-Chat@yahoogroups.com > Subject: Re: [AVR-Chat] Re: back-up power supply circuit > > > I havent been following this back-up power supply circuit > very cl

Thread view Attachments: 0

Re: [AVR-Chat] Re: back-up power supply circuit

2004-03-19 by Mike Bronosky

I havent been following this back-up power supply circuit very closely so I may be way off track here but... If I had a LOAD that was feed from 110 VAC POWER SUPPLY and wanted to supply emergency power to it in the time of a power outage here is how I would do it. I would start o

Thread view Attachments: 0

RE: [AVR-Chat] Re: back-up power supply circuit

2004-03-19 by Kathy Quinlan

> -----Original Message----- > From: Adam Read [mailto:asread@bigpond.com] > Sent: Friday, 19 March 2004 8:28 PM > To: AVR-Chat@yahoogroups.com > Subject: [AVR-Chat] Re: back-up power supply circuit > > > Kat: Thanks for spotting my stuff-up. It only really clicked when I > read

Thread view Attachments: 0

New file uploaded to AVR-Chat

2004-03-19 by AVR-Chat@yahoogroups.com

Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the AVR-Chat group. File : /BackupPS.GIF Uploaded by : pinkydwaggy Description : Backup Power Supply You can access this file at the URL http://groups.yahoo.com/group/AV

Thread view Attachments: 0

Re: back-up power supply circuit

2004-03-19 by Adam Read

Kat: Thanks for spotting my stuff-up. It only really clicked when I read your post and I thought "well now, I'm an idiot" (although, realistically, I used much worse language!). I do tend to forget things that are that obvious, guess I was in a hurry to help/'show off'/any excuse

Thread view Attachments: 0

RE: How do I get [AVR-Chat] to come to a different email address.... ???

2004-03-19 by kd6oji@sbcglobal.net

I had same problem when I changed. Make sure Yahoo has your new email addy and you have responded to the automail that the change sends you (when you add alternate email address) then in your groups list, set to point to your new email, then make sure yahoo changed it.. I had to

Thread view Attachments: 0

Re: [AVR-Chat] Re: back-up power supply circuit

2004-03-19 by jay marante

but if i use a relay, i still another supply for the coils. that means i'll have another supply. one battery for the back-up power and another battery to supply the relay. am i right with that? :) thanks. -jay Adam Read wrote: Jay and anyone else interested: Personally I'd use a

Thread view Attachments: 0

Re: [AVR-Chat] Re: RFP - can someone design an LED candle for me?

2004-03-19 by Aaron G.

Dave Tweed has a nice index to the Cicuit Cellar articles. http://users.rcn.com/dtweed/cajindex/ Aaron On Thu, 18 Mar 2004 21:33:41 -0000 "fnatmed" writes: Circuit Cellar had an article on exactly this a year or so ago. It was an actors group that needed candles for their plays.

Thread view Attachments: 0

RE: [AVR-Chat] Atmel Wireless questions

2004-03-19 by stevech

ICheck out http://www.dpactech.com/wireless_dsp.asp -----Original Message----- From: Zheng Anding [mailto:adzheng@yahoo.com] Sent: Thursday, March 18, 2004 1:17 PM To: AVR-Chat@yahoogroups.com Subject: RE: [AVR-Chat] Atmel Wireless questions Hi JoeT, Originally I was looking for

Thread view Attachments: 0

Re: RFP - can someone design an LED candle for me?

2004-03-19 by Phil

I think this should quite doable within a $12 BOM budget if not significantly below that. If a standard LED is bright enough, you can drive the LED directly (assuming a 20 mA drain - less with flickering) so no need for a drive transistor. Internal oscillator so no xtal/caps. I t

Thread view Attachments: 0

Re: [AVR-Chat] Re: RFP - can someone design an LED candle for me?

2004-03-18 by Ken Holt

You may know that C Crane sells an electronic candle that appears well designed, but is a bit expensive: http://www.ccrane.com/electric_candle_in_home_lighting.asp Here at Magic Labs we've had a fair amount of experience developing LED lighting tricks for our conjure wands, but h

Thread view Attachments: 0

RE: [AVR-Chat] Atmel Wireless questions

2004-03-18 by Zheng Anding

Hi JoeT, Originally I was looking for a module which has been embedded with 802.11b so I dont need a wireless router. If you know this kind of stuff please let me know. This one definitely will make my life easier. Thanks for your reply! Regards, Alex JoeT wrote: I have used Site

Thread view Attachments: 0

Re: [AVR-Chat] RFP - can someone design an LED candle for me?

2004-03-18 by David VanHorn

> >- Costs no more than $12 (and preferably less) to build total, including >populated circuit board & LED(s). In my fevered imagination, I hope that the >Atmel processors have pretty much all you need except for a couple of >transistors, resistors, and an external switch What ar

Thread view Attachments: 0

RFP - can someone design an LED candle for me?

2004-03-18 by tom@kobo.com

I know just enough about this stuff to be dangerous, so please bear with me if my question is laughably misplaced. I would like a circuit designed for an LED candle. I'll be producing about 100 of them, possibly many more, more, for my haunted house. Requirements: - Flickers real

Thread view Attachments: 0

Re: RFP - can someone design an LED candle for me?

2004-03-18 by fnatmed

--- In AVR-Chat@yahoogroups.com, tom@k... wrote: > I know just enough about this stuff to be dangerous, so please bear with me if > my question is laughably misplaced. > > I would like a circuit designed for an LED candle. I'll be producing about 100 > of them, possibly many more

Thread view Attachments: 0

Re: [AVR-Chat] Re: Jtag

2004-03-18 by erikc

----- Original Message ----- From: "Phil" To: Sent: Thursday, March 18, 2004 17:06 Subject: [AVR-Chat] Re: Jtag > --- In AVR-Chat@yahoogroups.com, samperi@a... wrote: > > At 11:29 AM 17/03/04 -0500, you wrote: > > >>Rebooted yes, why would power cycling the PC make a difference?

Thread view Attachments: 0

Re: Jtag

2004-03-18 by Phil

--- In AVR-Chat@yahoogroups.com, samperi@a... wrote: > At 11:29 AM 17/03/04 -0500, you wrote: > >>Rebooted yes, why would power cycling the PC make a difference? > > That can only be answered by Bill G I think :-). as much as I find him and his minions responsible for most of the

Thread view Attachments: 0

RE: [AVR-Chat] AVR studio and GCC compiler

2004-03-18 by Larry Barello

Yes. Read the FAQ. -----Original Message----- From: inpactmicro [mailto:brendan.oflynn@nmrc.ie] Sent: Thursday, March 18, 2004 6:26 AM To: AVR-Chat@yahoogroups.com Subject: [AVR-Chat] AVR studio and GCC compiler Is it possible to simulate gcc compiled code in AVR studio?? Yahoo!

Thread view Attachments: 0

Re: Butterfly

2004-03-18 by Adam Bradley

Stumbling around, I came across the following http://www.siwawi.arubi.uni-kl.de/avr_projects/ http://www.siwawi.arubi.uni-kl.de/avr_projects/pbfi.doc has a good discussion about port availability. Adam --- In AVR-Chat@yahoogroups.com, "Adam Bradley" wrote: > Quentin et al, > > Do

Thread view Attachments: 0

RE: [AVR-Chat] Re: back-up power supply circuit

2004-03-18 by Kathy Quinlan

> -----Original Message----- > From: Adam Read [mailto:asread@bigpond.com] > Sent: Thursday, 18 March 2004 5:10 PM > To: AVR-Chat@yahoogroups.com > Subject: [AVR-Chat] Re: back-up power supply circuit > > > Jay and anyone else interested: > > Personally I'd use a relay to switch

Thread view Attachments: 0

Re: back-up power supply circuit

2004-03-18 by Adam Read

Jay and anyone else interested: Personally I'd use a relay to switch between supplies, thusly. 1 o---- /------o 4 ) | ) | /---o 5 ) o | o 2 o---- | o 3 Hook pin 1 to your input dc supply. Pin 2 goes to ground. Pin 3 is your input to your DC regulator. Pin 4 is the pin that will b

Thread view Attachments: 0

RE: [AVR-Chat] Atmel Wireless questions

2004-03-18 by JoeT

I have used SitePlayer with an ATmega16. I just plugged the cable into a wireless router and connected a wireless card to my laptop. And life is good! JoeT -----Original Message----- From: Zheng Anding [mailto:adzheng@yahoo.com] Sent: Wednesday, March 17, 2004 3:22 PM To: AVR-Cha

Thread view Attachments: 0

Re: [AVR-Chat] Atmel Wireless questions

2004-03-17 by chris atwan

Zheng, I noticed your email and I am trying to work with some rs485 communication for a home project. Is there any way you can help me with this? Chris Atwan Zheng Anding wrote: Hi Larry, Sorry to bother you and thanks for your help before! Maybe you dont remember me. :) Now I've

Thread view Attachments: 0

RE: [AVR-Chat] Jtag

2004-03-17 by Larry Barello

Sometimes hardware peripherals (is SRAM considered a peripheral? :) get into funny states that are not reset with a warm boot. Hence a power cycle is needed. I think the only reason it seems more prevalent with WinXP is that the OS doesn't crash due to S/W nearly as much as it's

Thread view Attachments: 0

RE: [AVR-Chat] Jtag

2004-03-17 by David VanHorn

At 11:29 AM 3/17/2004 -0500, David VanHorn wrote: >At 08:11 AM 3/17/2004 -0800, Larry Barello wrote: > >>Have you rebooted your PC? Or more concrete: have you power cycled the PC >>to make sure SRAM is cleared? > >Rebooted yes, why would power cycling the PC make a difference? >

Thread view Attachments: 0

Atmel Wireless questions

2004-03-17 by Zheng Anding

Hi Larry, Sorry to bother you and thanks for your help before! Maybe you dont remember me. :) Now I've come out with a board based on AtMega16 and use RS-485 to communicate with my host PC. Everything works fine so far. But I've a further idea which is I want to convert the wired

Thread view Attachments: 0

RE: [AVR-Chat] Jtag

2004-03-17 by samperi@ampertronics.com.au

At 11:29 AM 17/03/04 -0500, you wrote: >>Rebooted yes, why would power cycling the PC make a difference? That can only be answered by Bill G I think :-). But I had a similar problem with the ICE200 about 2 days ago. Lots of misbehaving and hair pulling, then I hit the on/off swit

Thread view Attachments: 0

RE: [AVR-Chat] Jtag

2004-03-17 by David VanHorn

At 08:11 AM 3/17/2004 -0800, Larry Barello wrote: >Have you rebooted your PC? Or more concrete: have you power cycled the PC >to make sure SRAM is cleared? Rebooted yes, why would power cycling the PC make a difference? I'll try it.

Thread view Attachments: 0

RE: [AVR-Chat] Jtag

2004-03-17 by Larry Barello

Have you rebooted your PC? Or more concrete: have you power cycled the PC to make sure SRAM is cleared? -----Original Message----- From: David VanHorn Why me.. :) Yesterday, I worked all day with my Jtag, no problems. Today, I can't get through the initial firmware load without s

Thread view Attachments: 0

Jtag

2004-03-17 by David VanHorn

Why me.. :) Yesterday, I worked all day with my Jtag, no problems. Today, I can't get through the initial firmware load without studio crashing. At the end of the load, I get the "AVR studio has encountered an error and needs to close" message. I've repowered the target and Jtag.

Thread view Attachments: 0

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.