Shop OBEX P1 Docs P2 Docs Learn Events
Penguin Robot Eye Skin — Parallax Forums

Penguin Robot Eye Skin

HumanoidoHumanoido Posts: 5,770
edited 2008-05-14 16:52 in Robotics
Title: Penguin Robot Eye Skin
Code Name: penguin_eye_skin.bpx
Purpose: Eye skin only version of Penguin Robot's Simple
Artificial Linear Ultrasonic Retina Eye (ALURE) using
a Parallax Ping))) Sensor

humanoido

EYE SKIN
This is the eye skin version of the Retina Eye ALURE. Retina has
segment display reporting while this version has stricly the eye
skin.

ALURE is Penguin Robot's Artificial Linear Ultrasonic Retina Eye.
The program uses a PING))) expanded Penguin Robot and the AUX
port's pin 5.

The PING))) is an ultrasonic detector that determines the distance
of objects. The code creates an artificial retina, the area of the
eye that forms an image to show this distance in real time.

OVERVIEW
This simple robot eye mimics a human eye by approximating
the distance to objects and showing a trace to the image on
artificial retina skin. It can even see mirages and hallucinate
under certain rare conditions. It can also report statistics
about the object in the line of vision.

' SPECIFICATIONS
' --------------
' Debug Screen Type
'       Real Time
'       Flashing

' Segment Graphics
'       No

' Distance Reported
'       Centimeters
'       Inches
'       Feet

' Imaging Output Method
'       Visual Retina Skin
'       Numerical
'
' Retinal Range
'       0 to 15-Feet

' Reported Infinity
'       0 to 12-Feet

' Typical Operating Range
'       1-inch to 10 feet

' Retina Scaling
'       1-foot = 5 units

' Scaled Numerical Reporting
'       Yes

' Humanlike Features
'       Approximates Distance
'       Has a Simplified Retina

' Super Human Features
'       Sees in Total Darkness
'       Can Snapshot the Retina

' Weakness
'       Soft Objects

' Vision
'       Daylight
'       Night Vision
'       Mostly hard objects

' EEPROM Usage
'       55%

' Number of Registers on Page
'       Used = 3
'       Available = 10

Post Edited (humanoido) : 5/14/2008 4:58:04 PM GMT
Sign In or Register to comment.