Yahoo Groups archive

AVR-Chat

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

Messages

Browse messages

Page 96 of 307 · 15341 messages matched

Identify an IC?

2008-01-01 by Tom Becker

Folks, I thought I had the tool to identify this part but, alas, I cannot find it nor relocate the tool online. This component is in a Logitech V400 optical mouse along with a ATMega168V, Philips PLN-2020 (the real object of the chase) and an nRF24L01. Can anyone help determine w

Thread view Attachments: 0

Re: [AVR-Chat] AvrStudio 3.56 will not install

2007-12-31 by Owen A

Hi Roy, Yes I went into the registry and deleted everything called Atmel, AvrStudio, & Avr Studio but to no avail, there must be something I missed but cannot think of what it could be, even deleted a couple of entries that I found out later pointed the C compilers to Avr Studio

Thread view Attachments: 0

Re: [AVR-Chat] AvrStudio 3.56 will not install

2007-12-31 by Roy E. Burrage

If you've installed ver 4.xx, you might have to go into your registry files and delete everything to do with the older version. Some files are called in very unusual places all over the registry. That's a real pain in the tush, and other vital parts of one's anatomy. You might be

Thread view Attachments: 0

Re: [AVR-Chat] AvrStudio 3.56 will not install

2007-12-31 by Owen A

Hi Roy, My OS is windows xp sp2, I had ver3.53 installed it was playing up so uninstall it with control panel / add romove programs now cannot install either ver3.56 or ver3.53. Thanking you, Owen. Owen Allison. "Roy E. Burrage" wrote: What's your operating system Owen? Did you h

Thread view Attachments: 0

Re: [AVR-Chat] AvrStudio 3.56 will not install

2007-12-31 by Roy E. Burrage

What's your operating system Owen? Did you have 3.56 installed before? How did you uninstall? REB Owen A wrote: >Hi, > I am trying to reinstall AvrStudio Ver 3.56, I need this version installed to handle the old style coff file from a C compiler for the 90s1200 / tiny11. > I get

Thread view Attachments: 0

AvrStudio 3.56 will not install

2007-12-31 by Owen A

Hi, I am trying to reinstall AvrStudio Ver 3.56, I need this version installed to handle the old style coff file from a C compiler for the 90s1200 / tiny11. I get the following error REGDBCREATEKEYEX FAILED and the install drops out. I have tried editing the registry so far to no

Thread view Attachments: 0

Re: [AVR-Chat] Re: code speed optimization

2007-12-30 by Roy E. Burrage

Nobody uses a frequency counter any more. Why not set a multifunction counter up for a start/stop period measurement...then if you can talk to it over any interface bus, let that puppy, the microcontroller circuit, run and log the time periods to run the routine. After a while, t

Thread view Attachments: 0

Re: [AVR-Chat] Re: code speed optimization

2007-12-29 by np np

Optimisation is one of my favourite jobs. I enjoy finding faster algorithms and optimising code. On the PC I call subroutines many thousands of times and get the PC to report the result in time taken. On microcontrollers I tend to use a scope and pulse an IO pin at the start of t

Thread view Attachments: 0

Re: [AVR-Chat] Re: code speed optimization

2007-12-29 by David VanHorn

> In the book Excel by Example, it teaches you how to create a sheat > to calculate the MCU cycles based on assembly file. > This will be more acurate than using an Osciloscope, but not easier. I agree in principle, but in practice, with non-trivial routines, it becomes unwieldy

Thread view Attachments: 0

Re: [AVR-Chat] atmel programmer

2007-12-29 by Christopher Baker

