The web servers are computers with some specific software installed. Any Computer can be converted into a web server with softwares like IIS or Apache. The PCs are bulky and designed for multipurpose usage.
What if we need dedicated task to be performed at lowest possible form-factor and cost?
The answer is, use microcontroller based Web server.
The required firmware to convert any microcontroller to a web server is called as TCP/IP stack.
The microcontroller is not just enough to act as web server, but it requires Ethernet interface ICs like ENC28J60 or RTL8019 along with Ethernet RJ45 connector with magnetic.
The product you are browsing is ready to use web server hardware loaded with required TCP/IP stack.
The firmware source code can be downloaded from the product’s webpage.
Firmware credits to: avrportal.com
The AVR Webserver is based on ATmega32 and ENC28J60 ethenet interface controller. With some source code modification this product can be used as data logger.
Source code download for AVR Web Server
Product Packing:
Product contents:
- One assembled & tested PCB with all components mounted. (LCD Included)
- 1mt cross cable
|
|
Question - by Anurag
|
Dear Sir,
Please suggest Suitable Programmer available at delhi to programm ATmega32 Microcontroller of AVR Embedded web server.
Is it available at yourside?
Regards,
Anurag Sharma
|
Embedded_Market_Support - Reply
|
We have AVRUSB Programmer based on AVRTiny hardware & AVRDude software. Thi product is not listed online. If you need it do let me know by posting your reply here.
|
Question - by Anurag
|
Dear Sir,
Really interested. May please cost of the same be informed with manuals.
Regards,
Anurag Sharma
|
Embedded_Market_Support - Reply
|
The Programmer is clone of ladyada tinyUSB. Price is Rs. 567 + Courier Rs. 81. Do let me know your Full address, emailid so to generate e-invoice for online payment, else you may visit SBI to make cash payment. Lead time is 5 days (next batch is in production).
|
|
|
Question - by vinayak
|
i want to modify the ip address of avr embedded server but when i change this ip in main program file after programing lcd shows 255.255.255.255
avr ip.
|
Question - by vinayak
|
please give reply how can i change the avr ip in program
|
Embedded_Market_Support - Reply
|
Change the IP in main program, you are doing it right. You have to program the EEPROM also while programming the flash. The IP you are changing is getting stored in internal EEPROM of mega32.
|
|
|
Question - by ameye
|
Sir i accidently damaged the the uc. how do i get the complete single hex file for the software. also i was wondering if the avrnet.hex from the provided source code is the hex file for the program..
|
Embedded_Market_Support - Reply
|
Yes it is the same hex. You also need to load eeprom hex too.
|
Question - by ameye
|
u mean to say load eeprom with hex right?
|
Embedded_Market_Support - Reply
|
Yes
|