Yahoo Groups archive

AVR-Chat

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

Thread

New to this Avr Microcontroller

New to this Avr Microcontroller

2006-05-26 by antony7040

Hi all

I am into building RoV's and use the "robotrov" Yahoo group.
I am going to get into this microcontroller using a avr chip.

What I would like to know is what's out there for me. Yes I have
browsed the web but I need a starting point I.E. the chip. software
I need to control 6 servos or esc's
4 switches on/off
3 sensors depth . temperature. light.

A purpose built control panel with another Avr chip inside.
or if I got 2 a laptop and a joystick to control from topside via RS 
232.

I live in the U.K.
there is a store below that looks OK.
http://www.active-robots.com/
I currently use a radio control to control but I gota get into
something that is programmable and upgradeable.
Any input would be most welcome.

Regards Antony(UK)

Re: [AVR-Chat] New to this Avr Microcontroller

2006-05-26 by Jim Wagner

Antony -

There are several very good resources on the internet. One
is AVRFreaks.org Another is AVRbeginners.net.

Jim
---------------------------------------------------------------
The Think Different Store
http://www.thinkdifferentstore.com/
For All Your Mac Gear
---------------------------------------------------------------

RE: [AVR-Chat] New to this Avr Microcontroller

2006-05-27 by stevech

Check out 
www.zbasic.net
Show quoted textHide quoted text
-----Original Message-----
From: AVR-Chat@yahoogroups.com [mailto:AVR-Chat@yahoogroups.com] On Behalf
Of antony7040
Sent: Friday, May 26, 2006 3:05 PM
To: AVR-Chat@yahoogroups.com
Subject: [AVR-Chat] New to this Avr Microcontroller

Hi all

I am into building RoV's and use the "robotrov" Yahoo group.
I am going to get into this microcontroller using a avr chip.

What I would like to know is what's out there for me. Yes I have
browsed the web but I need a starting point I.E. the chip. software
I need to control 6 servos or esc's
4 switches on/off
3 sensors depth . temperature. light.

A purpose built control panel with another Avr chip inside.
or if I got 2 a laptop and a joystick to control from topside via RS 
232.

I live in the U.K.
there is a store below that looks OK.
http://www.active-robots.com/
I currently use a radio control to control but I gota get into
something that is programmable and upgradeable.
Any input would be most welcome.

Regards Antony(UK)









 
Yahoo! Groups Links

Re: [AVR-Chat] New to this Avr Microcontroller

2006-05-27 by Ralph Hilton

On Fri, 26 May 2006 22:04:36 -0000 you wrote:

>Hi all
>
>I am into building RoV's and use the "robotrov" Yahoo group.
>I am going to get into this microcontroller using a avr chip.
>
>What I would like to know is what's out there for me. Yes I have
>browsed the web but I need a starting point I.E. the chip. software
>I need to control 6 servos or esc's
>4 switches on/off
>3 sensors depth . temperature. light.

http://www.bdmicro.com/mavric-iib/ might be of interest.
--
Ralph Hilton
http://www.ralphhilton.org
C-Meter: http://www.cmeter.org
FZAOINT http://www.fzaoint.net

RE: [AVR-Chat] New to this Avr Microcontroller

2006-05-27 by Reza

--- stevech <stevech@san.rr.com> wrote:

> Check out 
> www.zbasic.net
> 
> 
> -----Original Message-----
> From: AVR-Chat@yahoogroups.com
> [mailto:AVR-Chat@yahoogroups.com] On Behalf
> Of antony7040
> Sent: Friday, May 26, 2006 3:05 PM
> To: AVR-Chat@yahoogroups.com
> Subject: [AVR-Chat] New to this Avr Microcontroller
> 
> Hi all
> 
> I am into building RoV's and use the "robotrov"
> Yahoo group.
> I am going to get into this microcontroller using a
> avr chip.
> 
> What I would like to know is what's out there for
> me. Yes I have
> browsed the web but I need a starting point I.E. the
> chip. software
> I need to control 6 servos or esc's
> 4 switches on/off
> 3 sensors depth . temperature. light.
> 
> A purpose built control panel with another Avr chip
> inside.
> or if I got 2 a laptop and a joystick to control
> from topside via RS 
> 232.
> 
> I live in the U.K.
> there is a store below that looks OK.
> http://www.active-robots.com/
> I currently use a radio control to control but I
> gota get into
> something that is programmable and upgradeable.
> Any input would be most welcome.
> 
> Regards Antony(UK)
> 
For development tools, I tested many, but best ones
are:

