<< return to Pixycam.com

User Tools

Site Tools


wiki:v1:porting_guide

Differences

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

Link to this comparison view

Next revision
Previous revision
wiki:v1:porting_guide [2017/12/19 21:33]
jfrench - Imported by DokuWiki Advanced Plugin
wiki:v1:porting_guide [2019/05/06 19:55] (current)
jfrench [SPI]
Line 7: Line 7:
 We currently have software support for the following microcontrollers:​ We currently have software support for the following microcontrollers:​
  
-  * [[wiki:v1:Hooking_up_Pixy_to_a_Microcontroller_(like_an_Arduino)|Arduino]]+  * [[wiki:v1:Hooking_up_Pixy_to_a_microcontroller_-28like_an_arduino-29|Arduino]]
   * [[wiki:​v1:​Hooking_up_Pixy_to_a_Raspberry_Pi|Raspberry Pi]]   * [[wiki:​v1:​Hooking_up_Pixy_to_a_Raspberry_Pi|Raspberry Pi]]
   * [[wiki:​v1:​Hooking_up_Pixy_to_a_Beaglebone_Black|BeagleBone Black]]   * [[wiki:​v1:​Hooking_up_Pixy_to_a_Beaglebone_Black|BeagleBone Black]]
Line 35: Line 35:
 **Note: if you are running the Lego firmware, PixyMon will not display an Interface tab!** If you want to use Pixy Lego with non-Lego controllers,​ please see [[wiki:​v1:​Can_I_use_my_LEGO_Pixy_with_Arduino|this page.]] **Note: if you are running the Lego firmware, PixyMon will not display an Interface tab!** If you want to use Pixy Lego with non-Lego controllers,​ please see [[wiki:​v1:​Can_I_use_my_LEGO_Pixy_with_Arduino|this page.]]
  
-{{wiki:​img:​adc46178730fa1742baa6d9ab5da823d0a60969f.jpg?400}}+{{wiki:​img:​adc46178730fa1742baa6d9ab5da823d0a60969f.jpg}}
  
   * Arduino ICSP SPI - this is the default port that uses 3 wires (pins 1, 3, and 4 of the I/O connector) and is used to communicate with Arduino through the ICSP connector. This version of SPI does not use a slave select signal.   * Arduino ICSP SPI - this is the default port that uses 3 wires (pins 1, 3, and 4 of the I/O connector) and is used to communicate with Arduino through the ICSP connector. This version of SPI does not use a slave select signal.
Line 73: Line 73:
   - Data bits are latched on the rising edge of SPI SCK   - Data bits are latched on the rising edge of SPI SCK
   - Slave select is active low   - Slave select is active low
 +  - 3.3V outputs, 5V tolerant
  
 Pixy also supports SPI with slave select (SPI with SS). Pixy also supports SPI with slave select (SPI with SS).
wiki/v1/porting_guide.1513719207.txt.gz ยท Last modified: 2017/12/19 21:33 by jfrench