Atmel AVR Microcontroller discussion group.
[AVR club] lcd temprature controlled baseb - sahils88 - Jun 27 16:47:59 2009
plz send me the circut diag. of lcd temp contolled based project.using avr ATMEL ATmega16
contoller.i also wanna display the timming and temp on the lcd.plz suuggest me the rtc
recquired for it.
------------------------------------

(You need to be a member of avrclub -- send a blank email to avrclub-subscribe@yahoogroups.com )
Re: [AVR club] lcd temprature controlled baseb - Eric - Jun 27 17:59:58 2009
I got this
http://www.futurlec.com.au/ATMegaControlBoard.jsp
ATmeg32 you also get software to download the program
You will also have to get
. DS1307 Real Time Clock: (there is a IC soket for it on the board)
. In-Circuit Program Downloader
If you use some other board they have a Real Time Clock (RTC) boards
http://www.futurlec.com.au/Mini_DS1307.jsp
They also have another web site
http://www.futurlec.com/ATMegaControlBoard_Technical.shtml
I am not sure what else is available out there, (closer to ATmega16)
I thought this clock would be neat it displays date & time on a standard 6
digit clock
http://www.dubdubdub.net.nz/clock/
sorry I can not do the 7-segment font
>From Eric
----- Original Message -----
From: sahils88
To:
Sent: Sunday, June 28, 2009 3:59 AM
Subject: [AVR club] lcd temprature controlled baseb
plz send me the circut diag. of lcd temp contolled based project.using avr
ATMEL ATmega16 contoller.i also wanna display the timming and temp on the
lcd.plz suuggest me the rtc recquired for it.
------------------------------------

(You need to be a member of avrclub -- send a blank email to avrclub-subscribe@yahoogroups.com )Re: [AVR club] lcd temprature controlled baseb - Neena Sharma - Jun 28 10:24:33 2009
Hi Sahil
=A0
This is a simple event scheduler that I build. It has a RTC (1302), NTC 10K=
temperature sensor. The NTC is uncalibrated now and showing the adc value =
of 528. I need to work on it=20
to read in degree C should not be more half a days job.
=A0
The clock time setting and relay on/off time can be fully controlled throug=
h the four push buttons in front while reading the LCD. (Please read the Da=
te, it is fresh from oven).
=A0
I am working on a simple tutorial on migrating from C to winavr and the=A0f=
unctions for this project.=20
=A0
I have coded using winAVR and on ATMEGA328P bootboard. The Board has on boa=
rd bootloader which communicates with AVRStudio4 for flash and eeprom downl=
oading/uploading. The advantage is that I have running RS232 all the time a=
nd can make use of ISP pins as I/O. The date and time can also be set throu=
gh PC Terminal (rs232).
=A0
My simple advice on project of this scale.
=A0
1) All informations=A0are available in datasheets. Believe me if you were t=
o program this on your own you will have to read the datasheet over and ove=
r again many times like me.As far as I remember I have not posted a single =
technical question ever on any forum but yes have replied to many. But I ag=
ree that I am doing it for hobby(with > 10 years=A0uP programming)=A0and so=
me of you must be doing it for your tight time schedule project. But still =
instead of getting ready made=A0solution it is more fun to program it yours=
elf and believe me sometime it is=A0faster.=20
=A0
2) As many have said before do it a small step at a time. Just send string =
of "Hello" on RS232, just show one A at the corner of LCD panel, just get t=
he changing second for DS1302 never mind even if it is still in 1999 this w=
ould have crossed the main hurdles that is the communication would have bee=
n established=A0with the device.=A0
=A0
3) If you are using winAVR or any C, do not underestimate the power of modu=
lar programming and pointers.=20
=A0
The main=A0components that I have used
=A0
1) LCD JHD 162A
2) RTC 1302
3) AVR ATMEGA328P bootboard
4) NTC 10K
=A0
I hope above can help you a little in your project.
=A0
Thanks
=A0
Sharma
=A0
=A0
=A0
=A0
=A0
--- On Sun, 6/28/09, Eric
wrote:
From: Eric
Subject: Re: [AVR club] lcd temprature controlled baseb
To: a...@yahoogroups.com
Date: Sunday, June 28, 2009, 5:59 AM
I got this
http://www.futurlec .com.au/ATMegaCo ntrolBoard. jsp
ATmeg32 you also get software to download the program
You will also have to get
. DS1307 Real Time Clock: (there is a IC soket for it on the board)
. In-Circuit Program Downloader
If you use some other board they have a Real Time Clock (RTC) boards
http://www.futurlec .com.au/Mini_ DS1307.jsp
They also have another web site
http://www.futurlec .com/ATMegaContr olBoard_Technica l.shtml
I am not sure what else is available out there, (closer to ATmega16)
I thought this clock would be neat it displays date & time on a standard 6
digit clock
http://www.dubdubdu b.net.nz/ clock/
sorry I can not do the 7-segment font
>From Eric
----- Original Message -----
From: sahils88
To:
Sent: Sunday, June 28, 2009 3:59 AM
Subject: [AVR club] lcd temprature controlled baseb
plz send me the circut diag. of lcd temp contolled based project.using avr
ATMEL ATmega16 contoller.i also wanna display the timming and temp on the
lcd.plz suuggest me the rtc recquired for it.
------------ --------- --------- ------