CodeVision AVR Compiler.
-- use this compiler if you want to test something or
even just write a program to do something simple. It
is not a good for best performance or good
programmers.

GNU C/C++ Compiler or GCC.
-- This is the best I found. you can download from 

www.sourceforge.net
looking for WinAVR project.

but this is a command line compiler which is hard to
use. you can download AVRStudio 4.12 with SP2 from
atmel site. install GCC, then install AVR studio.
you can write programs very simple and easy.

To program AVR micros, use ponyprog2000 or AVReal
1.25.

ponyprog is a general perpose serial programmer and
has a GUI, but in some cases, the AVReal (which is a
command line tool) is more faster and better than the
others. specially when you want to clock the micro by
PC in programming time.

for some helper sources, google for avrlib.

good luck;
reza


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com

AVR programmer for beginer

2006-05-27 by xolang1

Hi
Anyone know a link to a hardware programmer for the AVR
that is compatible with codevision AVR?
Ideally, it should be simple for a beginner yet tried and tested
any help would be appreciated

Do you Yahoo!?
Get on board. You're invited to try the new Yahoo! Mail Beta.

FLIP for STK525 - "Device protection is set"

2006-05-27 by Peter Gargano

I zapped the fuses on the AT90USB1287 that comes with the STK525 and 
now the Flip bootloader doesn't work. I tried obvious combinations of 
fuse setting after reprogramming with "bl_usb.a90", but I can't get 
Flip to load code into the AVR. Flip tells me "Device protection is 
set"! - All is not lost, I can still ISP program the board, but I'd 
like to know what the fuses should be set to.

Anyone with an STK525, can they tell me what fuses are set on the 1287?

Peter.

RE: [AVR-Chat] AVR programmer for beginer

2006-05-27 by Roy


--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.7.2/349 - Release Date: 26/05/2006


--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.7.2/349 - Release Date: 26/05/2006

Re: [AVR-Chat] FLIP for STK525 - "Device protection is set"

2006-05-27 by John Samperi

At 12:16 AM 28/05/2006, you wrote:
>Anyone with an STK525, can they tell me what fuses are set on the 1287?

You are SO privileged just to have a 1287!! I can't even
get price and availability for a 1286 (or a 646) for over
a weekso I had to revert to the good old FTDI chip and an AVR.

Regards

John Samperi

********************************************************
Ampertronics Pty. Ltd.
11 Brokenwood Place Baulkham Hills, NSW 2153 AUSTRALIA
Tel. (02) 9674-6495       Fax (02) 9674-8745
Email: john@ampertronics.com.au
Website  http://www.ampertronics.com.au
*Electronic Design * Custom Products * Contract Assembly
********************************************************

Re: [AVR-Chat] FLIP for STK525 - "Device protection is set"

2006-05-28 by Peter Gargano

John Samperi wrote:
> You are SO privileged just to have a 1287!! I can't even
> get price and availability for a 1286 (or a 646) for over
> a weekso I had to revert to the good old FTDI chip and an AVR.

Hmm, then I won't tell you I also have five (5) MAX3421E samples then!

Talk to Archna at Soanar. Maybe she pulled some strings for me?