The first one is the same circuit as the one compared to the matchstick. I work on a laptop for everything I do. My electronics lab (except soldering station) is extremely portable. So I had to buy the prefab version. (If I look really closely, I can see the atmega8 SMD chip on t

Thread view Attachments: 0

Re: [AVR-Chat] code speed optimization

2007-12-29 by Reza

1st of all, when you say something like "speed optimization" you may have some of these problems: 1- you didnt analysed your application properly. 2- bcz you didnt do such application before, you may afraid of program execution speed or something. before any thing let me to say d

Thread view Attachments: 0

Re: code speed optimization

2007-12-29 by Bruno

Hi. I good approach for it is to calculate the MCU cycles. Doesn't matter if it is on C, to compile it, your compiler will create a file with your program in assembly. In the book Excel by Example, it teaches you how to create a sheat to calculate the MCU cycles based on assembly

Thread view Attachments: 0

Re: atmel programmer

2007-12-29 by Stefan Wimmer

--- In AVR-Chat@yahoogroups.com, Zack Widup wrote: > > ... > Some employees love radio amateurs because they're interested and > dedicated. Others don't because they "steal parts" and "borrow the lab > equipment all the time". I think I'd rather have an employee who loved his > w

Thread view Attachments: 0

Re: [AVR-Chat] atmel programmer

2007-12-28 by Zack Widup

On Fri, 28 Dec 2007, David VanHorn wrote: >> Some employees love radio amateurs because they're interested and >> dedicated. Others don't because they "steal parts" and "borrow the lab >> equipment all the time". I think I'd rather have an employee who loved his >> work than some

Thread view Attachments: 0

Re: [AVR-Chat] atmel programmer

2007-12-28 by David VanHorn

On Dec 28, 2007 2:37 PM, Tom Becker wrote: > > ... a smart company can allow an employee to BUY parts at cost... > > One of my early employers evolved from the Mercury spacecraft days. We > were never disallowed access to parts, even for obvious "Government > jobs", i.e. personal

Thread view Attachments: 0

Re: [AVR-Chat] atmel programmer

2007-12-28 by Tom Becker

> ... a smart company can allow an employee to BUY parts at cost... One of my early employers evolved from the Mercury spacecraft days. We were never disallowed access to parts, even for obvious "Government jobs", i.e. personal projects, provided the work was at least sort-of-rel

Thread view Attachments: 0

RE: [AVR-Chat] atmel programmer

2007-12-28 by Philippe Habib

One small startup where I worked, the founder wouldn't hire radio amateurs because he thought they'd tinker and play with a problem for fun instead of just solving the problem adequately for the needs of the project and then moving on. Sort of the flip side of enjoying your work.

Thread view Attachments: 0

Re: [AVR-Chat] atmel programmer

2007-12-28 by David VanHorn

> Some employees love radio amateurs because they're interested and > dedicated. Others don't because they "steal parts" and "borrow the lab > equipment all the time". I think I'd rather have an employee who loved his > work than someone who was just there for a paycheck, no matt

Thread view Attachments: 0

Re: [AVR-Chat] atmel programmer

2007-12-28 by Zack Widup

Wow, I didn't know about that. Is the first one on the webpage (the one that requires an additional ATMega8) more versatile? Zack On Fri, 28 Dec 2007, Christopher Baker wrote: > http://shop.tuxgraphics.org/electronic/microcontroller.html?id=1dafc3 > > My favorite so far. About a

Thread view Attachments: 0

Re: [AVR-Chat] atmel programmer

2007-12-28 by Zack Widup

My mom tells me I started to try to fool around with electronics at the age of two. I got really into it pre-high school, building little projects with tubes (vacuum-state electrostatic repulsion transistors, to you). :-) I studied EE in college and have been working at that ever

Thread view Attachments: 0

Re: [AVR-Chat] atmel programmer

2007-12-28 by filipesbp@sapo.pt

Hi, I use USBprog! http://www.embedded-projects.net/index.php?page_id=165[1] I've made the pcb, and the firmware is free.. Citando Sandu Teo : > > > Hello, > > Is there any Atmel programmer on USB? > I only have used this one : http://microclub.pub.ro/blog/2007/11/15/programatoru

Thread view Attachments: 0

Re: [AVR-Chat] atmel programmer

2007-12-28 by Christopher Baker

http://shop.tuxgraphics.org/electronic/microcontroller.html?id=1dafc3 My favorite so far. About a quarter of the way dopwn the page is a ready made SMD version, being compared in size to a match. I have personally used it on windows, mac, and linux. On 12/27/07, Sandu Teo wrote:

Thread view Attachments: 0

Re: [AVR-Chat] Re: Beginner, I want a simple prog

2007-12-28 by Jim Wagner

Wae; Abd Elgilil - A Simple delay loop program in sort-of-C; x = 0xff; while (x >> 0) { x = x---; } Now, do you know all about delay loops? How long does this delay for? Do you now know about all of the other loop constructs? Do you know how to make use of it? Do you know ANYTHIN

Thread view Attachments: 0

Re: [AVR-Chat] Re: Beginner, I want a simple prog

2007-12-28 by Tom Becker

> ... not members of the teaching/research staff. Perhaps. Maybe also, as in "losing one's faculties", a talent, ability or discipline. Whether student or professor, a request for a school name went unanswered. There is clearly a language failure here, and probably a cultural one

Thread view Attachments: 0

RE: [AVR-Chat] Re: Beginner, I want a simple prog

2007-12-28 by subscriptions@aeolusdevelopment.com

