Yahoo Groups archive

AVR-Chat

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

Messages

Browse messages

Page 203 of 307 · 15341 messages matched

Re: [AVR-Chat] Re: readin USB thumb drive and USB keyboards

2005-07-21 by Jesper Hansen

>> > By the time you get as far as having all the code to read and write >> > FAT and FAT32, I'm not sure if I'd call it "simple" anymore >> -- we're >> > talking thousands of lines of code! But I agree that getting USB >> > talking to a single peripheral is significantly simpler

Thread view Attachments: 0

RE: [AVR-Chat] Re: readin USB thumb drive and USB keyboards

2005-07-21 by Paul Curtis

Hi Gus, > -----Original Message----- > From: Gus [mailto:gus_is_working@yahoo.com] > Sent: 21 July 2005 19:29 > To: AVR-Chat@yahoogroups.com > Subject: [AVR-Chat] Re: readin USB thumb drive and USB keyboards > > a reliable FAT 12,16 and 32 with read and write is a lot of > code.

Thread view Attachments: 0

RE: [AVR-Chat] Re: readin USB thumb drive and USB keyboards

2005-07-21 by Paul Curtis

Hi Jesper, > > By the time you get as far as having all the code to read and write > > FAT and FAT32, I'm not sure if I'd call it "simple" anymore > -- we're > > talking thousands of lines of code! But I agree that getting USB > > talking to a single peripheral is significantly s

Thread view Attachments: 0

Re: readin USB thumb drive and USB keyboards

2005-07-21 by Gus

a reliable FAT 12,16 and 32 with read and write is a lot of code. I don't what you are talking about but with our optomized code it is about 50K flash and 5K RAM adding on USB is another 50K flash and mass storage class is another 30K!!! Gus --- In AVR-Chat@yahoogroups.com, "Jesp

Thread view Attachments: 0

Re: [AVR-Chat] Re: readin USB thumb drive and USB keyboards

2005-07-21 by Jesper Hansen

> Hi Jesper, > > --- In AVR-Chat@yahoogroups.com, "Jesper Hansen" > wrote: >> If you only want to talk to USB-memory sticks, the host >> implementation part is pretty simple. A lot of the regular >> chit-chat that set up the USB link can be skipped. > > By the time you get as far

Thread view Attachments: 0

Re: readin USB thumb drive and USB keyboards

2005-07-21 by Joel Kolstad

Hi Jesper, --- In AVR-Chat@yahoogroups.com, "Jesper Hansen" wrote: > If you only want to talk to USB-memory sticks, the host implementation part > is > pretty simple. A lot of the regular chit-chat that set up the USB link can > be > skipped. By the time you get as far as having

Thread view Attachments: 0

Re: readin USB thumb drive and USB keyboards

2005-07-21 by Gus

This is what we are working on. So maybe in couple months --- In AVR-Chat@yahoogroups.com, Jeffrey Engel wrote: > (displaying sure signs of age by replying to myself) > > I just read my last post and realized I wasn't clear. > I'd like to use some of those 802.11 WiFi USB dongles

Thread view Attachments: 0

RE: [AVR-Chat] Re: OT: CCD Cameras ?

2005-07-21 by Lasse Madsen

