A pocket-sized, wireless programmable laser for display and imaging


Drawing

Draw shapes and text on your phone and Playzer will display it with a laser

Imaging

Combined with a smartphone camera, Playzer can scan 3D objects



The Technology Behind Playzer

radio_button_checked Laser Scan Module

A Class IIIa laser is mounted with a MEMS mirror, capable of fast and highly precise control of laser beam scanning.

radio_button_checked Battery

Rechargable Li-ION battery for up to 8 hours of use

exploded view of Playzer device

radio_button_checked Small Package

A small and light weight package for portability and mounting almost anywhere

radio_button_checked Fast Processor

200MHz 32-bit processor with Bluetooth and USB for connecting with smartphones, Raspberry Pi, PCs, etc.


Play

  • Playzer will ship with many playful apps for Android, iOS, and other platforms
  • Turn on, pair, and start playing

Make

Perfect for your            project
  • Drone-mounted laser
  • 3D scanning
  • Pet entertainment
  • Indoor navigation
  • Laser security system

Playzer can be extended with APIs for iOS, Android, Raspberry Pi and Arduino


API Features
  • Control laser beam position and modulation
  • Draw animated vector graphics
  • Computer vision tasks like object 3D scanning
playzer.ConnectDevice( "00:80:E1:B2:C9:70" );
playzer.MEMSEnable( true );
playzer.LaserEnable( true );
...
// display text
playzer.CreateText( mSamples, "Hello World!", paramStruct );
playzer.SendDataStream( mSamples );

// imaging
playzer.LaserModulationEnable( true );
for (int row=0; row<100; row++) {
  for (int col=0; col<100; col++) {
  x = (col-50)/50; y = (row-50)/50;
    playzer.GoToDevicePosition(x, y, 0, mSec)
// add to grayscale image
  }
}

Current Project Status

The Playzer is an ongoing effort to create the world's brightest, fastest and smallest pocket-sized, programmable laser projector.

Evaluation Kits are available now via Mirrorcle Technologies, Inc.

For more information, contact us at info@mirrorcletech.com