(You need to be a member of avrclub -- send a blank email to avrclub-subscribe@yahoogroups.com )Re: [AVR club] lcd temprature controlled baseb - Eric - Jun 28 14:06:29 2009
you might also like to look at the LM35 datasheet
LM35 Precision Centigrade Temperature Sensors
----- Original Message -----
From: Neena Sharma
To:
Sent: Sunday, June 28, 2009 1:18 PM
Subject: Re: [AVR club] lcd temprature controlled baseb
Hi Sahil
This is a simple event scheduler that I build. It has a RTC (1302), NTC 10K
temperature sensor. The NTC is uncalibrated now and showing the adc value of
528. I need to work on it
to read in degree C should not be more half a days job.
The clock time setting and relay on/off time can be fully controlled through
the four push buttons in front while reading the LCD. (Please read the Date,
it is fresh from oven).
I am working on a simple tutorial on migrating from C to winavr and the
functions for this project.
I have coded using winAVR and on ATMEGA328P bootboard. The Board has on
board bootloader which communicates with AVRStudio4 for flash and eeprom
downloading/uploading. The advantage is that I have running RS232 all the
time and can make use of ISP pins as I/O. The date and time can also be set
through PC Terminal (rs232).
My simple advice on project of this scale.
1) All informations are available in datasheets. Believe me if you were to
program this on your own you will have to read the datasheet over and over
again many times like me.As far as I remember I have not posted a single
technical question ever on any forum but yes have replied to many. But I
agree that I am doing it for hobby(with > 10 years uP programming) and some
of you must be doing it for your tight time schedule project. But still
instead of getting ready made solution it is more fun to program it yourself
and believe me sometime it is faster.
2) As many have said before do it a small step at a time. Just send string
of "Hello" on RS232, just show one A at the corner of LCD panel, just get
the changing second for DS1302 never mind even if it is still in 1999 this
would have crossed the main hurdles that is the communication would have
been established with the device.
3) If you are using winAVR or any C, do not underestimate the power of
modular programming and pointers.
The main components that I have used
1) LCD JHD 162A
2) RTC 1302
3) AVR ATMEGA328P bootboard
4) NTC 10K
I hope above can help you a little in your project.
Thanks
Sharma
--- On Sun, 6/28/09, Eric wrote:
From: Eric
Subject: Re: [AVR club] lcd temprature controlled baseb
To: a...@yahoogroups.com
Date: Sunday, June 28, 2009, 5:59 AM
I got this
http://www.futurlec .com.au/ATMegaCo ntrolBoard. jsp
ATmeg32 you also get software to download the program
You will also have to get
. DS1307 Real Time Clock: (there is a IC soket for it on the board)
. In-Circuit Program Downloader
If you use some other board they have a Real Time Clock (RTC) boards
http://www.futurlec .com.au/Mini_ DS1307.jsp
They also have another web site
http://www.futurlec .com/ATMegaContr olBoard_Technica l.shtml
I am not sure what else is available out there, (closer to ATmega16)
I thought this clock would be neat it displays date & time on a standard 6
digit clock
http://www.dubdubdu b.net.nz/ clock/
sorry I can not do the 7-segment font
>From Eric
----- Original Message -----
From: sahils88
To:
Sent: Sunday, June 28, 2009 3:59 AM
Subject: [AVR club] lcd temprature controlled baseb
plz send me the circut diag. of lcd temp contolled based project.using avr
ATMEL ATmega16 contoller.i also wanna display the timming and temp on the
lcd.plz suuggest me the rtc recquired for it.
------------ --------- --------- ------

