image

PIP是一個在Arduino UNO上運行良好的多功能Web瀏覽器。它可以下載並呈現純HTML(無圖像,CSS或JavaScript),並可跟隨嵌入的鏈接。它是操縱桿控制的,並使用一個320×240的液晶屏為輸出。

以太網和SD卡使用約代碼20KB,這樣LCD驅動器,HTML解析器和渲染擠進12KB。

進行中的代碼工作現在可以在Github上下載。

組件:

  • 1×Arduino Uno (Any ATMega 328p-based board should do)
  • 1×WIZnet 5100 Ethernet shield (Includes a micro SD card slot and uses the built-in Arduino libraries)
  • 1×320×240 TFT LCD SPI screen (An SPI LCD screen found at banggood.com, with custom driver)
  • 1×2 axis analogue joystick with button (A generic 5-pin analogue joystick as used in game controllers)
  • 1×Arduino prototype shield (A generic prototype board for handling the power level conversion)
  • 5×6.8K approx. resistors (Required to drop the Arduino 5V down to 3v for the LCD screen)

來源:wiznetmuseum