Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

atmega8 webserver using enc28j60

Status
Not open for further replies.

sherazi

Banned
Full Member level 6
Joined
Feb 15, 2010
Messages
388
Helped
61
Reputation
126
Reaction score
61
Trophy points
1,318
Location
Muscat, Oman, Oman
Activity points
0
hi there!

i am starting this project , that contains the AVR and enc28j60... but i am not aware of what to do... i have searce eda board but couldnt find something for a complete newbie, so plz can u help me by explaining how can i start and how does it go....

where can i get the stack for tcp/ip for avr (i program in asmbly)

i need a complete tutorial.........and help.........................................
 


its ok ... now can you let me know how can i use this tcp ip stack in the pic... i have to include it in code or what? the thing i want is to measure humidity and temp from sensors and send it to ethernet
 

It is a library, you have to compile it with your application.
 

that means that i just have to include it as an include file and then write my program
 

Include files and source files as well.
Did you write a C application before consisting of several files?
That's very similar.
 

what i want is that read temerature and humidity from sensors and make it available on internet.... using the webserver .. if i chose pic microcontroller and a enc28j60 how would i program it...

plz help me... its urgent

can u just give me points from the start pllllllllllllllzzzzzzzzzzzz
 

Man,
You should get a working project that has a webserver implemented using some PIC stuff, the ECNJXX and the controller that has a webserver.
Build this project as is.
Modify the webserver code to do whatever you want.
You can refer to the book I sent earlier or browse the internet for a similar project.
 

    sherazi

    Points: 2
    Helpful Answer Positive Rating
thats ok.. i have just got taht idea..

how would then i be sending data to etehernet... wht would be the algo
 

You will have to add web page for example for your webserver
whenenver the page is requested, your webserver will run code that does what u want and send back the results to the webpage.
 

I'm making this project exactly ( measuring humidity and temperature) using PIC18F452 and ENC28J60, and i have the same problem, i dont know how to initialize the ENC program, just need somebody to instruct me step by step from the beginning.

p.s.: I have been searching for along time in this topic with no gain
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top