<< return to Pixycam.com

User Tools

Site Tools


wiki:v2:lego_wiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
wiki:v2:lego_wiki [2019/01/30 22:40]
pixycam
wiki:v2:lego_wiki [2022/05/06 12:40] (current)
kees [Digging deeper] Kees: changed last bullit to python
Line 3: Line 3:
  
  
-====== Pixy2 for LEGO Mindstorms ======+====== Pixy2 for LEGO Mindstorms ​EV3 ======
  
-{{wiki:v1:img_5344_2result.jpg}}+{{wiki:v1:img_5344_3result.jpg?400}}
  
  
Line 29: Line 29:
   * [[wiki:​v2:​My_Arduino_isn-27t_receiving_data_from_Pixy|My Arduino isn't receiving data from Pixy2]]   * [[wiki:​v2:​My_Arduino_isn-27t_receiving_data_from_Pixy|My Arduino isn't receiving data from Pixy2]]
   * [[wiki:​v2:​PixyMon_is_crashing%21|PixyMon is crashing!]]   * [[wiki:​v2:​PixyMon_is_crashing%21|PixyMon is crashing!]]
 +  * [[wiki:​v2:​Focus_pixy2_1|The image in PixyMon is blurry]]
   * [[wiki:​v2:​Where_to_Get_Help|I still need help!]]   * [[wiki:​v2:​Where_to_Get_Help|I still need help!]]
  
Line 34: Line 35:
  
   * [[wiki:​v2:​Some_Tips_on_Generating_Color_Signatures_2|Some Tips on Generating Color Signatures]]   * [[wiki:​v2:​Some_Tips_on_Generating_Color_Signatures_2|Some Tips on Generating Color Signatures]]
-  * [[wiki:​v2:​LEGO_line_tracking_test|Running the LEGO Line Tracking Test]] +  * [[wiki:​v2:​LEGO_line_tracking_test|Running the Line Tracking Test]] 
-  * [[wiki:​v2:​LEGO_RGB_sensing_test|Running the LEGO RGB Sensing Test]]+  * [[wiki:​v2:​LEGO_RGB_sensing_test|Running the RGB Sensing Test]] 
 +  * [[wiki:​v2:​LEGO_Chase_Demo|Running the Chase Demo]]
   * [[wiki:​v2:​LEGO_line_following_demo|Running the Line Following Demo]]   * [[wiki:​v2:​LEGO_line_following_demo|Running the Line Following Demo]]
   * [[wiki:​v2:​Pixy_LEGO_Block|Pixy2 block]]   * [[wiki:​v2:​Pixy_LEGO_Block|Pixy2 block]]
   * [[wiki:​v2:​PID_LEGO_Block|Pixy PID block]]   * [[wiki:​v2:​PID_LEGO_Block|Pixy PID block]]
-  * [[wiki:​v2:​LEGO_Chase_Demo|LEGO Chase Demo Tutorial]] 
   * [[wiki:​v2:​Using_Color_Codes|Using Color Codes]]   * [[wiki:​v2:​Using_Color_Codes|Using Color Codes]]
 +  * [[wiki:​v2:​python|Using Pixy2 with Python or MicroPython]]
  
 ==== FAQ ==== ==== FAQ ====
Line 48: Line 49:
   * [[wiki:​v2:​Teach_Pixy_an_object_2|How do I teach Pixy2 an object?]]   * [[wiki:​v2:​Teach_Pixy_an_object_2|How do I teach Pixy2 an object?]]
   * [[wiki:​v2:​Some_Tips_on_Generating_Color_Signatures_2|How can I tweak / improve Pixy2'​s object recognition?​]]   * [[wiki:​v2:​Some_Tips_on_Generating_Color_Signatures_2|How can I tweak / improve Pixy2'​s object recognition?​]]
 +  * [[wiki:​v2:​can_i_use_my_lego_pixy_with_arduino|Can I use my Pixy2 LEGO with an Arduino?]]
 +  * [[wiki:​v2:​can_i_use_my_regular_pixy_with_lego_mindstorms|Can I use my regular Pixy2 with LEGO Mindstorms?​]]
   * [[wiki:​v2:​What_is_the_maximum_distance_that_Pixy_can_detect_objects|What is the maximum distance that Pixy2 can detect objects?]]   * [[wiki:​v2:​What_is_the_maximum_distance_that_Pixy_can_detect_objects|What is the maximum distance that Pixy2 can detect objects?]]
   * [[wiki:​v2:​dimensions|Where can I find Pixy2 measurements / dimensions?​]]   * [[wiki:​v2:​dimensions|Where can I find Pixy2 measurements / dimensions?​]]
   * [[wiki:​v2:​can_i_replace_the_lens_on_pixy|Can I replace the lens on Pixy2?]]   * [[wiki:​v2:​can_i_replace_the_lens_on_pixy|Can I replace the lens on Pixy2?]]
   * [[wiki:​v2:​Will_Pixy_tracksense_laser_light|Does Pixy2 track/sense laser light?]]   * [[wiki:​v2:​Will_Pixy_tracksense_laser_light|Does Pixy2 track/sense laser light?]]
-  * [[wiki:​v2:​I_don%27t_see_my_controller_supported_What_do_I_do|I don't see my controller supported. What do I do?]] 
   * [[wiki:​v2:​Where%27s_the_source_code|Where'​s the source code?]]   * [[wiki:​v2:​Where%27s_the_source_code|Where'​s the source code?]]
   * [[wiki:​v2:​What_licensing_does_Pixy%27s_firmwaresoftwarehardware_have|What licensing does Pixy2'​s software/​firmware/​hardware have?]]   * [[wiki:​v2:​What_licensing_does_Pixy%27s_firmwaresoftwarehardware_have|What licensing does Pixy2'​s software/​firmware/​hardware have?]]
Line 60: Line 62:
 ==== Software & Firmware ==== ==== Software & Firmware ====
  
 +  * [[wiki:​v2:​lego_home_edition|Using LEGO EV3 Home Edition software]]
 +  * [[wiki:​v2:​python|Using Python and MicroPython]]
   * [[wiki:​v2:​PixyMon_Index|PixyMon v2 Reference]]   * [[wiki:​v2:​PixyMon_Index|PixyMon v2 Reference]]
 +  * [[wiki:​v2:​Pixy_LEGO_Block|Pixy2 block]]
 +  * [[wiki:​v2:​PID_LEGO_Block|Pixy PID block]]
 +  * [[wiki:​v2:​Using_Color_Codes|Using Color Codes]]
   * [[https://​github.com/​charmedlabs/​pixy|Source code - Git repository]]   * [[https://​github.com/​charmedlabs/​pixy|Source code - Git repository]]
   * [[wiki:​v2:​Uploading_New_Firmware|Uploading New Firmware]]   * [[wiki:​v2:​Uploading_New_Firmware|Uploading New Firmware]]
wiki/v2/lego_wiki.1548888011.txt.gz · Last modified: 2019/01/30 22:40 by pixycam