This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

best and ligtest bowrser

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.