Close

Web interface

A project log for Home security

Home security project based on atmega and ardunio. MQTT gateway for data gathering.

vysocan76vysocan76 08/23/2014 at 07:450 Comments

Over last two weeks I have polished the web interface. I have put all in simple tables and added some CSS. Also there are few modification to logger thread, that now produces information about the GSM status.

I'm pretty happy with the current look and I've started moving the pages to flash. Currently there is arround 5KiB of RAM used and 40KiB of flash.

Also because the serial 0 is now connected to GSM modem I have created a "WebSerial" library. It's only purpose is to dump a ring buffer on the debug page.

So I can see what is happening under the hood. ( Bogo is a counter that add 1 to a long integer, and is reset every 10 seconds. This helps me to see how busy the uCPU is. :)

Discussions