Hi Don, It's the AT91SAM7 group Al's referring to: AT91SAM7@yahoogroups.com Regards Lasse -----Original Message----- From: AVR-Chat@yahoogroups.com [mailto:AVR-Chat@yahoogroups.com] On Behalf Of Don Ingram Sent: 21. juli 2005 00:52 To: AVR-Chat@yahoogroups.com Subject: Re: [AVR-C

Thread view Attachments: 0

Re: [AVR-Chat] Re: readin USB thumb drive and USB keyboards

2005-07-20 by Jeffrey Engel

(displaying sure signs of age by replying to myself) I just read my last post and realized I wasn't clear. I'd like to use some of those 802.11 WiFi USB dongles. Jeff Engel --- Jeffrey Engel wrote: > Yeah, I liked the USBwiz a lot. Any idea when > they'll > have 802.11b/g? > > Je

Thread view Attachments: 0

Re: [AVR-Chat] Re: readin USB thumb drive and USB keyboards

2005-07-20 by Jeffrey Engel

Yeah, I liked the USBwiz a lot. Any idea when they'll have 802.11b/g? Jeff Engel Arlington, TX --- Gus wrote: > USBwiz is a host not a device. It actes like your PC > NOT the thumb > drive. it also includes FAT stack. > > So you have FAT and USB (_HOST_) on one chip > > Gus > > -

Thread view Attachments: 0

Re: [AVR-Chat] Re: readin USB thumb drive and USB keyboards

2005-07-20 by Jesper Hansen

If you only want to talk to USB-memory sticks, the host implementation part is pretty simple. A lot of the regular chit-chat that set up the USB link can be skipped. I've tried this with a EZ811 chip from Cypress, which is supersimple to interface to the AVR. (sorry, no code is a

Thread view Attachments: 0

Re: readin USB thumb drive and USB keyboards

2005-07-20 by Gus

There is no plans to sell the source codes yet but you can purchase a library license. Details are on website. We are also going to add interpreter that runs with USB and FAT. This way you can do whatever you want from your own code that runs on USBwiz --- In AVR-Chat@yahoogroups

Thread view Attachments: 0

Re: readin USB thumb drive and USB keyboards

2005-07-20 by Gus

USBwiz is a host not a device. It actes like your PC NOT the thumb drive. it also includes FAT stack. So you have FAT and USB (_HOST_) on one chip Gus --- In AVR-Chat@yahoogroups.com, "Larry Barello" wrote: > Atmel has an app note detailing how this works. > > http://www.atmel.co

Thread view Attachments: 0

Re: prototyping boards

2005-07-20 by Hans Kallen

Have a look at http://www.avrcard.com. The ATmega128 and the most used peripheral stuff sit on a core module which can be used for prototyping. An additional baseboard provides more functions and options as well as a number of connectors. Regards, Hans

Thread view Attachments: 0

Re: readin USB thumb drive and USB keyboards

2005-07-20 by Joel Kolstad

--- In AVR-Chat@yahoogroups.com, "Larry Barello" wrote: > Atmel has an app note detailing how this works. > http://www.atmel.com/dyn/resources/prod_documents/doc2556.pdf That's not the same thing at all. The Atmel app note discusses turning your AVR into a USB _peripheral_, where

Thread view Attachments: 0

Re: [AVR-Chat] help with at keyboard

2005-07-20 by Jim Wagner

On Sun, 17 Jul 2005 10:00:20 -0000 "Lupe" wrote: > > > > > I am having trouble understanding how a character is sent > to the lcd > display by way of at-keybd. I am using stk500 with 8515 > mcu and 4x20 > lcd. I am using portd-pd2(int0) for clock and pd5(oc1a) > for data. My > qu

Thread view Attachments: 0

OT: CCD Cameras ?

2005-07-20 by Lasse Madsen

Hi All, I'm trying to find information on any IC's that can interface to a CCD/CMOS camera chip and display its output on a LCD/TFT panel (for view finding purposes) 18fps would be great ... I've located some chips from a company called Sunplus but it seems that they are not sell

Thread view Attachments: 0

RE: [AVR-Chat] readin USB thumb drive and USB keyboards

2005-07-20 by Larry Barello

Atmel has an app note detailing how this works. http://www.atmel.com/dyn/resources/prod_documents/doc2556.pdf -----Original Message----- From: AVR-Chat@yahoogroups.com [mailto:AVR-Chat@yahoogroups.com]On Behalf Of Lasse Madsen Sent: Wednesday, July 20, 2005 5:18 AM To: AVR-Chat@y

Thread view Attachments: 0

Re: OT: CCD Cameras ?

2005-07-20 by alwelch93021

--- In AVR-Chat@yahoogroups.com, "Lasse Madsen" wrote: > Hi All, > > I'm trying to find information on any IC's that can interface to a CCD/CMOS > camera chip and display its output on a LCD/TFT panel > (for view finding purposes) 18fps would be great ... I've located some chips

Thread view Attachments: 0

RE: [AVR-Chat] readin USB thumb drive and USB keyboards

2005-07-20 by Lasse Madsen

Is it possible to purchase the source code? Regards Lasse -----Original Message----- From: AVR-Chat@yahoogroups.com [mailto:AVR-Chat@yahoogroups.com] On Behalf Of Gus Sent: 20. juli 2005 14:04 To: AVR-Chat@yahoogroups.com Subject: [AVR-Chat] readin USB thumb drive and USB keyboar

Thread view Attachments: 0

readin USB thumb drive and USB keyboards

2005-07-20 by Gus

I though this maybe usefull for some of you. USBwiz alows you to connect your AVR to almost any USB device (mouse, keyboard, thumb drive...etc.) http://www.ghielectronics.com/USBhost.htm

Thread view Attachments: 0

Re: [AVR-Chat] help with at keyboard

2005-07-20 by John Samperi

At 08:00 PM 17/07/2005, you wrote: >I just want to grasp an understand of the flow of data from keybd to lcd. The Keypad, LCD or UART have no knowledge of each other. The software you write does know how to communicate with all of them. A keypad is scanned by some ports, you then

Thread view Attachments: 0

Re: [AVR-Chat] prototyping boards

2005-07-20 by Leon Heller

----- Original Message ----- From: "j m g" To: Sent: Tuesday, July 19, 2005 1:46 PM Subject: [AVR-Chat] prototyping boards > Are there any AVR based prototyping boards similar to the PIC ones > that dhmicro.com sells? Try Olimex: http://www.olimex.com I've designed something simi

Thread view Attachments: 0

Re: [AVR-Chat] prototyping boards

2005-07-20 by Henry Carl Ott

Sparkfun sells the Olimex proto boards that are pretty darn cheap. Nothing too fancy. http://www.sparkfun.com http://www.olimex.com/ -carl At 08:46 AM 7/19/2005, you wrote: >Are there any AVR based prototyping boards similar to the PIC ones >that dhmicro.com sells? > >-- >-jmg >

Thread view Attachments: 0

Re: [AVR-Chat] prototyping boards

2005-07-20 by Doug Sutherland

Or look here, and click on Development Boards http://www.avrfreaks.net/index.php?module=FreaksTools&func=viewToolTree Every kind of board you can imagine. -- Doug Kathy Quinlan wrote: > do a google search on avr prototyping boards you will get lots of hits.

Thread view Attachments: 0

Re: [AVR-Chat] prototyping boards

2005-07-20 by Kathy Quinlan

j m g wrote: > Are there any AVR based prototyping boards similar to the PIC ones > that dhmicro.com sells? > There are 100's out there, Brian Dean from bdmicro sells the mavric boards, edpt makes them, as do people in Au (who I can not recall right now) if you do a google search

Thread view Attachments: 0

prototyping boards

2005-07-19 by j m g

Are there any AVR based prototyping boards similar to the PIC ones that dhmicro.com sells? -- -jmg Chaos often breeds life, when order breeds habit. Henry Brooks Adams [1838-1918]

Thread view Attachments: 0

Re:Re: Atmega64 external cristal

2005-07-19 by Amir Rahafrooz

--- In AVR-Chat@yahoogroups.com, Ralph Hilton wrote: > On Tue, 19 Jul 2005 03:06:16 -0000 you wrote: > > >--- In AVR-Chat@yahoogroups.com, Ralph Hilton wrote: > >> On Mon, 18 Jul 2005 18:21:09 -0000 you wrote: > >> > >> >Dear everybody! > >> >I have some problem with ATmega64.whe

Thread view Attachments: 0

Re: [AVR-Chat] Re:Re: Atmega64 external cristal

2005-07-19 by William LAI

I suspect you might have set CKSEL to '0000' which selects external clock. Try to use a crystal oscillator or build you own and feed the clock to XTAL1 pin. An alternative is to use a AVR chip with CKOUT like ATmega48/88/168/165. William Lai MCU ProShop http://www.mcuproshop.com

Thread view Attachments: 0

Re: [AVR-Chat] Re:Re: Atmega64 external cristal

2005-07-19 by Ralph Hilton

On Tue, 19 Jul 2005 03:06:16 -0000 you wrote: >--- In AVR-Chat@yahoogroups.com, Ralph Hilton wrote: >> On Mon, 18 Jul 2005 18:21:09 -0000 you wrote: >> >> >Dear everybody! >> >I have some problem with ATmega64.when I set its Fuse_bits to use >an >> >external cristal(7.32 MHz)as s

Thread view Attachments: 0

Re: [AVR-Chat] Re:Re: Atmega64 external cristal

2005-07-19 by John Samperi

At 01:06 PM 19/07/2005, you wrote: >I set cksel 3..0 and ckopt unprogramed(1), with two 22pf capacitors. >I'm writing my programs with codevision2.38 and proram it with >ponyprog. Do you have an oscilloscope or a frequency counter to see if your oscillator is actually oscillating

Thread view Attachments: 0

Re:Re: Atmega64 external cristal

2005-07-19 by Amir Rahafrooz

--- In AVR-Chat@yahoogroups.com, Ralph Hilton wrote: > On Mon, 18 Jul 2005 18:21:09 -0000 you wrote: > > >Dear everybody! > >I have some problem with ATmega64.when I set its Fuse_bits to use an > >external cristal(7.32 MHz)as system clock, it goes wrong and I can't > >reprogram i

Thread view Attachments: 0

Re: [AVR-Chat] Atmega64 external cristal

2005-07-18 by Dave VanHorn

At 06:16 PM 7/18/2005, John Samperi wrote: >At 04:28 AM 19/07/2005, you wrote: > >I hope your program is VERY small, because loading on that crystal > >will be VERY slow. > >7.32 MHz Slow? :-) I use 8MHz as standard in all boards except a M64 >board which uses 16MHz. Ok! I mis-re

