Yahoo Groups archive

AVR-Chat

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

Messages

Browse messages

Page 81 of 307 · 15341 messages matched

Re: [AVR-Chat] Did this chat group die?

2008-04-05 by paul sinclair

> Pretty much like any other micro. Which ones are you familiar with? Iv done a small bit with Pics, but gave up because i really dont like assembly. The main reason i decided to learn about avrs instead is because their prorammable in C. and i just happen to know C. I just want

Thread view Attachments: 0

RE: [AVR-Chat] Did this chat group die?

2008-04-05 by John Samperi

At 10:51 AM 5/04/2008, you wrote: >Or you could explain step by step how to use avr chips. Pretty much like any other micro. Which ones are you familiar with? Regards John Samperi ******************************************************** Ampertronics Pty. Ltd. 11 Brokenwood Place

Thread view Attachments: 0

RE: [AVR-Chat] Did this chat group die?

2008-04-04 by Paul Sinclair

Well, I could ask some n00b questions if you all like?... Or you could explain step by step how to use avr chips..iv yet to sit down and read a good tutorial, anyone recommend? Paul, EI5GTB From: AVR-Chat@yahoogroups.com [mailto:AVR-Chat@yahoogroups.com] On Behalf Of Philippe Hab

Thread view Attachments: 0

RE: [AVR-Chat] Did this chat group die?

2008-04-04 by Philippe Habib

I'm busy trying to make an LCD come alive. I'm using a PIC anyway. -----Original Message----- From: AVR-Chat@yahoogroups.com [mailto:AVR-Chat@yahoogroups.com] On Behalf Of David VanHorn Sent: Friday, April 04, 2008 3:40 PM To: AVR-Chat@yahoogroups.com Subject: Re: [AVR-Chat] Did

Thread view Attachments: 0

Re: [AVR-Chat] Did this chat group die?

2008-04-04 by David VanHorn

On Fri, Apr 4, 2008 at 6:34 PM, Ray Hurst wrote: > I haven't seen a chnage in here for several days now. > Is this group still alive? Most definitely. Just quiet is all.. :)

Thread view Attachments: 0

Re: Did this chat group die?

2008-04-04 by Don Kinzer

--- In AVR-Chat@yahoogroups.com, "Paul Sinclair" wrote: > could you explain step by step how to use avr chips. Perhaps you would be well served by getting an introductory book like the one produced by Smiley Micros. Alternately, the tutorial section at AVR Freaks may be useful. A

Thread view Attachments: 0

Re: problem in adc accuracy

2008-04-04 by jverive

Lots of factors contribute to ADC accuracy, including (but not limited to): power supply ripple, voltage reference (level, accuracy, short term stability, drift), internal electrical noise, external noise, load, temperature, and others. What specific problems are you having? Jeff

Thread view Attachments: 0

RE: [AVR-Chat] help required abt program memory

2008-04-02 by Raymond Hurst

You have lost me. We went from an ADC issue to a serial comm Issue. Or is it a data or progam memory issue? Also, the attachments didn't come through. Ray Hurst [Non-text portions of this message have been removed]

Thread view Attachments: 0

RE: [AVR-Chat] help required abt program memory

2008-04-02 by John Samperi

At 12:48 AM 3/04/2008, you wrote: >I expect you are right. Was there any doubt in your mind, oh man of little faith? LOL :-) Regards John Samperi ******************************************************** Ampertronics Pty. Ltd. 11 Brokenwood Place Baulkham Hills, NSW 2153 AUSTRALIA

Thread view Attachments: 0

Re: [AVR-Chat] problem in adc accuracy

2008-04-02 by Dennis Clark

> On Wed, Apr 2, 2008 at 10:49 AM, rakesh modi > wrote: >> thanks for ur reply, >> i like to tell u that i am here measuring a dc signal. so how can i get >> proper accuracy? > > You really aren't giving people enough to work with. > Why do you think you are not getting "proper"

Thread view Attachments: 0

Re: [AVR-Chat] problem in adc accuracy

2008-04-02 by David VanHorn

On Wed, Apr 2, 2008 at 10:49 AM, rakesh modi wrote: > thanks for ur reply, > i like to tell u that i am here measuring a dc signal. so how can i get proper accuracy? You really aren't giving people enough to work with. Why do you think you are not getting "proper" accuracy? What

