modtronix.com
September 08, 2010, 08:19:48 PM
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
: SMF - Just Installed
Home
Help
Search
Login
Register
modtronix.com
>
PIC based SBC and Expansion Boards
>
Projects
>
making a wheather station with LCD AND WEB interface
Pages:
1
2
3
[
4
]
« previous
next »
Print
Author
Topic: making a wheather station with LCD AND WEB interface (Read 15366 times)
mattp
Newbie
Posts: 2
Re: making a wheather station with LCD AND WEB interface
«
Reply #45 on:
August 09, 2008, 11:15:35 PM »
@Attila RE:reply#38
Thanks for your source code. It seems there is a little bit of work to make it compatible with webserver v3.06.
Regardless, I have found an error that may be important to you;
In your file sdcard.c, you refer to "sdcSectorAddr.w[0].bits.b0" *twice* but overlook "sdcSectorAddr.w[1].bits.b0". It appears you made a mistake when copying and pasting.
SDC_Error sdcSearchRecordEnd(void)
{
...
sdcSectorAddr.w[1].bits.b1 = 1;
_b = sdcSectorRead(sdcSectorAddr.Val, (BYTE*)sdc_buffer.data);
if (sdc_buffer.data[sdcSectorOffset].EOR != RecordEND)
sdcSectorAddr.w[1].bits.b1 = 0;
//[THIS NEXT BLOCK SHOULD INFACT REFER TO w[1]....]
sdcSectorAddr.w[0].bits.b0 = 1;
_b = sdcSectorRead(sdcSectorAddr.Val, (BYTE*)sdc_buffer.data);
if (sdc_buffer.data[sdcSectorOffset].EOR != RecordEND)
sdcSectorAddr.w[0].bits.b0 = 0;
sdcSectorAddr.w[0].bits.b7 = 1;
_b = sdcSectorRead(sdcSectorAddr.Val, (BYTE*)sdc_buffer.data);
if (sdc_buffer.data[sdcSectorOffset].EOR != RecordEND)
sdcSectorAddr.w[0].bits.b7 = 0;
...
Regards,
Matt P
Logged
Appi
Newbie
Posts: 1
Re: making a wheather station with LCD AND WEB interface
«
Reply #46 on:
September 09, 2008, 04:41:30 AM »
hi,
i'am new in this forum. i orderd the sbc68ec a week ago.
i will be happy if someone can send me the code for this project.
do you have a howto for the implementation of the code ( c code and webpages)?
congratulations for your interestig wheather project.
greetings
remo
Logged
mohandino
Full Member
Posts: 15
Re: making a wheather station with LCD AND WEB interface
«
Reply #47 on:
February 12, 2009, 08:32:07 AM »
Quote from: Appi on September 09, 2008, 04:41:30 AM
hi,
i'am new in this forum. i orderd the sbc68ec a week ago.
i will be happy if someone can send me the code for this project.
do you have a howto for the implementation of the code ( c code and webpages)?
congratulations for your interestig wheather project.
greetings
remo
me too !
Logged
Aletstero
Jr. Member
Posts: 9
making a wheather station with LCD AND WEB interface
«
Reply #48 on:
December 12, 2009, 04:35:57 AM »
So , what is the theme ?
More like castlevania, resident evil, empire earth, etc ?
I can help you on making the enemies, and level. And, maybe I can help you in the making of the game.
Ps : Is the enemy monsters or what ? and, is this going to be sticks ?
Logged
Pages:
1
2
3
[
4
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
PIC based SBC and Expansion Boards
-----------------------------
=> MicroX Modules and SBC Boards
===> Ethernet Boards
===> USB Boards
===> Development Kits
===> Prototype Boards
=> Presto Modules and SBC Boards
===> in28J60
=> DIN Rail Modules and SBC Boards
=> Projects
=> Programming
-----------------------------
I/O Modules
-----------------------------
=> IOR5E
=> MXD2R
-----------------------------
LCD and PLED Displays
-----------------------------
=> Serial LCD Displays
=> Standard Parallel LCD Displays
-----------------------------
H-Series Products
-----------------------------
=> General
-----------------------------
Software
-----------------------------
=> Microchip TCP/IP stack
=> Contract Programmers
-----------------------------
Custom Designs
-----------------------------
=> General
Loading...