Thread view Attachments: 0

Re: [AVR-Chat] Atmega64 external cristal

2005-07-18 by John Samperi

At 04:28 AM 19/07/2005, you wrote: >I hope your program is VERY small, because loading on that crystal >will be VERY slow. 7.32 MHz Slow? :-) I use 8MHz as standard in all boards except a M64 board which uses 16MHz. Regards John Samperi *******************************************

Thread view Attachments: 0

Re: [AVR-Chat] Atmega64 external cristal

2005-07-18 by Ralph Hilton

On Mon, 18 Jul 2005 18:21:09 -0000 you wrote: >Dear everybody! >I have some problem with ATmega64.when I set its Fuse_bits to use an >external cristal(7.32 MHz)as system clock, it goes wrong and I can't >reprogram it through ISP any more.can anyone help me? >thanks! Which fuse bi

Thread view Attachments: 0

My ISP suddenly quit working! Has anyone seen this before?

2005-07-18 by Mike Ross

Man, I finally got everything assembled. I had been slowly working out program bugs, downloading via ISP using avrdude under Linux. With no apparent cause, the following screen came back upon attempting to download my latest version: [root@Linuxmachine avrtest]# make flash avrdud

Thread view Attachments: 0

Re: [AVR-Chat] Atmega64 external cristal