Thread view Attachments: 0

RE: [AVR-Chat] problem in adc accuracy

2008-04-02 by Raymond Hurst

It's only as accurate as the resolution of the ADC. How much inaccuracy are you experiencing? Ray Hurst Western Digital 20511 Lake Forest Drive Lake Forest, CA 92630 949-672-9853 ________________________________ From: AVR-Chat@yahoogroups.com [mailto:AVR-Chat@yahoogroups.com] On

Thread view Attachments: 0

Re: [AVR-Chat] problem in adc accuracy

2008-04-02 by rakesh modi

thanks for ur reply, i like to tell u that i am here measuring a dc signal. so how can i get proper accuracy? R.P.Modi ----- Original Message ---- From: Sander Pool To: AVR-Chat@yahoogroups.com Sent: Wednesday, 2 April, 2008 6:14:35 AM Subject: Re: [AVR-Chat] problem in adc accur

Thread view Attachments: 0

Re: [AVR-Chat] problem in adc accuracy

2008-04-02 by Sander Pool

Shift 2 bits maybe? Unless you meant to throw away the 2 LSBs from the converter? Of course when averaging the readings you need to keep Mr Nyquist in mind and make sure you're sampling fast enough for the frequency domain of your signal. Sander BobGardner@aol.com wrote: > > Add

Thread view Attachments: 0

Re: [AVR-Chat] problem in adc accuracy

2008-04-02 by David Kelly

On Wed, Apr 02, 2008 at 05:06:21PM +0530, rakesh modi wrote: > Hello Frnds, > I am using stk500 board with avr studio. I have a problem that while i > am reading adc data register, i m not getting proper accuracy as i > want. my code is ok. now i want to know that if i want lsb 1

Thread view Attachments: 0

RE: [AVR-Chat] help required abt program memory

2008-04-02 by Tim Mitchell

John Samperi wrote: > At 12:51 AM 2/04/2008, you wrote: >> The SPM instruction can address the first 64kBytes of program memory, >> according to the datasheet. > > I believe this is the case however I have based my comments on the > following. p242 M644 data sheet under Applicati

Thread view Attachments: 0

Re: [AVR-Chat] problem in adc accuracy

2008-04-02 by BobGardner@aol.com

Add 16 samples and right shift total 4 bits ===================================== In a message dated 4/2/2008 7:36:53 A.M. Eastern Daylight Time, get_rak20ec@yahoo.com writes: Hello Frnds, I am using stk500 board with avr studio. I have a problem that while i am reading adc data

Thread view Attachments: 0

problem in adc accuracy

2008-04-02 by rakesh modi

Hello Frnds, I am using stk500 board with avr studio. I have a problem that while i am reading adc data register, i m not getting proper accuracy as i want. my code is ok. now i want to know that if i want lsb 1 bit accuracy, then what i have to do? plz reply me. R.P.Modi Unlimit

Thread view Attachments: 0

Re: [AVR-Chat] Re: Dave vanHorn's 4bit LCD lib

2008-04-02 by David P Harris

David VanHorn wrote: > On Tue, Apr 1, 2008 at 10:26 PM, Cat C wrote: > >> > Here's a fun question: How did I get 30fps video out of an 8 MHz M128? :) >> >> Answer: With some difficulty :-D >> > > > Sideways.. > I had thought of doing that for sound. you were much braver to do vid

Thread view Attachments: 0

Re: [AVR-Chat] Re: Dave vanHorn's 4bit LCD lib

2008-04-02 by Michael Haisley

Dave, I looked them up a while back when I was thinking about the thing, and contacted one of the current vendors, MiCard, they will happily sell you one. http://www.micardinc.com/index.php?option=com_content&task=view&id=27&Itemid=55 On Tue, Apr 1, 2008 at 11:39 PM, Cat C wrote:

Thread view Attachments: 0

Re: [AVR-Chat] Re: Dave vanHorn's 4bit LCD lib

2008-04-02 by David VanHorn

On Tue, Apr 1, 2008 at 11:11 PM, Cat C wrote: > > VERY ingenious! > I don't quite get all of it, but I can say that again: Ingenious :-D It worked.. :) The key was storing the data in the flash "ready to go". To display a frame (after initting the display to a black screen) just

Thread view Attachments: 0

