I've been working on a little ATmega for a year now, and have a pretty nice GUI and eventing system. Except, after completing the wireless driver, I'm left wondering, is there another way?
I want to know if anyone has come across any device that has GPIO, uC, QVGA display and touchscreen, but importantly - can support a web client. The idea is, the I could have a small embedded web server serving itself a webpage that displays on the QVGA screen. External clients could connect via wireless, and view the same screen.
I've seen lots of web servers in embedded applications, but not web clients. So I though a small Linux embedded device, and try and load on some web client and drivers to the QVGA/touchscreen. I also saw these; http://www.netmf.com/gadgeteer/get-started.aspx - 'system on module' devices that use .NET. Not sure if you could put a web client on that easily.
Can I get some direction?