Yahoo Groups archive

AVR-Chat

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

Messages

Browse messages

Page 287 of 307 · 15341 messages matched

Re: [AVR-Chat] Re: keypad and mega64

2004-04-18 by jay marante

open you're AVRstudio and go to advance and click READ SIGNATURE. that will detect your STK500 and detect what chip is plug into it. then go to FUSES and you will see what fuses are set and not set in the chip you plug into the STK. :) -jay John Johnson wrote: If there is a check

Thread view Attachments: 0

Re: [AVR-Chat] More questions - was: Re: keypad and mega64

2004-04-16 by erikc

Thanks. Nr 2 looks best for me since I do not plan to attempt in-circuit programming at this point in time. I assume that this is compatable with AVR studio? Erikc - firewevr@airmail.net /// "An Fhirinne in aghaidh an tSaoil." "The Truth against the World." -- Bardic Motto -----

Thread view Attachments: 0

Re: [AVR-Chat] Re: keypad and mega64

2004-04-16 by Brian Dean

On Fri, Apr 16, 2004 at 06:48:31AM -0700, chris atwan wrote: > I verified that the JTAGEN fuse is "1". Any ideas?? Is there any way in AVR Studio to print out the 8-bit hex value of all the fuse bytes? There are three - the Extended Fuse, High Fuse, and Low Fuse. I'm asking these

Thread view Attachments: 0

Re: [AVR-Chat] More questions - was: Re: keypad and mega64

2004-04-16 by John Johnson

This works for me: http://www.xs4all.nl/~sbp/projects/stk200/stk200.htm as does this: http://www.dontronics.com/graphics/sample.gif (everything to the left of "8 header"). and if you have a little money, this: http://www.atmel.com/dyn/products/tools_card.asp?tool_id=2735 Regards,

Thread view Attachments: 0

Re: [AVR-Chat] Re: keypad and mega64

2004-04-16 by John Johnson

Don't some of them have to be cleared by erasing the chip and eeprom? Are there some that can only be cleared using high-voltage parallel programming? Regards, JJ On Friday, Apr 16, 2004, at 13:24 US/Eastern, Mike Bronosky wrote: > Can be set and cleared at will! > > ----- Origin

Thread view Attachments: 0

Re: [AVR-Chat] Re: keypad and mega64

2004-04-16 by John Johnson

If there is a check mark in the box, the fuse is set. It is also "0". Regards, JJ On Friday, Apr 16, 2004, at 09:09 US/Eastern, chrisatwan2000 wrote: > I thought looking at the fuses in AVR Studio was the way to check > what fuses were set. How do I check to see what fuses are se

Thread view Attachments: 0

Re: [AVR-Chat] Re: keypad and mega64

2004-04-16 by Mike Bronosky

Can be set and cleared at will! ----- Original Message ----- From: erikc To: Sent: Friday, April 16, 2004 11:53 AM Subject: Re: [AVR-Chat] Re: keypad and mega64 > A rank newbie has a question. These "fuses" that you > mention, are they one-time programmable (like a real fuse) > o

Thread view Attachments: 0

Re: [AVR-Chat] More questions - was: Re: keypad and mega64

2004-04-16 by erikc

Thanks. I'm just getting started in AVR so there's a lot for me to learn. My first project is to use an AT90S1200 to read an incremental encoder and display its position on an LED display. Later on, I want to send that data to the outside world; for that I will probably need an A

Thread view Attachments: 0

Re: [AVR-Chat] Re: keypad and mega64

2004-04-16 by erikc

A rank newbie has a question. These "fuses" that you mention, are they one-time programmable (like a real fuse) or are they really something like an EEPROM cell that can be set and cleared at will? Erikc - firewevr@airmail.net /// "An Fhirinne in aghaidh an tSaoil." "The Truth ag

Thread view Attachments: 0

Re: [AVR-Chat] Re: keypad and mega64

2004-04-16 by chris atwan

Brian, I verified that the JTAGEN fuse is "1". Any ideas?? Chris Atwan Brian Dean wrote: Hi Chris, On Fri, Apr 16, 2004 at 01:56:39AM -0000, chrisatwan2000 wrote: > I checked my fuses with AVR Studio and the following fuses are set: > > BOOTSZ=11 > BODLEVEL=1 > CKSEL=1111 SUT=11

Thread view Attachments: 0

Re: keypad and mega64

2004-04-16 by chrisatwan2000

I thought looking at the fuses in AVR Studio was the way to check what fuses were set. How do I check to see what fuses are set "0" and what fuses are not set "1"? Chris Atwan --- In AVR-Chat@yahoogroups.com, Brian Dean wrote: > Hi Chris, > > On Fri, Apr 16, 2004 at 01:56:39AM -0

Thread view Attachments: 0

First AVR Project

2004-04-16 by Don Kinzer

