modtronix.com
September 08, 2010, 08:19:48 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: SMF - Just Installed
 
   Home   Help Search Login Register  
Pages: 1 2 3 [4]
  Print  
Author Topic: making a wheather station with LCD AND WEB interface  (Read 15366 times)
mattp
Newbie
*
Posts: 2


View Profile
« 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


View Profile
« 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


View Profile
« Reply #47 on: February 12, 2009, 08:32:07 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

382841688 awartediar@gmail.com REALNAME REALNAME
View Profile
« 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  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!