2008-09-01 by Bruno
--- In AVR-Chat@yahoogroups.com, "Roy E. Burrage" wrote: > > I think the OP's question was about throughput, which would indicate the > speed of RS-232 isn't fast enough. Aren't the FTDI chips still limited > to those (RS-232) speeds? REB, the FTDI has some chips that goes up to
Thread view
Attachments: 0
2008-09-01 by David Appleton
Thanks Gavin and REB Yes, I am looking into USB to go above speed limitations of RS232. I didn't know that Atmel had USB-AVRs (AT90USB1287). Thanks! Still, I was hoping to go with a smaller and less expensive AVR like the Mega8. I think it'd be the same deal with trying an Ethern
Thread view
Attachments: 0
2008-08-31 by Roy E. Burrage
I think the OP's question was about throughput, which would indicate the speed of RS-232 isn't fast enough. Aren't the FTDI chips still limited to those (RS-232) speeds? David, have you thought about some of the USB AVRs? I bought a couple of USBKEY development boards a while bac
Thread view
Attachments: 0
2008-08-31 by Gavin Dingley
Hi David, I have thought about going into USB comms, but it is really complicated, the easiest solution is to use an FTDI chip and communicates with it through RS232, visit: http://www.ftdichip.com/ Cheers, Gavin --- On Sun, 8/31/08, englsprogeny wrote: From: englsprogeny Subject
Thread view
Attachments: 0
2008-08-31 by englsprogeny
I have done projects that implement an RS232 interface. Now I want higher throughput. So...I am looking for a "library" or an AVR-USB driver or some other "something" that I can use to implement USB functionality on an AVR project. I've seen one from ObDev but I want to see if so
Thread view
Attachments: 0
2008-08-30 by stevech11
--- In AVR-Chat@yahoogroups.com, "technosarus_rix" wrote: > > I'm looking for an ATmega32 bootloader source code in WINAVR. Any > suggestions? > > Ric > Several on avrfreaks.net, projects section. The one called BLIPS is both PC side and AVR side but it's in assembly language rat
Thread view
Attachments: 0
2008-08-30 by technosarus_rix
I'm looking for an ATmega32 bootloader source code in WINAVR. Any suggestions? Ric
Thread view
Attachments: 0
2008-08-29 by David VanHorn
On Fri, Aug 29, 2008 at 1:47 AM, John Samperi wrote: > At 09:30 AM 29/08/2008, you wrote: >>What is the purpose of the prescalers on the system clock? > > Mainly to slow down the processor and save battery power. > I've used it to put the system into deep sleep, after shutting do
Thread view
Attachments: 0
2008-08-29 by kostas panakis
divide the clock frequency fclk/prescaller --- On Fri, 8/29/08, reddurango1 wrote: From: reddurango1 Subject: [AVR-Chat] prescaler To: AVR-Chat@yahoogroups.com Date: Friday, August 29, 2008, 2:30 AM Hi all, What is the purpose of the prescalers on the system clock? Ray [Non-text
Thread view
Attachments: 0
2008-08-29 by John Samperi
At 09:30 AM 29/08/2008, you wrote: >What is the purpose of the prescalers on the system clock? Mainly to slow down the processor and save battery power. Regards John Samperi ******************************************************** Ampertronics Pty. Ltd. 11 Brokenwood Place Baulkh
Thread view
Attachments: 0
2008-08-28 by reddurango1
Hi all, What is the purpose of the prescalers on the system clock? Ray
Thread view
Attachments: 0
2008-08-26 by wagnerj@proaxis.com
It is relatively new (less than a year or so on the market). Relatively few devices are available in a larger planned family. Jim Wagner Oregon Research Electronics > I posted my original question there, but I have gotten no response. Is > the > AVR32 so new that there isn't the
Thread view
Attachments: 0
2008-08-26 by Stevej
I posted my original question there, but I have gotten no response. Is the AVR32 so new that there isn't the community of users out there yet? It looks like the AVR32UC3 will do most anything you want with lots of headroom (MIPS, memory, etc.) and better bang for the buck. I coul
Thread view
Attachments: 0
2008-08-26 by wagnerj@proaxis.com
> Hello, > > > > I am new to this group and to the AVR processor, but not new to imbedded > systems design. > > > > I am working on a project that requires an imbedded microprocessor, and > after much research, it seems like the AVR32 will fill the bill quite > nicely, and the EV
Thread view
Attachments: 0
2008-08-26 by Tim Gilbert
Steve, Interfacing to the keypad isn't a big deal; you can visit our www.pdksolutions.com for an example. However, the largest lcd display I've seen is 40x4; to get 8 lines you'll probably have to go with a graphical module. Again, not a big deal, just a bit more complicated of a
Thread view
Attachments: 0
2008-08-26 by Jamie C. Pole
Check out http://store.earthlcd.com/ The products are excellent, and the peripheral integration is already done - just add a keypad/board. Jamie On Aug 26, 2008, at 8:18 AM, Stevej wrote: > Hello, > > I am new to this group and to the AVR processor, but not new to > imbedded > sy
Thread view
Attachments: 0
2008-08-26 by Stevej
Hello, I am new to this group and to the AVR processor, but not new to imbedded systems design. I am working on a project that requires an imbedded microprocessor, and after much research, it seems like the AVR32 will fill the bill quite nicely, and the EVK1100 board will do almo
Thread view
Attachments: 0
2008-08-22 by Tim Gilbert
Chris, Have you seen this display: http://crystalfontz.com/products/2002z/index.html ? We get all our LCDs from them and have had wonderful service and quality. BTW, unless you're doing high volume (>10K month), noritake won't bother talking to you. The best place for low volume
Thread view
Attachments: 0
2008-08-22 by Michael Buchstaller
Chris, does it really need to be a LED display ? Noritake makes a line of VFD displays, that need all your requirements, bit maybe more expensive... >- Alphanumeric display Yes. >- low power ideally rated 1A or below Close to that; i measured just below 1 A at 5V. >- large enough
Thread view
Attachments: 0
2008-08-19 by Zack Widup
First off, what LCD display are you trying to use? Did you find the data sheet for it? Did you try to write a program according to the data sheet? I've succesfully used Optrex 16X2 LCD's for many applications. Pretty simple. I even wrote the code in assembler. Zack On Tue, 19 Aug
Thread view
Attachments: 0
2008-08-19 by David VanHorn
On Tue, Aug 19, 2008 at 7:15 AM, kostas panakis wrote: > i am new with avr and i want to measure temprature i have done a lot of things but i cant work the lcd if anyone can help me or send me something to read There are two parts to your problem, and it's not really clear which
Thread view
Attachments: 0
2008-08-19 by David Appleton
I use a Parallel SPI cable with PonyProg for my AVR based projects. You can make a cable or find them on ebay for $20. [Non-text portions of this message have been removed]
Thread view
Attachments: 0
2008-08-19 by dilipsilga
dear all hello i am dilip,i have avrjtagice mkii by mistake target adepter & ribbin cable are damaged by me. any one can help me for connection for 20 pin rebbin cable so that way i can make new one. thanks to all our member dilip
Thread view
Attachments: 0
2008-08-19 by kostas panakis
i am new with avr and i want to measure temprature i have done a lot of things but i cant work the lcd if anyone can help me or send me something to read [Non-text portions of this message have been removed]
Thread view
Attachments: 0
2008-08-18 by kjh_us
I need a programmer for a serial flash data chip such as the AT25/45 or SST25 8pin dip? These chips have an SPI interface. Can I simply use an off the shelf EEPROM programmer? Or perhaps my Kanda ISP programmer? I have few programmers available to me: Kanda ISP (with 5x2) socket.
Thread view
Attachments: 0
2008-08-15 by xolang1
hello I have been looking at LED message display similar to this one: http://cgi.ebay.com.sg/NEW-VR3-CAR-LED-DIGITAL-SCROLLING-LED-MESSAGE-BOARD_W0QQitemZ110277140007QQihZ001QQcategoryZ9886QQssPageNameZWDVWQQrdZ1QQcmdZViewItem However, its rated at 3A, while editing, power will s
Thread view
Attachments: 0
2008-08-13 by David Collier
I've posted this on AVRfreaks, but if anyone prefers to answer here it would be great. ------------------------------------------------- I seem to recall that a power management module for Linux on the AVR32 was on the stocks. Q1 Does anyone know what features it is targeted that
Thread view
Attachments: 0
2008-07-30 by John Samperi
At 09:29 AM 30/07/2008, you wrote: >A less error-prone method is to introduce >labels to use for the branch destinations thus letting the assembler >figure out the branch distance. I guess there is a need to clean up those routines if I use them. Don't know where I got them from,
Thread view
Attachments: 0
2008-07-30 by John Samperi
At 08:45 AM 30/07/2008, you wrote: > just deleted the mod2 and mod3 lines to transform your routine to >32bit/16bit. Worked nicely! Not my routine unfortunately. Not clever enough. :-) But I have a collection of useful bits around. Regards John Samperi ***************************
Thread view
Attachments: 0
2008-07-29 by Cat Hotmail
Don Kinzer, you know so much! Even though I'm planning to avoid assembler as much as I can... I'm amazed at the level of detail you know. Thank you! Cat -------------------------------------------------- From: "Don Kinzer" Sent: Tuesday, July 29, 2008 5:29 PM To: Subject: [AVR-Ch
Thread view
Attachments: 0
2008-07-29 by Enki
On 30 Jul 2008 at 4:39, John Samperi wrote: > At 11:15 PM 29/07/2008, you wrote: > >I'm looking for a 32-bit by 16-bit integer division > > Will 32 by 32 do? > > ;------------------------------------------------------------------- > ----------: > ; 32bit/32bit Unsigned Division >
Thread view
Attachments: 0
2008-07-29 by Don Kinzer
--- In AVR-Chat@yahoogroups.com, "Enki" wrote: >I just deleted the mod2 and mod3 lines to transform your routine to > 32bit/16bit. Presumably, you adjusted the PC-relative addresses given with the branch instructions, too. A less error-prone method is to introduce labels to use f
Thread view
Attachments: 0
2008-07-29 by John Samperi
At 11:15 PM 29/07/2008, you wrote: >I'm looking for a 32-bit by 16-bit integer division Will 32 by 32 do? ;-----------------------------------------------------------------------------: ; 32bit/32bit Unsigned Division ; ; Register Variables ; Call: var1[3:0] = dividend (0x0000000
Thread view
Attachments: 0
2008-07-29 by Enki
Hi, I'm looking for a 32-bit by 16-bit integer division routine in assembler. The rest of division is not important. I don't need it. Have googled and didn't found any I liked. Any recommendations? Thanks. Mark Jordan
Thread view
Attachments: 0
2008-07-16 by Ray Hurst
Thanks for your comments. I have written a a user manual and it can be requested from sales@favorites4u.com. Visual Disassembler for the Atmel © AVR is an interactive disassembler for the AVR microprocessor family. The user simply opens an Intel hex file and the file is disassemb
Thread view
Attachments: 0
2008-07-14 by John Samperi
At 05:42 PM 14/07/2008, you wrote: >Is there a url link for registering? It seems to built into the email I got from Braemac. May want to drop a line to Vlad: v.tohadze@braemac.com.au I'll probably get shot now as they may be flooded with enquiries. :-) Regards John Samperi *****
Thread view
Attachments: 0
2008-07-14 by Russell Shaw
John Samperi wrote: > In case anyone is interested and does not get an invite. > > 8.30am : Registration > > Venues / Dates > > Sydney - 4th August 2008 > Macquarie Graduate School of Management Level 6, 51-57 Pitt Street, > Sydney, 2000 > > Melbourne - 7th August 2008 > Clarion
Thread view
Attachments: 0
2008-07-14 by John Samperi
In case anyone is interested and does not get an invite. 8.30am : Registration Venues / Dates Sydney - 4th August 2008 Macquarie Graduate School of Management Level 6, 51-57 Pitt Street, Sydney, 2000 Melbourne - 7th August 2008 Clarion Hotel on Canterbury 326 Canterbury Road, For
Thread view
Attachments: 0
2008-07-11 by John Johnson
Hi Ray, Sounds good to me! I could have used that on a personal project I misplaced the source for. Thanks! On Thu, Jul 10, 2008 at 4:14 AM, Raymond Hurst wrote: > I've written an interactive disassembler for the AVR. -- Regards, JJ http://www.pcbgcode.org
Thread view
Attachments: 0
2008-07-11 by Enki
Once I have the disassembled text, I can do these changes with Textpad. Mark Jordan On 10 Jul 2008 at 16:59, Raymond Hurst wrote: > Have you ever used an interactive disassembler? I can't quite tell > from > your comments. AVRStudio, revavr and disavr are static > disassemblers.
Thread view
Attachments: 0
2008-07-11 by John Samperi
At 10:50 AM 11/07/2008, you wrote: >John, >I am interested. Where can i get a copy ? You mean Raymond? :-) Regards John Samperi ******************************************************** Ampertronics Pty. Ltd. 11 Brokenwood Place Baulkham Hills, NSW 2153 AUSTRALIA Tel. (02) 9674-64
Thread view
Attachments: 0
2008-07-11 by John Samperi
At 09:59 AM 11/07/2008, you wrote: >Have you ever used an interactive disassembler? No I haven't. In fact I don't think I needed to use a disassembler much for the past 15 years or so. Did use disassemblers a lot when younger as there was not much source code around so if I wante
Thread view
Attachments: 0
2008-07-11 by kelvin kooger
John, I am interested. Where can i get a copy ? --- On Fri, 7/11/08, Raymond Hurst wrote: From: Raymond Hurst Subject: Re: [AVR-Chat] Any interest in an interactive disaasembler for the AVR? To: AVR-Chat@yahoogroups.com Date: Friday, July 11, 2008, 1:59 AM Have you ever used an i
Thread view
Attachments: 0
2008-07-11 by erikc
I would be interested. Raymond Hurst wrote: > Have you ever used an interactive disassembler? I can't quite tell from > your comments. AVRStudio, revavr and disavr are static disassemblers. > You open a hex file and it produces an assembly listing with labels like > L00001:, L000
Thread view
Attachments: 0
2008-07-10 by Raymond Hurst
Have you ever used an interactive disassembler? I can't quite tell from your comments. AVRStudio, revavr and disavr are static disassemblers. You open a hex file and it produces an assembly listing with labels like L00001:, L000002:, etc with all the calls and branches to those l
Thread view
Attachments: 0
2008-07-10 by Graham Davies
--- In AVR-Chat@yahoogroups.com, "Enki" wrote: > Once I have the disassembled text, > I can do these changes with Textpad. Yes, you can, but it is really laborious and error-prone. To have a tool re-generate the assembler with your labels and comments would be much faster and mor
Thread view
Attachments: 0
2008-07-10 by Richard Kucharyson
Yes, I would. ----- Original Message ---- From: John Samperi To: AVR-Chat@yahoogroups.com Sent: Thursday, July 10, 2008 2:38:52 PM Subject: Re: [AVR-Chat] Any interest in an interactive disaasembler for the AVR? At 09:14 PM 10/07/2008, you wrote: >I've written an interactive disa
Thread view
Attachments: 0
2008-07-10 by John Samperi
At 09:14 PM 10/07/2008, you wrote: >I've written an interactive disassembler for the AVR. >It allows you to open a hex file, One can do that with AVR Studio if one needed to. Regards John Samperi ******************************************************** Ampertronics Pty. Ltd. 11 B
Thread view
Attachments: 0
2008-07-10 by Ray Hurst
Nope. Turns it into an assembly language listing. Ray --- In AVR-Chat@yahoogroups.com, "majid_pow" wrote: > > hi > > you mean it can reads the hex file and turns it to a high-level > language(like basic or c)? >
Thread view
Attachments: 0
2008-07-10 by Klaus Ruebsam
Ray, > Is there an market for this? For sure, there is a market (else you wouldn´t have coded it, do you), but I would expect that market to be rather in the private areas than in the companies. Nevertheless the market is probably not that big as normally people either protect th
Thread view
Attachments: 0