| Author |
Message |
|
|
Posted: May 23, 2007 - 10:05 AM |
|


Joined: Jan 23, 2004
Posts: 9832
Location: Trondheim, Norway
|
|
Note to self: After timers tutorial, make clock source tutorial.
- Dean  |
_________________ Atmel Studio 6.1 is now released, grab it here.
Report AS6/ASF bugs here.
|
| |
|
|
|
|
|
Posted: May 23, 2007 - 02:12 PM |
|

Joined: Mar 29, 2007
Posts: 32
|
|
| i think someone should provide a good tutorial on how to interface AVR with USB and ethernet in detail. I am despirately waiting for one such tutorial |
|
|
| |
|
|
|
|
|
Posted: Jun 28, 2007 - 01:07 PM |
|

Joined: Dec 04, 2006
Posts: 24
|
|
| These Zigbee devices are cool things. There must be some professional tutorial on this community on the integration of these devices with AVR's USART. |
|
|
| |
|
|
|
|
|
Posted: Jul 04, 2007 - 05:45 AM |
|

Joined: Dec 30, 2004
Posts: 8789
Location: Melbourne,Australia
|
|
A tutorial on the evils of interrupts and pre-emptive task switching - such topics like:
how interrupts work
sharing variables
atomic access
task switching - co-operative vs pre-emptive
time and time again, both on this forum and many others I see people using interrupts without knowing the pitfalls of using them. Non atomic variable accessing etc.
Dean, your writing style has improved a lot. Very readable and a lot more factual. It might help to include some references for your information so that people don't think you're pulling the info out of your bum! All goes towards separating fact from opinion. |
|
|
| |
|
|
|
|
|
Posted: Oct 13, 2008 - 11:54 PM |
|

Joined: Jun 19, 2008
Posts: 1
|
|
A tutorial on ZigBee or some other wireless communications would be very helpful for us beginners that have been soaking up the existing tutorials.javascript:emoticon(' ')
-Jason |
|
|
| |
|
|
|
|
|
Posted: Nov 06, 2008 - 08:27 PM |
|


Joined: Dec 22, 2005
Posts: 1261
Location: shiraz , iran
|
|
| a tutorial about I2c and interrupt driven one programming 24xx series. |
_________________ I love Digital
and you who involved in it!
|
| |
|
|
|
|
|
Posted: Jan 21, 2009 - 07:12 AM |
|

Joined: Dec 23, 2008
Posts: 25
|
|
I'd love a tutorial on writing a Makefile, specifically for AVRs and tying in avr-dude commands.
I'd love to have an open alternative to AVR Studio for portability between all my machines. |
|
|
| |
|
|
|
|
|
Posted: Jan 21, 2009 - 09:37 AM |
|


Joined: Jul 18, 2005
Posts: 62361
Location: (using avr-gcc in) Finchingfield, Essex, England
|
|
|
Quote:
I'd love a tutorial on writing a Makefile
To be fair there's nothing particular AVR specific about writing GNU Make Makefile's if you just type "GNU Make tutorial" into Google you'll get loads of hits (23,200 in fact). These ones come near the top of the list:
http://www.metalshell.com/view/tutorial/120/
http://www.cs.utah.edu/dept/old/texinfo ... e_toc.html
As for avrdude - the user manual covers pretty much everything you need.
By the way some people have adapted Eclipse for use with AVR as a cross-platform IDE. |
_________________
|
| |
|
|
|
|
|
Posted: Jan 21, 2009 - 10:32 AM |
|

Joined: Jan 17, 2009
Posts: 11
|
|
Does a tutorial on Interrupt's exist ? otherwise it'll be interesting, for some noobs like me  |
|
|
| |
|
|
|
|
|
Posted: Jan 21, 2009 - 10:54 AM |
|


Joined: Jul 18, 2005
Posts: 62361
Location: (using avr-gcc in) Finchingfield, Essex, England
|
|
|
Quote:
Does a tutorial on Interrupt's exist ? otherwise it'll be interesting, for some noobs like me
What kind of interrupts? I know that there are tutorials on both UART and ADC interrupts already - maybe others too?
EDIT: A search for "interrupt" in Tutorial Forum currently hits 47 threads including this one in fact - seems my list missed timers and EEPROM among others. Perhaps the most useful one generically about interrupts is actually this one:
Pitfalls of using interrupts |
_________________
|
| |
|
|
|
|
|
Posted: Feb 18, 2009 - 02:50 PM |
|


