<< return to Pixycam.com

User Tools

Site Tools


wiki:v2:interface_pane

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:interface_pane [2018/06/05 21:26]
pixycam
wiki:v2:interface_pane [2019/01/31 03:23] (current)
pixycam
Line 9: Line 9:
 {{wiki:​v2:​image_201.png}} {{wiki:​v2:​image_201.png}}
  
-{{wiki:img:adc46178730fa1742baa6d9ab5da823d0a60969f.jpg}}+{{wiki:v1:image_743.png}}
  
   * **Data out port:** This parameter selects the output port.\\   * **Data out port:** This parameter selects the output port.\\
-**Arduino ICSP SPI:** This is the default port that is used to communicate with Arduino through the ICSP connector.\\ +    * **Arduino ICSP SPI:** This is the default port that is used to communicate with Arduino through the ICSP connector.\\ 
-**SPI with SS:** This is the same as the Arduino ICSP SPI except that it includes support for Slave Select, which is commonly used with SPI.\\ +    ​* ​**SPI with SS:** This is the same as the Arduino ICSP SPI except that it includes support for Slave Select, which is commonly used with SPI.\\ 
-**I2C:** This selects I2C, which is a common multi-drop 2-wire port.\\ +    ​* ​**I2C:** This selects I2C, which is a common multi-drop 2-wire port.\\ 
-**UART:** This is the common "​serial port", or asynchronous serial.\\ +    ​* ​**UART:** This is the common "​serial port", or asynchronous serial.\\ 
-**analog/​digital x:** This will output the x value of the largest detected object as an analog value. It also outputs whether an object is detected or not as a digital signal.\\ +    ​* ​**analog/​digital x:** This will output the x value of the largest detected object as an analog value. It also outputs whether an object is detected or not as a digital signal.\\ 
-**analog/​digital y:** This will output the y value of the largest detected object as an analog value. It also outputs whether an object is detected or not as a digital signal.\\ +    ​* ​**analog/​digital y:** This will output the y value of the largest detected object as an analog value. It also outputs whether an object is detected or not as a digital signal.\\
-**LEGO I2C:** - If you have a [[http://​www.lego.com/​en-us/​mindstorms/?​domainredir=mindstorms.lego.com|LEGO Mindstorms]] EV3 or NXP controller, use this mode. It's I2C, but uses the LEGO protocol.\\ +
-You can find more detailed information on the different data interfaces [[wiki:​v2:​Porting_Guide|here]].+
  
   * **I2C address:** This parameter sets Pixy2'​s I2C address if the **Data out port** is set to I2C.   * **I2C address:** This parameter sets Pixy2'​s I2C address if the **Data out port** is set to I2C.
Line 25: Line 23:
   * **UART baudrate:** sets the baud rate if the **Data out port** is set to UART.   * **UART baudrate:** sets the baud rate if the **Data out port** is set to UART.
  
 +  * **Pixy 1.0 compatibility mode:** Pixy2 uses a different serial protocol than the original Pixy.  The new protocol is simpler and supports multiple modalities, but if you want to use Pixy2 with your original Pixy Arduino programs, you can enable this parameter and Pixy2 will switch to the original Pixy serial protocol. ​ Note, this parameter only applies to SPI, UART, and I2C interfaces -- not USB.  Additionally,​ it only applies to the _color\_connected\_components_ program. ​  
  
  
wiki/v2/interface_pane.1528233964.txt.gz · Last modified: 2018/06/05 21:26 by pixycam