Hi there,
Temperature and current from cell are monitored through CAN BUS by AT90CAN128.
AT90CAN128 is connected by I2C to ATMEGA32.
I need to implement a simple web server on ATMEGA32 to display these two (2) measurement data on the web browser.
Could you please help me that how i can...