Joined: Feb 06, 2009
Posts: 835
Location: TN
|
|
I often use VT100 terminal commands for uC interfaces. I will write a Tutorial if there is interest. The MMI is very simple, and processes a character at a time to navigate menues and change values or present information. VT100 commands for printing text at a specific location, clearing screen and changing test parameters will be demonstated. The MMI is written using Codvision, it should work with other C compilers.
I have also developed a VB6 application for a custom VT100-lite terminal. This could be a second tutorial.
Both of these will compliment the nice tutorial on USART rs232 by Dean. |
|
|
| |
|
|
|
|
|
Posted: Aug 23, 2009 - 07:13 PM |
|

Joined: Oct 25, 2008
Posts: 10
|
|
not strictly a topic i know, but id like to make a suggestion if i may
this forum is very biased towards C programming, would it not be possible to put assembly code snippets alongside the C code in these tutorial threads ?
i know its probably a big ask, but there does seem to be very little in the tutorial section for people (noobs like myself) starting to learn the assembly language |
|
|
| |
|
|
|
|
|
Posted: Aug 24, 2009 - 09:14 AM |
|


Joined: Jul 18, 2005
Posts: 62361
Location: (using avr-gcc in) Finchingfield, Essex, England
|
|
| Try www.avrbeginners.net - a lot of the Asm "beginners" stuff already exists there so there's not much point in it being duplicated here. |
_________________
|
| |
|
|
|
|
|
Posted: Aug 24, 2009 - 01:12 PM |
|

Joined: Jul 20, 2009
Posts: 22
Location: Delhi, India
|
|
I think Tutorial on receiving $GPRMC and $GPGGA using ATMEGA controller would be helpful for all working on GPS based application.
_____________
Dheeraj |
|
|
| |
|
|
|
|
|
Posted: Aug 24, 2009 - 05:45 PM |
|

Joined: Nov 17, 2004
Posts: 13851
Location: Vancouver, BC
|
|
| But that is just parsing a string which involves nothing specific to the AVR. |
_________________ Regards,
Steve A.
The Board helps those that help themselves.
|
| |
|
|
|
|
|
Posted: Aug 25, 2009 - 01:03 AM |
|


Joined: Nov 17, 2004
Posts: 6137
Location: Great Smokey Mountains.
|
|
|
mu5tard wrote:
not strictly a topic i know, but id like to make a suggestion if i may
this forum is very biased towards C programming, would it not be possible to put assembly code snippets alongside the C code in these tutorial threads ?
i know its probably a big ask, but there does seem to be very little in the tutorial section for people (noobs like myself) starting to learn the assembly language
Check out Chuck Baird's book: http://www.lulu.com/content/420385
Smiley |
_________________ FREE TUTORIAL: 'Quick Start Guide for Using the WinAVR C Compiler with ATMEL's AVR Butterfly' AVAILABLE AT: http://www.smileymicros.com
|
| |
|
|
|
|
|
Posted: Aug 29, 2009 - 02:28 PM |
|


Joined: Dec 22, 2005
Posts: 1261
Location: shiraz , iran
|
|
| I think we need a tutorial on SDRAM's. |
_________________ I love Digital
and you who involved in it!
|
| |
|
|
|
|
|
Posted: Sep 05, 2009 - 11:54 PM |
|

Joined: Jul 16, 2009
Posts: 2
Location: Tucson, AZ
|
|
| It would be great if you can make a tutorial about TWI/I2C, that is so mysterious, there's no single tutorial that explains it good enough to understand how it work just reading one tutorial, it's like a nightmare looking for some peaces of info all around the web. |
|
|
| |
|
|
|
|
|
Posted: Sep 06, 2009 - 12:46 AM |
|

Joined: Nov 14, 2001
Posts: 3438
Location: Charlottesville, VA USA
|
|
| I did a search for AVR32 related tutorials and couldn't find any. Of course I am no genius at searching so I may be wrong. Would there be anything wrong with someone posting AVR32 tutorials in this forum? |
|
|
| |
|
|
|
|
|
Posted: Sep 06, 2009 - 12:47 AM |
|

Joined: Dec 15, 2008
Posts: 923
Location: Brisbane, Australia
|
|
|
Spike69 wrote:
It would be great if you can make a tutorial about TWI/I2C
Not a bad idea, especially given the xmega can do a multi-master configuration.
Bonus points for how to integrate with the SMBus of a standard PC for testing. |
|
|
| |
|
|
|
|
|