2005-07-18 by Dave VanHorn

At 01:21 PM 7/18/2005, Amir Rahafrooz wrote: >Dear everybody! >I have some problem with ATmega64.when I set its Fuse_bits to use an >external cristal(7.32 MHz)as system clock, it goes wrong and I can't >reprogram it through ISP any more.can anyone help me? >thanks! First, have yo

Thread view Attachments: 0

Atmega64 external cristal

2005-07-18 by Amir Rahafrooz

Dear everybody! I have some problem with ATmega64.when I set its Fuse_bits to use an external cristal(7.32 MHz)as system clock, it goes wrong and I can't reprogram it through ISP any more.can anyone help me? thanks!

Thread view Attachments: 0

RE: [AVR-Chat] Reading and writing 16-bit registers

2005-07-18 by Larry Barello

Both constructs are equivalent. One thing you *do* have to pay attention to: Make sure your access is non-interruptable as the temporary register used to hold the high byte can be clobbered by an interrupt handler doing a word access (there is only one temp register...) I must ad

Thread view Attachments: 0

Reading and writing 16-bit registers

2005-07-18 by Chuck Hackett

In looking at the instructions generated by WinAVR(gcc) I take it that: // Set timer counter to 0xC180 = 49,536 TCNT1H = 0xC1; TCNT1L = 0x80; LDI R24,0xC1 Load immediate OUT 0x2D,R24 Out to I/O location LDI R18,0x80 Load immediate OUT 0x2C,R18 Out to I/O location Generates the fu