I recently picked up an Atmel STK500 AVR development board and started experimenting. It came with an AT90S8515 and an ATmega16 with the board. I had a need to program some 64Kx8 Flash devices so I decided to hook up the ATmega16 and use it to read and write the Flash. I put toge

Thread view Attachments: 0

Re: [AVR-Chat] Re: keypad and mega64

2004-04-16 by David VanHorn

We should do a FAQ on this stuff somewhere, all the little things that will thoroughly hose you if you don't catch them.. The high-low register load order, CKOPT fuse, Fuses in general, etc.

Thread view Attachments: 0

Re: [AVR-Chat] Re: keypad and mega64

2004-04-16 by Brian Dean

Hi Chris, On Fri, Apr 16, 2004 at 01:56:39AM -0000, chrisatwan2000 wrote: > I checked my fuses with AVR Studio and the following fuses are set: > > BOOTSZ=11 > BODLEVEL=1 > CKSEL=1111 SUT=11 > > Any ideas?? The above fuses are in the low fuse byte. You want to look at the "high"

Thread view Attachments: 0

Re: [AVR-Chat] Re: keypad and mega64

2004-04-16 by Brian Dean

On Thu, Apr 15, 2004 at 10:38:39PM -0000, chrisatwan2000 wrote: > I get no response from any key being pressed. I tested the same > code on a at90s8515 and stk500, and it worked fine. I realize that > on the mega64 you need AVcc connected (it is), M103 = 1 (it is), and > you can'

Thread view Attachments: 0

Re: keypad and mega64

2004-04-15 by chrisatwan2000

I checked my fuses with AVR Studio and the following fuses are set: BOOTSZ=11 BODLEVEL=1 CKSEL=1111 SUT=11 Any ideas?? Chris Atwan --- In AVR-Chat@yahoogroups.com, Brian Dean wrote: > > On Thu, Apr 15, 2004 at 10:38:39PM -0000, chrisatwan2000 wrote: > > > I get no response from a

Thread view Attachments: 0

Re: [AVR-Chat] keypad and mega64

2004-04-15 by David VanHorn

At 09:52 PM 4/15/2004 +0000, chrisatwan2000 wrote: >Hello, > >I am a little new to using the mega chips. I have had not problem >getting my code working with my at90s8515 and my stk500. I recently >attached my keypad to a mega64, the outputs are on PORTF and the >inputs are conne

Thread view Attachments: 0

Re: Guitar Tuner Help

2004-04-15 by fnatmed

--- In AVR-Chat@yahoogroups.com, "weston54" wrote: > Jesper Hansen published his schematic and code for a very simple > guitar tuner using an Atmel 2323 chip and GCC code. You can find > it at http://www.myplace.nu/avr/gtuner/index.htm. Take a look on AVRFreaks.net, in the academ

Thread view Attachments: 0

Re: keypad and mega64

2004-04-15 by chrisatwan2000

I get no response from any key being pressed. I tested the same code on a at90s8515 and stk500, and it worked fine. I realize that on the mega64 you need AVcc connected (it is), M103 = 1 (it is), and you can't directly write to PORTF and PORTG (I think I have that right, PORTG is

Thread view Attachments: 0

keypad and mega64

2004-04-15 by chrisatwan2000

Hello, I am a little new to using the mega chips. I have had not problem getting my code working with my at90s8515 and my stk500. I recently attached my keypad to a mega64, the outputs are on PORTF and the inputs are connected to PORTA. I am very confused, would anyone be interes

Thread view Attachments: 0

Re: LCD backlight

2004-04-15 by Patrick Timlin

--- In AVR-Chat@yahoogroups.com, jay marante wrote: > The problem is i dont have the datasheet. I just > bought it from a local store. It doesnt have a name. I > already made it work. I just dont know how to connect > the backlight. Thanks for the help. -jay Just use an inline di

Thread view Attachments: 0

output compare on mega16 help!

2004-04-13 by jay marante

i want to toggle the output of a pin using the output compare interrupt of atmega16 but i can't get it done. i started the program by initializing PORTD as output. somewhere in my program, i set OCR1A to a certain value and then set COM1A1 = 1 and COM1A0 = 0 in TCCRA1 inorder to

Thread view Attachments: 0

Re: Serial data Communication problem!

2004-04-13 by Don Kinzer

--- In AVR-Chat@yahoogroups.com, "ereihani" wrote: > Is it the right way of transmitting data via serial port? > I mean I put my data in UDR then in INT routine put the next data > and so on. Well, one problem is that you never enable the interrupt on UDRE (bit 5 of UCSRB). If yo

Thread view Attachments: 0

Re: Guitar Tuner Help

2004-04-13 by weston54

I found the MFILE utility and created the appropriate makefile, thanks for all your help. Mark Weston

Thread view Attachments: 0

