The programming environment »Open Roberta Lab« by Fraunhofer IAIS enables children and adolescents to program robots. A variety of different programming blocks are provided to program motors and sensors of the robot. Open Roberta Lab uses an approach of graphical programming so that beginners can seamlessly start coding. As a cloud-based application, the platform can be used without prior installation of specific software but runs in any popular browser, independent of operating system and device.
Integration of PixyCam as I2C-Sensor with different modes
The PixyCam is a combined Imagesensor and computation unit, which detects color blobs. This imageprocessing unit can be used as Sensor for LEGO MINDSTORMS systems, via I2C interface.
Detecting the biggest blob the PixyCam provides several information which are implemented as sensormodes:
ID ( Up to 7 IDs can be trained with colored objects)
X-, Y-Coordinate of the blob
Hight and Width of the blob
Each of these values is provided as integer.
Integration of PixyCam as I2C-Sensor with different modes The PixyCam is a combined Imagesensor and computation unit, which detects color blobs. This imageprocessing unit can be used as Sensor for LEGO MINDSTORMS systems, via I2C interface. Detecting the biggest blob the PixyCam provides several information which are implemented as sensormodes:
Create Block (Blockly)
Integrate Pixy-blocks into OR-Server
Integrate Pixy-classes into Lejos and EV3-dev