GR-PEACH Audio/Camera Shield Sample


This sample program using GR-PEACH and Audio/Camera Shield.
When you press the Menu on the left, it will be displayed in this window.

It shows the overview of each link below.

LinksOverview
Top PageIt will return to the top page.
Web CameraIt indicates the image acquired by the camera on the web browser.
It can be changed at a slider bar in "Wait time" at the timing of a renewal of a camera picture. (Defaults are 500ms.)
Setting by I2CIt indicates I2C setting on the web browser.
In I2C communication, GR-PEACH executes the settings of the devices connected to I2C_SCA terminal and I2C_SCL terminal.
On the basis of the command, GR-PEACH accesses to registers of the devices.
You can send the command of the specified format in one of two patterns below.
  "Directl input" or "File reference".
Please create a command along the format after you check the specifications of each device.
The format of the command is:
  Method:I2C addr,data length,data1,data2,data3,...

Method is below.
   "Wr"is Write function
   "Rd" is Read function
   "WrNop" is Write function(No STOP condition)
   "RdNop" is Read function(No STOP condition)
LED On/OffIt indicates LED1, LED2 and LED3 of the toggle switch on the web browser.
Each switch indicates the current LED state.
LED ON and OFF switches when you press the switch. When the LED is ON, the color of the switch will change the LED color.