(You need to be a member of avrclub -- send a blank email to avrclub-subscribe@yahoogroups.com )[AVR club] Re: lcd temprature controlled baseb - brewski922 - Jul 2 10:49:27 2009
Dallas Semiconductor has a DS1820 which is a temperature sensor with an accuracy of +/-
0.5C. It uses a 2-Wire interface. CodeVisionAVR (cvAVR),
http://www.hpinfotech.ro/html/download.htm
evaluation version has a demo program that uses the DS1820 to measure the temp and
displays it onto an LCD.
The ATmega16 has a RTC built in. Why don't you want to use it?
Using the cvAVR mentioned above, I haven't used in a while and presently do not have it
installed but the built-in CodeWizard can probably set up the mega16 to read the DS1820
temp and display that on an LCD. Also setup the RTC.
I mentioned the accuracy of the DS1820. How accurate does your readings have to be? +/-
0.5C is pretty good.
The reason I quit using cvAVR is now I am trying to use Linux exclusively at home and
cvAVR does not support that. For about 5 years I was a registered user of cvAVR keeping up
with all the updates.
Mike
--- In a...@yahoogroups.com, "Eric"
wrote:
>
> you might also like to look at the LM35 datasheet
> LM35 Precision Centigrade Temperature Sensors
>
> ----- Original Message -----
> From: Neena Sharma
> To:
> Sent: Sunday, June 28, 2009 1:18 PM
> Subject: Re: [AVR club] lcd temprature controlled baseb
> Hi Sahil
>
> This is a simple event scheduler that I build. It has a RTC (1302), NTC 10K
> temperature sensor. The NTC is uncalibrated now and showing the adc value of
> 528. I need to work on it
> to read in degree C should not be more half a days job.
>
> The clock time setting and relay on/off time can be fully controlled through
> the four push buttons in front while reading the LCD. (Please read the Date,
> it is fresh from oven).
>
> I am working on a simple tutorial on migrating from C to winavr and the
> functions for this project.
>
> I have coded using winAVR and on ATMEGA328P bootboard. The Board has on
> board bootloader which communicates with AVRStudio4 for flash and eeprom
> downloading/uploading. The advantage is that I have running RS232 all the
> time and can make use of ISP pins as I/O. The date and time can also be set
> through PC Terminal (rs232).
>
> My simple advice on project of this scale.
>
> 1) All informations are available in datasheets. Believe me if you were to
> program this on your own you will have to read the datasheet over and over
> again many times like me.As far as I remember I have not posted a single
> technical question ever on any forum but yes have replied to many. But I
> agree that I am doing it for hobby(with > 10 years uP programming) and some
> of you must be doing it for your tight time schedule project. But still
> instead of getting ready made solution it is more fun to program it yourself
> and believe me sometime it is faster.
>
> 2) As many have said before do it a small step at a time. Just send string
> of "Hello" on RS232, just show one A at the corner of LCD panel, just get
> the changing second for DS1302 never mind even if it is still in 1999 this
> would have crossed the main hurdles that is the communication would have
> been established with the device.
>
> 3) If you are using winAVR or any C, do not underestimate the power of
> modular programming and pointers.
>
> The main components that I have used
>
> 1) LCD JHD 162A
> 2) RTC 1302
> 3) AVR ATMEGA328P bootboard
> 4) NTC 10K
>
> I hope above can help you a little in your project.
>
> Thanks
>
> Sharma
> --- On Sun, 6/28/09, Eric wrote:
> From: Eric
> Subject: Re: [AVR club] lcd temprature controlled baseb
> To: a...@yahoogroups.com
> Date: Sunday, June 28, 2009, 5:59 AM
> I got this
>
> http://www.futurlec .com.au/ATMegaCo ntrolBoard. jsp
>
> ATmeg32 you also get software to download the program
>
> You will also have to get
> . DS1307 Real Time Clock: (there is a IC soket for it on the board)
> . In-Circuit Program Downloader
>
> If you use some other board they have a Real Time Clock (RTC) boards
> http://www.futurlec .com.au/Mini_ DS1307.jsp
>
> They also have another web site
> http://www.futurlec .com/ATMegaContr olBoard_Technica l.shtml
>
> I am not sure what else is available out there, (closer to ATmega16)
> I thought this clock would be neat it displays date & time on a standard 6
> digit clock
> http://www.dubdubdu b.net.nz/ clock/
> sorry I can not do the 7-segment font
>
> From Eric
>
> ----- Original Message -----
> From: sahils88
> To:
> Sent: Sunday, June 28, 2009 3:59 AM
> Subject: [AVR club] lcd temprature controlled baseb
>
> plz send me the circut diag. of lcd temp contolled based project.using avr
> ATMEL ATmega16 contoller.i also wanna display the timming and temp on the
> lcd.plz suuggest me the rtc recquired for it.
>
> ------------ --------- --------- ------