Thread view Attachments: 0

help with at keyboard

2005-07-17 by Lupe

I am having trouble understanding how a character is sent to the lcd display by way of at-keybd. I am using stk500 with 8515 mcu and 4x20 lcd. I am using portd-pd2(int0) for clock and pd5(oc1a) for data. My question is,do I need a pysical connection from 8515 to lcd in order to p

Thread view Attachments: 0

Re: [AVR-Chat] WinAVR Manual

2005-07-17 by Brian Dean

On Sat, Jul 16, 2005 at 10:27:42PM -0500, Chuck Hackett wrote: > Hmmm, this is another problem. I just discovered that one of the > items I was looking for was a avr-libc item NOT a GCC > item. Also, check the avr-libc docs which is probably closer to what you want. The GCC docs

Thread view Attachments: 0

Re: [AVR-Chat] WinAVR Manual

2005-07-17 by Mark Nowell

Chuck FWIW I've managed to get up and running with WinAVR without consulting any of the general gcc documentation. The avr-libc document is well organised, e.g. click on "signals and interrupts" to find everything you need to know about SIGNAL. It's also admirably concise compare

Thread view Attachments: 0

RE: [AVR-Chat] WinAVR Manual

2005-07-17 by Chuck Hackett

Hmmm, this is another problem. I just discovered that one of the items I was looking for was a avr-libc item NOT a GCC item. So I guess my documentation question is more generally: How does one determine what documentation to consult and then how to navigate that documentation? O

Thread view Attachments: 0

RE: [AVR-Chat] WinAVR Manual

2005-07-17 by Chuck Hackett

> From: Dave Hylands > .... > You can determine your version of gcc by running: > > avr-gcc --version Forgot to include this in the previous message: I have GCC 3.4.3 Cheers, Chuck Hackett "Good judgment comes from experience, experience comes from bad judgment" 7.5" gauge Union

Thread view Attachments: 0

RE: [AVR-Chat] WinAVR Manual

2005-07-17 by Chuck Hackett

> From: Dave Hylands > > On 7/16/05, Chuck Hackett wrote: > > I'm having a tough time navigating HTML & Tinfo documentation looking for > > specific answers regarding the WinAVR suite, specifically GCC. Is there a > > searchable PDF version available? > > > > I'm really trying to

Thread view Attachments: 0

Re: [AVR-Chat] WinAVR Manual

2005-07-17 by Dave Hylands

On 7/16/05, Chuck Hackett wrote: > I'm having a tough time navigating HTML & Tinfo documentation looking for > specific answers regarding the WinAVR suite, specifically GCC. Is there a > searchable PDF version available? > > I'm really trying to research a bunch of newbie questio

Thread view Attachments: 0

WinAVR Manual

2005-07-17 by Chuck Hackett

I'm having a tough time navigating HTML & Tinfo documentation looking for specific answers regarding the WinAVR suite, specifically GCC. Is there a searchable PDF version available? I'm really trying to research a bunch of newbie questions before I waste bandwidth. Cheers, Chuck

Thread view Attachments: 0

RE: [avr-chat] PID Tutorial/ Examples

2005-07-16 by Chuck Hackett

> From: Royce & Sharal Pereira > > Hi all, > Can anyone point out to me a good tutorial (in simple language) on how PID > control works? Also some sample algorithms would be great! I need to > implement it in a Mega8 project. Nuts & Volts magazine had a two issue series recently

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.