Re: [AVR-Chat] Re: Dave vanHorn's 4bit LCD lib

2008-04-02 by David VanHorn

On Tue, Apr 1, 2008 at 10:26 PM, Cat C wrote: > > > Here's a fun question: How did I get 30fps video out of an 8 MHz M128? :) > > Answer: With some difficulty :-D Sideways.. The data was stored in a gigabyte flash memory, predigested by a windows program. So on each frame, I had

Thread view Attachments: 0

Re: [AVR-Chat] Re: Dave vanHorn's 4bit LCD lib

2008-04-02 by David VanHorn

On Tue, Apr 1, 2008 at 5:57 PM, David P Harris wrote: > Are they available? I don't know. Once I delivered the prototypes, they went off to do a design for manufacturing. Here's a fun question: How did I get 30fps video out of an 8 MHz M128? :)

Thread view Attachments: 0

Re: [AVR-Chat] Re: Dave vanHorn's 4bit LCD lib

2008-04-01 by David P Harris

Are they available? David Cat C wrote: > That is very cool, congratulations! > > > > >> To: AVR-Chat@yahoogroups.com >> From: microbrix@gmail.com >> Date: Fri, 28 Mar 2008 19:13:48 -0400 >> Subject: Re: [AVR-Chat] Re: Dave vanHorn's 4bit LCD lib >> >> >>> You MADE THAT? >>> WOW!

Thread view Attachments: 0

RE: [AVR-Chat] help required abt program memory

2008-04-01 by John Samperi

At 12:51 AM 2/04/2008, you wrote: >The SPM instruction can address the first 64kBytes of program >memory, according to the datasheet. I believe this is the case however I have based my comments on the following. p242 M644 data sheet under Application Section. The Application sect

Thread view Attachments: 0

RE: [AVR-Chat] help required abt program memory

2008-04-01 by Enki

On 1 Apr 2008 at 13:30, Tim Mitchell wrote: > John Samperi wrote: > > At 09:44 PM 31/03/2008, you wrote: > >> To change the flash memory from code, you use the spm instruction. > > > > Except that the SPM instruction does NOT work from normal memory but > > only from Bootloader m

Thread view Attachments: 0

Re: [AVR-Chat] help required abt program memory

2008-04-01 by Zack Widup

Maybe you could post your code here? Zack On Tue, 1 Apr 2008, rakesh modi wrote: > Hello, > My problem is different, I have written a code for searial communication. so in that code when i m calling a data table which is pre-loaded with program in program memory, then my code wor

Thread view Attachments: 0

RE: [AVR-Chat] help required abt program memory

2008-04-01 by Tim Mitchell

John Samperi wrote: > At 09:44 PM 31/03/2008, you wrote: >> To change the flash memory from code, you use the spm instruction. > > Except that the SPM instruction does NOT work from normal memory but > only from Bootloader memory. > Is that so, I didn't know that, maybe I should

Thread view Attachments: 0

[AVR-Chat] help required abt program memory

2008-04-01 by rakesh modi

Hello, My problem is different, I have written a code for searial communication. so in that code when i m calling a data table which is pre-loaded with program in program memory, then my code work proper and transmits data on com port, but when i m loading data in data memory dur

Thread view Attachments: 0

Re: [AVR-Chat] help required abt program memory

2008-04-01 by John Samperi

At 05:19 PM 1/04/2008, you wrote: >but when i m loading data in data memory during execution of >program and then if i call that data then i am not getting >proper data on com port. You may want to post that bit of code. I hope you realize that you will need to use different comm

Thread view Attachments: 0

[AVR-Chat] help required abt program memory

2008-04-01 by rakesh modi

Hello, My problem is different, I have written a code for searial communication. so in that code when i m calling a data table which is pre-loaded with program in program memory, then my code work proper and transmits data on com port, but when i m loading data in data memory dur

Thread view Attachments: 0

Re: [AVR-Chat] *** WAH ***

2008-04-01 by David Kelly

On Mon, Mar 31, 2008 at 07:28:31PM -0000, steamphreaque wrote: > I have no idea what "gas" is, unless it is referring to one of the > gnu AVR toolchain programs. I have had no luck getting the AVR > simulator inh the gnu toolchain working, so I am stuck using > AVRStudio. Yes, as

Thread view Attachments: 0

