openroberta-lab icon indicating copy to clipboard operation
openroberta-lab copied to clipboard

Support for Pixy Cam for EV3 (maybe NXT)

Open bjost2s opened this issue 6 years ago • 3 comments

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.

Create Block (Blockly)

  • Create configurationblock pixy_conf
  • Create Expert-block pixy_Block

Integrate Pixy-blocks into OR-Server

Integrate Pixy-classes into Lejos and EV3-dev

bjost2s avatar May 17 '19 08:05 bjost2s

@bjost2s please actually fill the above template :)

ensonic avatar May 31 '19 08:05 ensonic

+ Integrate Pixy-classes into c4ev3, maybe later

bjost2s avatar Jul 18 '19 18:07 bjost2s

next TODO: check the branches from @RiErdmann, if we easily can integrate this feature

bjost2s avatar Nov 13 '19 19:11 bjost2s