| Author |
Message |
|
|
Posted: Jan 07, 2007 - 05:54 PM |
|

Joined: Nov 19, 2006
Posts: 2
Location: India
|
|
I am uploading Beginner's Quick Start Guide for WinAVR programming on ATMEGA128. Hope it will help to get started...
- Gurulingesh |
|
|
| |
|
|
|
|
|
Posted: Apr 19, 2007 - 02:45 PM |
|

Joined: Apr 17, 2007
Posts: 17
|
|
|
|
|
|
|
Posted: Apr 19, 2007 - 03:14 PM |
|


Joined: Dec 17, 2005
Posts: 1500
Location: Europe- Estonia- Tallinn
|
|
| Where do you see index.php if I may ask? |
|
|
| |
|
|
|
|
|
Posted: Apr 19, 2007 - 03:41 PM |
|


Joined: Jul 18, 2005
Posts: 62938
Location: (using avr-gcc in) Finchingfield, Essex, England
|
|
That's a bug in this bulletin board. Sometimes downloads appear to work OK but the delivered file is wrongly named index.php. If that happens just rename the file to be "start.pdf" or whatever and it should open just fine in your PDF reader.
Cliff |
_________________
|
| |
|
|
|
|
|
Posted: Apr 21, 2007 - 11:39 PM |
|


Joined: Feb 14, 2007
Posts: 1858
Location: San Diego California
|
|
|
clawson wrote:
That's a bug in this bulletin board. Sometimes downloads appear to work OK but the delivered file is wrongly named index.php. If that happens just rename the file to be "start.pdf" or whatever and it should open just fine in your PDF reader.
Cliff
Hi Cliff
You know everything!
Cheers,
John |
_________________ Resistance is futile…… You will be compiled!
|
| |
|
|
|
|
|
Posted: Jun 15, 2007 - 02:55 AM |
|

Joined: Jun 14, 2007
Posts: 1
|
|
| Thank you That helped immensely |
|
|
| |
|
|
|
|
|
Posted: Jun 16, 2007 - 03:40 PM |
|


Joined: Dec 15, 2003
Posts: 4412
Location: Slovakia, Bratislava
|
|
Nice tutorial.
If you want a free PDF generator (not to have the last page "This PDF was created by...") try PDFCreator. Free, quality, open. |
_________________ There are pointy haired bald people.
Time flies when you have a bad prescaler selected.
|
| |
|
|
|
|
|
Posted: Sep 06, 2007 - 05:26 PM |
|

Joined: Feb 17, 2007
Posts: 5
|
|
|
|
|
|
|
Posted: Sep 09, 2007 - 08:31 AM |
|


Joined: Sep 09, 2007
Posts: 1
|
|
i have problem,
when i copy/paste the sample code from "QuickStartGuide.pdf" in to Programmer's notepad and do "Make All" action (from Tolls menu), it nothing happen
in down windows write text:
Code:
> "make.exe" all
makefile:535: *** multiple target patterns. Stop.
> Process Exit Code: 2
> Time Taken: 00:00
i do only what was write in this pdf...  |
|
|
| |
|
|
|
|
|
Posted: Sep 10, 2007 - 10:29 AM |
|


Joined: Jul 18, 2005
Posts: 62938
Location: (using avr-gcc in) Finchingfield, Essex, England
|
|
| Post the Makefile as an attachment here (I have a feeling you may need to rename it with a .txt extension to be able to attach it) |
_________________
|
| |
|
|
|
|
|
Posted: Dec 14, 2007 - 10:54 AM |
|

Joined: Dec 01, 2007
Posts: 2
|
|
How nice your tutorial is!
I'm a newbie in AVR Programming arena. |
|
|
| |
|
|
|
|
|
Posted: Jan 21, 2008 - 04:07 AM |
|

Joined: Jan 18, 2008
Posts: 29
Location: Austin, Texas
|
|
Thanks for the tut! Helped me a lot in getting started in programming the ATMega128. Thanks again!
PS. I hope my stay at these forums are enjoyable. |
Last edited by AutoItKing on Jan 01, 2009 - 06:07 AM; edited 1 time in total
|
| |
|
|
|
|
|
Posted: Jun 06, 2008 - 10:58 AM |
|

Joined: Jun 06, 2008
Posts: 1
|
|
|
|
|
|
|
Posted: Jun 19, 2008 - 02:59 PM |
|

Joined: Jun 19, 2008
Posts: 1
|
|
|
jremiz wrote:
i have problem,
when i copy/paste the sample code from "QuickStartGuide.pdf" in to Programmer's notepad and do "Make All" action (from Tolls menu), it nothing happen
in down windows write text:
Code:
> "make.exe" all
makefile:535: *** multiple target patterns. Stop.
> Process Exit Code: 2
> Time Taken: 00:00
i do only what was write in this pdf...
I have the same problem as this. Does anyone know what could be wrong?
I have attaced the makefile, with .txt ending. |
|
|
| |
|
|
|
|
|
Posted: Jan 01, 2009 - 12:11 PM |
|