RE: [AVR-Chat] Re: stk502 atmega169 clocks

2008-04-01 by Raymond Hurst

________________________________ From: AVR-Chat@yahoogroups.com [mailto:AVR-Chat@yahoogroups.com] On Behalf Of bronzefury Sent: Monday, March 31, 2008 5:40 PM To: AVR-Chat@yahoogroups.com Subject: [AVR-Chat] Re: stk502 atmega169 clocks Hi, Does anyone happen to know how I can fin

Thread view Attachments: 0

Re: Still unable to post to group

2008-04-01 by Don Kinzer

--- In AVR-Chat@yahoogroups.com, "steamphreaque" wrote: > I am receiving all the email posted to the group, > so why can I not post via email? Receiving email from the group and posting to the group via email are two diffierent issues. The email from the group can go through a nu

Thread view Attachments: 0

Still unable to post to group

2008-03-31 by steamphreaque

This is the message I am getting from yahoogroups. I changed my email address onyahoogroups from inetnebr.com to inebraska.com because inetneb.com was causing the same problem. I am told by my ISP (Internet Nebraska) that the two are synonymous, and either will result in correct

Thread view Attachments: 0

Re: stk502 atmega169 clocks

2008-03-31 by bronzefury

Hi, Does anyone happen to know how I can find out what CLKSEL is driven to from within Studio 4? If not from Studio 4, is there some other means? Thanks, bronzefury

Thread view Attachments: 0

RE: [AVR-Chat] help required abt program memory

2008-03-31 by John Samperi

At 09:44 PM 31/03/2008, you wrote: >To change the flash memory from code, you use the spm instruction. Except that the SPM instruction does NOT work from normal memory but only from Bootloader memory. But is this what you want to know or is it just programming the chip with your

Thread view Attachments: 0

Re: [AVR-Chat] *** WAH ***

2008-03-31 by John Samperi

At 06:28 AM 1/04/2008, you wrote: > *I* suspect he problems is Vista related, ahah didn't say that the last post :-) I have only used Studio with Win98 and WinXP pro. Maybe you can post on AVRfreaks for a larger audience. I hope you have installed the latest version as they are d

Thread view Attachments: 0

RE: [AVR-Chat] *** WAH ***

2008-03-31 by Cat C

for some reason my "Shift-," and Shift-." (triangular brackets) didn.t make it through... between the 2 "or"'s... I meant maybe they'll come if I don't use plain text: Does it matter whether you use "..." or or is that only in C?> To: avr-chat@yahoogroups.com> From: catalin_cluj@

Thread view Attachments: 0

Re: *** WAH ***

2008-03-31 by Don Kinzer

--- In AVR-Chat@yahoogroups.com, "steamphreaque" wrote: > I have no idea what "gas" is [...] It is the GNU Assembler. The version targeted to the AVR is avr- as.exe. Don Kinzer ZBasic Microcontrollers http://www.zbasic.net

Thread view Attachments: 0

*** WAH ***

2008-03-31 by steamphreaque

I have no idea what "gas" is, unless it is referring to one of the gnu AVR toolchain programs. I have had no luck getting the AVR simulator inh the gnu toolchain working, so I am stuck using AVRStudio. I just need to figure out how to point AVRStudio to my local directory, which

Thread view Attachments: 0

Re: ***WAH***

2008-03-31 by Don Kinzer

--- In AVR-Chat@yahoogroups.com, David Kelly wrote: > Why don't you [...] let the > linker make the connections? The Atmel AVR assembler is an absolute assembler, producing .hex files directly with no linker. That's one of the several good reasons to use gas instead. Don Kinzer Z

Thread view Attachments: 0

RE: [AVR-Chat] help required abt program memory

2008-03-31 by Tim Mitchell

rakesh modi wrote: > Hello, > I want to store my data in program memory, but i can not store. How > can i store my data in program memory? i have read complete > instruction manual but i had not found any instruction which stores > data in program memory. Kit: STK 500 > Controlle

Thread view Attachments: 0

help required abt program memory

2008-03-31 by rakesh modi

Hello, I want to store my data in program memory, but i can not store. How can i store my data in program memory? i have read complete instruction manual but i had not found any instruction which stores data in program memory. Kit: STK 500 Controller: ATMega32 reply me as fast as

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.