Re: Guitar Tuner Help

2004-04-13 by upand_at_them

I can send you one when I get home this eveing, but if you downloaded WinAVR there are plenty of example makefiles with it. Mike --- In AVR-Chat@yahoogroups.com, "weston54" wrote: > OK, that'd be where I'm having trouble then, I don't have a > makefile. Is there a default makefil

Thread view Attachments: 0

Serial data Communication problem!

2004-04-13 by ereihani

HI! Is it the right way of transmitting data via serial port? I mean I put my data in UDR then in INT routine put the next data and so on. I use Visual Basic for reading data but I don't get any data there! I am also suspicious to my visual Basic program too! Please guide me in b

Thread view Attachments: 0

NO Return from int routine

2004-04-13 by ereihani

HI! My progran does not return fron int routine. My LED in PORTA STAYS OFF!! I have also read from UDR so the RXC flag is cleared so what is the problem with it? amd before i did:"UCSRA&=0x7f" in int routine but it didn't have any result too! Please guide me! Regards, Ehsan Reiha

Thread view Attachments: 0

RE: [AVR-Chat] Help on Porting of UCOS-II on AVR 8515.

2004-04-13 by LightYearCS

Cool!! I'm going to use the ATmega128 port from Micrium :) Nice to know someone else is doing UCOS-II. I would suggest joining the MicriumNewsGroup on Yahoo also if you aren't already there. Isn't there already a port for the AVR8515? Have you check the Micrium site? Lemme check.

Thread view Attachments: 0

Re: Guitar Tuner Help

2004-04-13 by weston54

OK, that'd be where I'm having trouble then, I don't have a makefile. Is there a default makefile that can be created for this? Mark --- In AVR-Chat@yahoogroups.com, "upand_at_them" wrote: > I got it to compile just fine. > > Change your includes: > #include > #include > > And ma

Thread view Attachments: 0

Re: Guitar Tuner Help

2004-04-12 by upand_at_them

I got it to compile just fine. Change your includes: #include #include And make sure your makefile has the correct MCU: # MCU name MCU = at90s2323 -Mike --- In AVR-Chat@yahoogroups.com, "weston54" wrote: > Jesper Hansen published his schematic and code for a very simple > guitar

Thread view Attachments: 0

Re: [AVR-Chat] AVR programmer

2004-04-12 by Reza

Hi. I had a problem like this on ATmega323 which I solved it using an ALL-11 Universal programmer and changed the fuse bits of it to use external resonator. the problem solved, but I dont know what your problem actually is or in which way you can solve it. reza. _________________

Thread view Attachments: 0

Guitar Tuner Help

2004-04-12 by weston54

Jesper Hansen published his schematic and code for a very simple guitar tuner using an Atmel 2323 chip and GCC code. You can find it at http://www.myplace.nu/avr/gtuner/index.htm. And while it was a cinch to assemble, I'm having a bit of trouble with the code. He wrote it using a

Thread view Attachments: 0

Re: LCD backlight

2004-04-11 by Phil

Typically, the LED BL needs around 4.3 V so the drop from the transistor will put you right about there. You could also configure it as an emitter follower and avoid the resistor altogether. I do exactly this for the same purpose (switching on LED backlight in an LCD display) - w

Thread view Attachments: 0

Re: [AVR-Chat] LCD backlight

2004-04-11 by jay marante

The problem is i dont have the datasheet. I just bought it from a local store. It doesnt have a name. I already made it work. I just dont know how to connect the backlight. Thanks for the help. -jay --- samperi@ampertronics.com.au wrote: > At 08:01 PM 10/04/04 -0700, you wrote: >

Thread view Attachments: 0

Re: [AVR-Chat] LCD backlight

2004-04-11 by John Samperi

At 08:01 PM 10/04/04 -0700, you wrote: > Resistor (470 ohm) This is probably too high. Check the data sheet it should show the value for the series backlighting resistor and it may be as low as 15 (one five) Ohms. Also you may get a better result by using a small fet (2N7000??) f

Thread view Attachments: 0

LCD backlight

2004-04-11 by jay marante

i have a 4x20 character LCD with 16 pinouts. well, i already have the pinouts for pins 1 - 14. its pretty obvious that pins15 and 16 are for the backlight. i don't know which is for the VCC and GND, and how i should connect them. but i alreay have the switching circuit for backli

Thread view Attachments: 0

Re: LCD backlight

2004-04-11 by Don Kinzer

--- In AVR-Chat@yahoogroups.com, jay marante wrote: > i have a 4x20 character LCD with 16 pinouts. ... It's pretty > obvious that pins15 and 16 are for the backlight. i don't know which is for the VCC and GND... Pin 16 is most likely ground and pin 15 is typically a variable volt

Thread view Attachments: 0

Re: [AVR-Chat] [OT] Test equipment question