Wael Abd Elgilil Wrote >--- In AVR-Chat@yahoogroups.com, Tom Becker wrote: >> >> mido glgl wrote: >> > ... Me and Youssef are student in the same class... >> >> Why did you tell us November 30 that: >> "... really i'm in faculty of engineering..."? >> >> Are you a student or are

Thread view Attachments: 0

Re: [AVR-Chat] Re: Beginner, I want a simple prog

2007-12-28 by erikc

Dennis Clark wrote: > [See to end] > > Wael Abd Elgilil wrote: >> --- In AVR-Chat@yahoogroups.com, Dennis Clark wrote: >> >>> I feel an attack of "old fartism" coming on... For those that have >>> kids and have seen "Clifford, The Big Red Dog", use the voice of the >>> fellow who

Thread view Attachments: 0

Re: [AVR-Chat] atmel programmer

2007-12-28 by erikc

Philippe Habib wrote: > I wish the problem only existed in other country's schools. A few years ago > I supervised a 3rd year engineering student intern from a school with a > decent reputation and although he was a year away from graduating as a EE he > had never held a solderin

Thread view Attachments: 0

Re: [AVR-Chat] atmel programmer

2007-12-28 by Xiaofan Chen

On 12/28/07, Philippe Habib wrote: > I wish the problem only existed in other country's schools. A few years ago > I supervised a 3rd year engineering student intern from a school with a > decent reputation and although he was a year away from graduating as a EE he > had never he

Thread view Attachments: 0

Beginner

2007-12-28 by mido glgl

Dear all; Thanks for everyone try to help us By information or device. Really i learned from your devices but now the youth use the easiest and the fastest way to achieve What he want ..... So i will Work with your devices and work more.. _________________________________________

Thread view Attachments: 0

Re: [AVR-Chat] Beginner, I want a simple prog

2007-12-28 by mido glgl

Dear Tom; I mean with the same class that is the same department in the faculty of engineering ----- Original Message ---- From: Tom Becker To: AVR-Chat@yahoogroups.com Sent: Friday, December 28, 2007 12:09:29 AM Subject: Re: [AVR-Chat] Beginner, I want a simple prog mido glgl wr

Thread view Attachments: 0

RE: [AVR-Chat] atmel programmer

2007-12-28 by Philippe Habib

I wish the problem only existed in other country's schools. A few years ago I supervised a 3rd year engineering student intern from a school with a decent reputation and although he was a year away from graduating as a EE he had never held a soldering iron and couldn't build a si

Thread view Attachments: 0

Re: [AVR-Chat] Re: Beginner, I want a simple prog

2007-12-27 by Jeffrey Engel

--- Wael Abd Elgilil wrote: > --- In AVR-Chat@yahoogroups.com, Tom Becker > wrote: > > > > mido glgl wrote: > > > ... Me and Youssef are student in the same > class... > > > > Why did you tell us November 30 that: > > "... really i'm in faculty of engineering..."? > > > > Are you

Thread view Attachments: 0

Re: [AVR-Chat] Re: Beginner, I want a simple prog

2007-12-27 by Jim Wagner

On Dec 27, 2007, at 2:49 PM, Wael Abd Elgilil wrote: > --- In AVR-Chat@yahoogroups.com, Jim Wagner wrote: > > > > > > On Dec 27, 2007, at 2:24 PM, Wael Abd Elgilil wrote: > > > > > --- In AVR-Chat@yahoogroups.com, Tom Becker wrote: > > > > > > > > mido glgl wrote: > > > > > ... M

Thread view Attachments: 0

Re: [AVR-Chat] Re: Beginner, I want a simple prog

2007-12-27 by Dennis Clark

[See to end] Wael Abd Elgilil wrote: > --- In AVR-Chat@yahoogroups.com, Dennis Clark wrote: > >> I feel an attack of "old fartism" coming on... For those that have >>kids and have seen "Clifford, The Big Red Dog", use the voice of the >>fellow who talks about "when I was a boy...

Thread view Attachments: 0

Re: [AVR-Chat] Beginner, I want a simple prog

2007-12-27 by BobGardner@aol.com

Do you fellows have the c compiler for the AVR installed on your pc? Which compiler do you use? Is your AVR on a board ready to program? Do you have a programmer to put the compiled program into the AVR? I think sending small specific examples is a good way to learn. In a message

Thread view Attachments: 0

Re: [AVR-Chat] Re: Beginner, I want a simple prog

2007-12-27 by Jim Wagner

On Dec 27, 2007, at 2:24 PM, Wael Abd Elgilil wrote: > --- In AVR-Chat@yahoogroups.com, Tom Becker wrote: > > > > mido glgl wrote: > > > ... Me and Youssef are student in the same class... > > > > Why did you tell us November 30 that: > > "... really i'm in faculty of engineering