But seriously, if you want just device mode USB, and still want to 
stay with Atmel, then the ARM7 chips look quite good. I'll be very 
happy when ARM7 gets USB host-mode (have to go to ARM9 for that, and 
then that's using external flash, and expensive!). ARM7 is now very 
cheap ...

   http://www.atmel.com/dyn/products/product_card.asp?part_id=3521

BTW, I'm looking at using the 1287 in host mode, and the MAX3421E, as 
an SPI peripheral, does this. But they both suffer from real-world 
supply problems. And, as far as host-mode USB mass-storage class 
drivers go, they both suffer from a lack of example code. Atmel in 
France (Jean-Christophe) assure me however that they will release code 
(NDA) this June.  Parts mentioned can be found here ..

   http://www.maxim-ic.com/quick_view2.cfm/qv_pk/3639
   http://www.atmel.com/dyn/products/product_card.asp?part_id=3875

Peter.

RE: [AVR-Chat] AVR programmer for beginer

2006-05-28 by Roy

I am personally thinking of buying the AVR-USB-JTAG OPTOISOLATED USB JTAG DONGLE FOR PROGRAMMING AND EMULATION as shown at http://www.olimex.com/dev/index.html

It is available from various suppliers.

Has any one had any experience with using this unit?

_______________________________________

Feel the power of the dark side!
Atmel AVR

Roy Hopkins
Tauranga
New Zealand
_______________________________________


--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.7.2/349 - Release Date: 26/05/2006


--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.7.2/349 - Release Date: 26/05/2006


--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.7.2/349 - Release Date: 26/05/2006


--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.7.2/349 - Release Date: 26/05/2006

Re: [AVR-Chat] FLIP for STK525 - "Device protection is set"

2006-05-28 by John Samperi

At 10:10 AM 28/05/2006, you wrote:
>then the ARM7 chips look quite good.

For an application that needs 5 i/o and about 500 bytes of
flash (written in assembler 50K in C)? :-D The clients unfortunately
wants USB connectivity, so I thought I'd be smart and use the USB646
(not available yet) so I went for the USB1287 which is SUPPOSEDLY
available NOW, still no reply as far as price and availability and
cannot even found on O/S web sites like Avnet etc.. so it's back to
the good old tiny2313 and ftdi232r which gives me almost a component
free application as the clock is internally generated and all USB
components are built in, I will only need a few 100nF caps.

Regards

John Samperi

********************************************************
Ampertronics Pty. Ltd.
11 Brokenwood Place Baulkham Hills, NSW 2153 AUSTRALIA
Tel. (02) 9674-6495       Fax (02) 9674-8745
Email: john@ampertronics.com.au
Website  http://www.ampertronics.com.au
*Electronic Design * Custom Products * Contract Assembly
********************************************************

Re: [AVR-Chat] FLIP for STK525 - "Device protection is set"

2006-05-28 by Peter Gargano

John Samperi wrote:

> .. so it's back to
> the good old tiny2313 and ftdi232r which gives me almost a component
> free application as the clock is internally generated and all USB
> components are built in, I will only need a few 100nF caps.

I think FTDI would have sold more of these devices if they had made 
available a DIP package. Either the 232 or the 245 are, and will 
remain, very good quick solutions. But, if absolute reliability is not 
too much of an issue, you can do a USB device with just the 2313 - see 
AVR309. The firmware needs a very small mod to assemble under studio 
4.12 and there's a working version for the Mega-8 in the zip file too. 
I tried it the other day and the demo source code assembled and works 
a treat, even comes with a Win32 Application. But remember there's 
little error checking and it relies on a noise free environment, so 
it's a hobby-solution rather than a real-world solution ...

http://www.atmel.com/dyn/products/app_notes.asp?family_id=607&part_id=2018

Peter.

Re: AVR programmer for beginer

2006-05-28 by txt me

has anyone tried using this particular programmer:
http://www.serasidis.gr/circuits/avrprog/avrprog.htm
with ATmega16 or ATmega32?

--- In AVR-Chat@yahoogroups.com, "Roy" <roy.h@...> wrote:
>
> Check out these – not in any particular order.
>  
> HYPERLINK
> "http://www.serasidis.gr/circuits/avrprog/avrprog.htm"http://www.se
rasid
> is.gr/circuits/avrprog/avrprog.htm
> HYPERLINK
> "http://www.lancos.com/prog.html"http://www.lancos.com/prog.html
> HYPERLINK
> "http://microcontrollershop.com/default.php?
cPath=110"http://microcontro
> llershop.com/default.php?cPath=110
> HYPERLINK
> "http://www.qsl.net/wd6cmu/avr910.htm"http://www.qsl.net/wd6cmu/avr
910.h
> tm
> HYPERLINK
> "http://www.avrfreaks.net/index.php?
module=FreaksTools&func=viewItem&ite
> m_id=367"http://www.avrfreaks.net/index.php?
module=FreaksTools&func=view
> Item&item_id=367
> HYPERLINK "http://www.qsl.net/ba1fb/"http://www.qsl.net/ba1fb/
> HYPERLINK
> "http://elm-chan.org/works/avrx/report_e.html"http://elm-
chan.org/works/
> avrx/report_e.html
> HYPERLINK
> "http://www.siwawi.arubi.uni-
kl.de/avr_projects/evertool/"http://www.siw
> awi.arubi.uni-kl.de/avr_projects/evertool/
> HYPERLINK
> "http://www.myplace.nu/avr/yaap/"http://www.myplace.nu/avr/yaap/
> HYPERLINK
> "http://www.kanda.com/index.php3?
bc=partno&bw=STK200"http://www.kanda.co
> m/index.php3?bc=partno&bw=STK200
> HYPERLINK
> "http://www.siliconchip.com.au/cms/A_30487/article.html"http://www.
silic
> onchip.com.au/cms/A_30487/article.html
>  
> HYPERLINK
> "http://sourceforge.net/projects/winavr/"http://sourceforge.net/pro
jects
> /winavr/    This link is to WINAVR a free C programming tool that 
runs
Show quoted textHide quoted text
> under AVR studio
> 
>

Re: [AVR-Chat] Re: AVR programmer for beginer

2006-05-29 by James Ronald

I have not tried the ISP cable below but I do use (since last night) the ISP cable described on page 33 of the AVR Robot Controller 1.1 which is used in the SRS Workshop Robot.
Show quoted textHide quoted text
----- Original Message -----
From: txt me
Sent: Sunday, May 28, 2006 9:58 PM
Subject: [AVR-Chat] Re: AVR programmer for beginer


has anyone tried using this particular programmer:
http://www.serasidis.gr/circuits/avrprog/avrprog.htm
with ATmega16 or ATmega32?

--- In AVR-Chat@yahoogroups.com, "Roy" wrote:
>
> Check out these - not in any particular order.
>
> HYPERLINK
> "http://www.serasidis.gr/circuits/avrprog/avrprog.htm"http://www.se
rasid
> is.gr/circuits/avrprog/avrprog.htm
> HYPERLINK
> "http://www.lancos.com/prog.html"http://www.lancos.com/prog.html
> HYPERLINK
> "http://microcontrollershop.com/default.php?
cPath=110"http://microcontro
> llershop.com/default.php?cPath=110
> HYPERLINK
> "http://www.qsl.net/wd6cmu/avr910.htm"http://www.qsl.net/wd6cmu/avr
910.h
> tm
> HYPERLINK
> "http://www.avrfreaks.net/index.php?
module=FreaksTools&func=viewItem&ite
> m_id=367"http://www.avrfreaks.net/index.php?
module=FreaksTools&func=view
> Item&item_id=367
> HYPERLINK "http://www.qsl.net/ba1fb/"http://www.qsl.net/ba1fb/
> HYPERLINK
> "http://elm-chan.org/works/avrx/report_e.html"http://elm-
chan.org/works/
> avrx/report_e.html
> HYPERLINK
> "http://www.siwawi.arubi.uni-
kl.de/avr_projects/evertool/"http://www.siw
> awi.arubi.uni-kl.de/avr_projects/evertool/
> HYPERLINK
> "http://www.myplace.nu/avr/yaap/"http://www.myplace.nu/avr/yaap/
> HYPERLINK
> "http://www.kanda.com/index.php3?
bc=partno&bw=STK200"http://www.kanda.co
> m/index.php3?bc=partno&bw=STK200
> HYPERLINK
> "http://www.siliconchip.com.au/cms/A_30487/article.html"http://www.
silic
> onchip.com.au/cms/A_30487/article.html
>
> HYPERLINK
> "http://sourceforge.net/projects/winavr/"http://sourceforge.net/pro
jects
> /winavr/ This link is to WINAVR a free C programming tool that
runs
> under AVR studio
>
>






------------------------ Yahoo! Groups Sponsor --------------------~-->
Protect your PC from spy ware with award winning anti spy technology. It's free.
http://us.click.yahoo.com/97bhrC/LGxNAA/yQLSAA/dN_tlB/TM
--------------------------------------------------------------------~->


Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/AVR-Chat/

<*> To unsubscribe from this group, send an email to:
AVR-Chat-unsubscribe@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/



JTAGICE MKII NO ISP

2006-06-01 by OWEN-A

Has anyone had a problem with an ATMEL JTAGICE MKII that will not enter the
isp programming mode.

I also have the early model ATMEL JTAGICE that enters isp and programs fuses
/ lock bits OK using the same board and connector as the MkII has the
problem with.

I am using Studio 4.12  SP2  Build472.

Thanking You,
Owen.

Re: [AVR-Chat] AVR programmer for beginer

2006-06-06 by Ned Konz

Roy wrote:
> I am personally thinking of buying the *AVR-USB-JTAG* OPTOISOLATED USB 
> JTAG DONGLE FOR PROGRAMMING AND EMULATION as shown at 
> http://www.olimex.com/dev/index.html
> 
> It is available from various suppliers.
> 
> Has any one had any experience with using this unit?

Yes; I've got one. Works fine. However, make sure that it programs all 
the devices you want to program; I had to get an AVR JTAG mkII to 
program some of the newer devices (especially the ATTiny25/45/85).

Thanks,
-- 
Ned Konz
ned@bike-nomad.com
http://bike-nomad.com

RE: [AVR-Chat] AVR programmer for beginer

2006-06-09 by Roy

Thanks Ned for the heads up :-)

