We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
project;;; internet borwser on 8051
where can i get the best and ligtest?
As an avid coder, you should be able to whip one up yourself in an afternoon or two.
Or you might switch to a processor that has video support. It is way easier to browse if the processor is intended for driving a graphical display at multiple frames/second, than if the processor is aimed at driving individual LEDs or if the processor requires operations to send out the picture one byte at a time possibly taking seconds/frame.
By the way - it helps if the processor has enough RAM for the TCP/IP stack and the display memory. Of course, you can find GPRS modules with internal TCP/IP stack, allowing you to retrieve data using just AT commands. And you can find displays with enough memory for storing one or more full-screen images.