Thread view Attachments: 0

Re: [AVR-Chat] atmel programmer

2007-12-27 by Jim Wagner

I'd like to chime in here as I have in similar situation on the Freaks list. Many moons ago, I was a TA in a Junior level EE design class. One of the students was from a fairly prestigious school in the the Middle East. He had studied his first two years of EE, there. He had a bi

Thread view Attachments: 0

Re: Beginner, I want a simple prog

2007-12-27 by John

Also, while we could provide some simple samples, the thing about the world of micro-controllers is that most applications (even simple ones) tend to be specific to the circuit used. i.e. I could provide you an example to blink the LED on an ATmega8535, but that program would onl

Thread view Attachments: 0

Re: [AVR-Chat] Beginner, I want a simple prog

2007-12-27 by Zack Widup

Same here, except I spell it "olde fahrt" My very first microcontroller project was with a Z-80. I wrote the program in assembler, translated it into machine code myself on paper using the Zilog Z-80 data book, and then programmed it into a SEEQ 52B13 EEPROM. I made a programmer

Thread view Attachments: 0

Re: [AVR-Chat] Beginner, I want a simple prog

2007-12-27 by Tom Becker

mido glgl wrote: > ... Me and Youssef are student in the same class... Why did you tell us November 30 that: "... really i'm in faculty of engineering..."? Are you a student or are you faculty?

Thread view Attachments: 0

Re: [AVR-Chat] Beginner, I want a simple prog

2007-12-27 by Dennis Clark

I feel an attack of "old fartism" coming on... For those that have kids and have seen "Clifford, The Big Red Dog", use the voice of the fellow who talks about "when I was a boy..." here: Back when I was a student we didn't have the WWW, we read books and experimented using solder

Thread view Attachments: 0

Re: [AVR-Chat] Beginner, I want a simple prog

2007-12-27 by mido glgl

Dear Tom Becker, Me and Youssef are student in the same class and we are begginer in MCU and try to study , We begun but need for help ----- Original Message ---- From: Tom Becker To: AVR-Chat@yahoogroups.com Sent: Thursday, December 27, 2007 11:36:35 PM Subject: Re: [AVR-Chat] B

Thread view Attachments: 0

Re: Beginner, I want a simple prog

2007-12-27 by Wael Abd Elgilil

--- In AVR-Chat@yahoogroups.com, Jim Wagner wrote: > > > On Dec 27, 2007, at 2:24 PM, Wael Abd Elgilil wrote: > > > --- In AVR-Chat@yahoogroups.com, Tom Becker wrote: > > > > > > mido glgl wrote: > > > > ... Me and Youssef are student in the same class... > > > > > > Why did you

Thread view Attachments: 0

Re: Beginner, I want a simple prog

2007-12-27 by Wael Abd Elgilil

--- In AVR-Chat@yahoogroups.com, Dennis Clark wrote: > > I feel an attack of "old fartism" coming on... For those that have > kids and have seen "Clifford, The Big Red Dog", use the voice of the > fellow who talks about "when I was a boy..." here: > > Back when I was a student we

Thread view Attachments: 0

Re: Beginner, I want a simple prog

2007-12-27 by Wael Abd Elgilil

--- In AVR-Chat@yahoogroups.com, Tom Becker wrote: > > mido glgl wrote: > > ... Me and Youssef are student in the same class... > > Why did you tell us November 30 that: > "... really i'm in faculty of engineering..."? > > Are you a student or are you faculty? > mido glgl and you

Thread view Attachments: 0

RE: [AVR-Chat] Beginner, I want a simple prog

2007-12-27 by Philippe Habib

I got an STK500 and it was a great way for me to develop code while my "real" hardware was being manufactured and I also use it as a programmer for that hardware. I've also gotten good use from the BD Micro Mavric board. It brings all I/O out to either headers or screw terminals.

Thread view Attachments: 0

Re: [AVR-Chat] Beginner, I want a simple prog

2007-12-27 by Zack Widup

If you can get your hands on an STK500, you have a powerful learning tool for beginners. You can program simple tasks like reading pushbuttons and lighting LED's and then get them to work right on the board. I'd recommend this for someone who doesn't have much experience with mic

Thread view Attachments: 0

Re: [AVR-Chat] Beginner, I want a simple prog

2007-12-27 by Youssef Kandeel

Dear David Kelly , Thanks for your help Dear John, Thanks for your help You are right all of we are beginners, I studied MCU ATMEL8051 but it was just a start. and I see that the atmega8535 is more advanced and its good to study it specially for a beginner like me. And I hope tha

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.