Doesn't just interface to AVR studio, so long as this has the chips are
in the studio would this not work?

I have studio version 4.12 - is this the version you have?

Will email olimex to see what they say as I want to order one soon.

_______________________________________

Feel the power of the dark side!  
Atmel AVR

Roy Hopkins
Tauranga
New Zealand
_______________________________________

> -----Original Message-----
> From: AVR-Chat@yahoogroups.com [mailto:AVR-Chat@yahoogroups.com] On
Behalf
> Of Ned Konz
> Sent: Tuesday, 6 June 2006 2:15 p.m.
> To: AVR-Chat@yahoogroups.com
> Subject: Re: [AVR-Chat] AVR programmer for beginer
> 
> Roy wrote:
> > I am personally thinking of buying the *AVR-USB-JTAG* OPTOISOLATED
USB
> > JTAG DONGLE FOR PROGRAMMING AND EMULATION as shown at
> > http://www.olimex.com/dev/index.html
> >
> > It is available from various suppliers.
> >
> > Has any one had any experience with using this unit?
> 
> Yes; I've got one. Works fine. However, make sure that it programs all
> the devices you want to program; I had to get an AVR JTAG mkII to
> program some of the newer devices (especially the ATTiny25/45/85).
> 
> Thanks,
> --
> Ned Konz
> ned@bike-nomad.com
> http://bike-nomad.com

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.394 / Virus Database: 268.8.3/359 - Release Date: 8/06/2006