2004-04-11 by John Johnson

Here's a link to a company selling Bell 202 (leased line) modems: http://www.data-linc.com/llm1100.htm Hope that helps. Regards, JJ On Friday, Apr 9, 2004, at 18:15 US/Eastern, Dave Miller wrote: > Hello All, > > > > I am in need of analyzing some serial data. I am looking for th

Thread view Attachments: 0

RE: RE: [AVR-Chat] sleep mode in mega16

2004-04-10 by LightYearCS

Yes, from almost any company, although Linear Technology is a bit harder since you will need to go through a factory representative (a "rep" for short). TI and ADI are relatively easy. With TI you just go online and answer a few questions and they will send you five pieces of jus

Thread view Attachments: 0

Re: [AVR-Chat] atmega32,STK200\STK300 and fuses

2004-04-10 by Cobb, Quentin

Yes you can -----Original Message----- From: amir rahafrooz To: AVR-Chat@yahoogroups.com Sent: Fri Apr 09 21:56:31 2004 Subject: [AVR-Chat] atmega32,STK200\STK300 and fuses Dear everybody! I'd like to know if i can burn the atme32's fuses with STK200/STK300 (I mean only a buffer

Thread view Attachments: 0

Re: atmega32,STK200\STK300 and fuses

2004-04-10 by Dan

If you are referring to something like the programmer found at http://www.lancos.com/e2p/avrisp-stk200.gif then you should be able to. I built this one for use with my ATmega16 and I programmed the fuses just today without a problem. Unless the 32 is different than the 16, you sh

Thread view Attachments: 0

Re: [AVR-Chat] Re: mega16 UBRRH/UCSRC

2004-04-10 by Bernd Felsche

On Saturday 10 April 2004 13:42, Don Kinzer wrote: > --- In AVR-Chat@yahoogroups.com, "Dan" wrote: > > What are some Hyperterminal alternatives? > You might look at Tera Term Pro. It's free. Works well. And you > can get the source code for it if you'd like. You can also get an >

Thread view Attachments: 0

atmega32,STK200\STK300 and fuses

2004-04-10 by amir rahafrooz

Dear everybody! I'd like to know if i can burn the atme32's fuses with STK200/STK300 (I mean only a buffer and printer port). Thanks! Do you Yahoo!? Yahoo! Small Business $15K Web Design Giveaway - Enter today

Thread view Attachments: 0

Re: [AVR-Chat] Re: mega16 UBRRH/UCSRC

2004-04-10 by jay marante

they're normal in the simulator. both registers are written but when you try it on the chip, it will work fine. i suggest you follow the sample program on the datasheet about the USART. there's a sample program there on configuring the USART. yu might wanna copy that. :) -jay Dan

Thread view Attachments: 0

Re: intro books covering ATMega

2004-04-10 by Don Kinzer

--- In AVR-Chat@yahoogroups.com, "Lee" wrote: > Hi. I'm teaching an intro class to embedded processor applications. > The first part of the class used the Parallax Basic stamp, which is > based on the PIC. I'd highly recommend eschewing the Basic Stamp in favor of the BasicX BX-2

Thread view Attachments: 0

Re: [AVR-Chat] current in MCU and thte sleep mode at mega16 issue

2004-04-10 by jay marante

thanks... anyway, i guess putting the mega16 into sleepmode helps a lot. how should i code this? here's what i did: /**** power-save mode ****/ MCUCR |= (1 wrote:> Do you absolutely have to use a 9 volt battery? (I am > assuming it is the square kind with snaps on the end). If >

Thread view Attachments: 0

Re: mega16 UBRRH/UCSRC

2004-04-10 by Don Kinzer

--- In AVR-Chat@yahoogroups.com, "Dan" wrote: > What are some Hyperterminal alternatives? You might look at Tera Term Pro. It's free. Works well. And you can get the source code for it if you'd like. You can also get an SSH add on for it to make it a secure terminal. See http://h

Thread view Attachments: 0

RE: [AVR-Chat] intro books covering ATMega

2004-04-10 by joseph torelli

I highly recommend the following: Designing Embedded Hardware. by John Catsoulis. Expensive but worth it. http://www.oreilly.com/catalog/dbhardware/ BASCOM (software)- The basic compiler for AVR. Very similar to Basic Stamp http://mcselec.com/bascom-avr.htm BASCOM Programming of

Thread view Attachments: 0

RE: [AVR-Chat] mega16 UBRRH/UCSRC

2004-04-10 by Kathy Quinlan

Read the AVR Studio 4 Bug and Help File, I think this is listed in there as a thing they are working on. Regards, Kat. > -----Original Message----- > From: Dan [mailto:danh48176@yahoo.com] > Sent: Saturday, 10 April 2004 6:03 AM > To: AVR-Chat@yahoogroups.com > Subject: [AVR-Chat

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.