Joined: Jan 01, 2009
Posts: 37
Location: Home SoPCo., State Polytechnic of Jakarta
|
|
|
bloody-orc wrote:
Where do you see index.php if I may ask?
i want to learn more about AVR, can u help me
how to make digital watch with RTC 12C887???
it was my project in my class, i come from indonesia, learn in state polytechnic..
u can PM or send me an email to arcticsoul@ymail.com..
thx u very much |
|
|
| |
|
|
|
|
|
Posted: Jan 13, 2009 - 09:33 AM |
|

Joined: Nov 11, 2006
Posts: 49
|
|
just read the makefile "
# Target file name (without extension).
TARGET = RobotBeep
"
is this the one at smiley butterfly book?
i mean almost the same? |
|
|
| |
|
|
|
|
|
Posted: Feb 20, 2009 - 05:48 PM |
|

Joined: Feb 16, 2009
Posts: 2
|
|
Hey, nice TUT.
I am new to avr programming but I learn quickly.
I'm not 100% sure how but can you help me with something?
I have recently purchased this: http://www.olimex.com/dev/avr-tlcd-128can.html
And I don't know where to start.On the site there is a test program which is toooooo large for me to understand(as a beginer).
I want to write some simple programs( AVR STUDIO + WinAVR) but I still don't understand how to access the LCD (or other parts of this thnig).
I want to use C,because its powerfull and I know it from school.
If you could give me some links so some other,more elaborate tutorials it would be much appreciated.
(Or even better a basic, simple program for this board,like 40-50 lines,at most where you send some text to the LCD,and comment the main parts of the program) |
|
|
| |
|
|
|
|
|
Posted: Feb 20, 2009 - 07:00 PM |
|

Joined: Nov 17, 2004
Posts: 13956
Location: Vancouver, BC
|
|
Well, I have never used this board, but I would try:
Code:
#include <avr/io.h>
#include "lcd.h"
void main()
{
InitLCD();
LCD_Off(); // I'm not sure why this is here, but it was like this in the demo code
LCD_On();
LCDWriteString(0, 0, "Hello World!", 0);
while(1);
}
|
_________________ Regards,
Steve A.
The Board helps those that help themselves.
|
| |
|
|
|
|
|
Posted: Feb 25, 2009 - 09:25 PM |
|

Joined: Feb 16, 2009
Posts: 2
|
|
|
Koshchi wrote:
Well, I have never used this board, but I would try:
Code:
#include <avr/io.h>
#include "lcd.h"
void main()
{
InitLCD();
LCD_Off(); // I'm not sure why this is here, but it was like this in the demo code
LCD_On();
LCDWriteString(0, 0, "Hello World!", 0);
while(1);
}
Hey, thanks.This is exactly what I need. I didn't have time to check this but I will, soon.
I'm open to new sugestions, maybe a little program using the touchscreen feature.Say, press somwhere in the middle of the screen and a message will be displayed.
That would be very very usefull for me.
Or if someone very bored,would like to comment more detailed the demo program, so I and everybody else,would understand it better, would also be nice.
Thanks to all. |
|
|
| |
|
|
|
|
|
Posted: Apr 09, 2009 - 03:54 AM |
|

Joined: Feb 04, 2008
Posts: 35
|
|
|
|
|
|
|
Posted: Apr 24, 2009 - 08:41 AM |
|

Joined: Jan 01, 2009
Posts: 37
Location: Home SoPCo., State Polytechnic of Jakarta
|
|
|
rgvgouda wrote:
I am uploading Beginner's Quick Start Guide for WinAVR programming on ATMEGA128. Hope it will help to get started...
- Gurulingesh
Thanks a lot for sharing
I'm a newbie in ATmega128 . I'll read and learn more about this  |
|
|
| |
|
|
|
|
|
Posted: May 13, 2009 - 06:41 AM |
|

Joined: Dec 26, 2005
Posts: 8
|
|
Dear,
QuickStartGuide.pdf is not working..Please reactivate it to download.
Kudrot |
|
|
| |
|
|
|
|
|
Posted: Jun 20, 2009 - 01:10 PM |
|

Joined: Jun 20, 2009
Posts: 1
|
|
i have a board with a atmega128 and a isp the parameters inside must reprogramed with my name.... and other is it possible to read the atmega128 out and saved on pc then open te file and reprogramed and then back to the atmega there is a serial and a call that was programmed to my friend now i buy the stuff of hime ans will my own name there in
sorry i'm now here and in the avr best grtzzz
alain |
|
|
| |
|
|
|
|
|
Posted: Sep 15, 2009 - 04:32 AM |
|

Joined: Sep 13, 2009
Posts: 37
Location: Ohio, USA
|
|
|
Koshchi wrote:
...
Code:
#include <avr/io.h>
#include "lcd.h"
void main()
{
InitLCD();
LCD_Off(); // I'm not sure why this is here, but it was like this in the demo code
LCD_On();
LCDWriteString(0, 0, "Hello World!", 0);
while(1);
}
This block of code after initiallizing the LCD "InitLCD();" turns the device off. Prior to turning the device on to insure everthing on the display is clear and that the program and device are in sync.
Standard practice.
Hope This Helps!
Bill |
|
|
| |
|
|
|
|
|