Re: [AVR-Chat] AVR programmer for beginer

2006-06-09 by Ned Konz

Roy wrote:
> Thanks Ned for the heads up :-)
> 
> Doesn't just interface to AVR studio, so long as this has the chips are
> in the studio would this not work?
> 
> I have studio version 4.12 - is this the version you have?
> 

I don't generally use AVR Studio, as I don't generally use Windows.
However, the interface to the Olimex unit is the same as the JTAG 1 from 
Atmel, and it will work with both AVR Studio, AVRDude, and avarice.

Any chips that are supported by the Atmel JTAG I will be supported by 
the Olimex unit; look at the help file for the JTAG I in AVR studio.


> Will email olimex to see what they say as I want to order one soon.
> 
> _______________________________________
> 
> Feel the power of the dark side!  
> Atmel AVR
> 
> Roy Hopkins
> Tauranga
> New Zealand
> _______________________________________
> 
>> -----Original Message-----
>> From: AVR-Chat@yahoogroups.com [mailto:AVR-Chat@yahoogroups.com] On
> Behalf
>> Of Ned Konz
>> Sent: Tuesday, 6 June 2006 2:15 p.m.
>> To: AVR-Chat@yahoogroups.com
>> Subject: Re: [AVR-Chat] AVR programmer for beginer
>>
>> Roy wrote:
>>> I am personally thinking of buying the *AVR-USB-JTAG* OPTOISOLATED
> USB
>>> JTAG DONGLE FOR PROGRAMMING AND EMULATION as shown at
>>> http://www.olimex.com/dev/index.html
>>>
>>> It is available from various suppliers.
>>>
>>> Has any one had any experience with using this unit?
>> Yes; I've got one. Works fine. However, make sure that it programs all
>> the devices you want to program; I had to get an AVR JTAG mkII to
>> program some of the newer devices (especially the ATTiny25/45/85).
>>
>> Thanks,
>> --
>> Ned Konz
>> ned@bike-nomad.com
>> http://bike-nomad.com
> 


Thanks,
-- 
Ned Konz
ned@bike-nomad.com
http://bike-nomad.com

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.