(You need to be a member of avrclub -- send a blank email to avrclub-subscribe@yahoogroups.com )Re: [AVR club] lcd temprature controlled baseb - Neena Sharma - Jul 2 10:49:47 2009
Hi all
=A0
The=A0pictures are added in under Photos/Event scheduler.
=A0
Thanks
=A0
Sharma
--- On Sun, 6/28/09, Neena Sharma
wrote:
From: Neena Sharma
Subject: Re: [AVR club] lcd temprature controlled baseb
To: a...@yahoogroups.com
Date: Sunday, June 28, 2009, 9:18 AM
Hi Sahil
=A0
This is a simple event scheduler that I build. It has a RTC (1302), NTC 10K=
temperature sensor. The NTC is uncalibrated now and showing the adc value =
of 528. I need to work on it=20
to read in degree C should not be more half a days job.
=A0
The clock time setting and relay on/off time can be fully controlled throug=
h the four push buttons in front while reading the LCD. (Please read the Da=
te, it is fresh from oven).
=A0
I am working on a simple tutorial on migrating from C to winavr and the=A0f=
unctions for this project.=20
=A0
I have coded using winAVR and on ATMEGA328P bootboard. The Board has on boa=
rd bootloader which communicates with AVRStudio4 for flash and eeprom downl=
oading/ uploading. The advantage is that I have running RS232 all the time =
and can make use of ISP pins as I/O. The date and time can also be set thro=
ugh PC Terminal (rs232).
=A0
My simple advice on project of this scale.
=A0
1) All informations=A0 are available in datasheets. Believe me if you were =
to program this on your own you will have to read the datasheet over and ov=
er again many times like me.As far as I remember I have not posted a single=
technical question ever on any forum but yes have replied to many. But I a=
gree that I am doing it for hobby(with > 10 years=A0uP programming)=A0 and =
some of you must be doing it for your tight time schedule project. But stil=
l instead of getting ready made=A0solution it is more fun to program it you=
rself and believe me sometime it is=A0faster.=20
=A0
2) As many have said before do it a small step at a time. Just send string =
of "Hello" on RS232, just show one A at the corner of LCD panel, just get t=
he changing second for DS1302 never mind even if it is still in 1999 this w=
ould have crossed the main hurdles that is the communication would have bee=
n established=A0with the device.=A0
=A0
3) If you are using winAVR or any C, do not underestimate the power of modu=
lar programming and pointers.=20
=A0
The main=A0components that I have used
=A0
1) LCD JHD 162A
2) RTC 1302
3) AVR ATMEGA328P bootboard
4) NTC 10K
=A0
I hope above can help you a little in your project.
=A0
Thanks
=A0
Sharma
=A0
=A0
=A0
=A0
=A0
--- On Sun, 6/28/09, Eric wrote:
From: Eric
Subject: Re: [AVR club] lcd temprature controlled baseb
To: avrclub@yahoogroups .com
Date: Sunday, June 28, 2009, 5:59 AM
I got this
http://www.futurlec .com.au/ATMegaCo ntrolBoard. jsp
ATmeg32 you also get software to download the program
You will also have to get
. DS1307 Real Time Clock: (there is a IC soket for it on the board)
. In-Circuit Program Downloader
If you use some other board they have a Real Time Clock (RTC) boards
http://www.futurlec .com.au/Mini_ DS1307.jsp
They also have another web site
http://www.futurlec .com/ATMegaContr olBoard_Technica l.shtml
I am not sure what else is available out there, (closer to ATmega16)
I thought this clock would be neat it displays date & time on a standard 6
digit clock
http://www.dubdubdu b.net.nz/ clock/
sorry I can not do the 7-segment font
>From Eric
----- Original Message -----
From: sahils88
To:
Sent: Sunday, June 28, 2009 3:59 AM
Subject: [AVR club] lcd temprature controlled baseb
plz send me the circut diag. of lcd temp contolled based project.using avr
ATMEL ATmega16 contoller.i also wanna display the timming and temp on the
lcd.plz suuggest me the rtc recquired for it.
------------ --------- --------- ------

(You need to be a member of avrclub -- send a blank email to avrclub-subscribe@yahoogroups.com )