This page has deprecated and moved to the new documentation framework of the main Bitcraze website. Please go to [[https://www.bitcraze.io/]] and go to the menu 'products'. ====== Flow breakout board ====== The flow breakout board contains a VL53L0x ranging sensor as well as a PMW3901 optical flow sensor. It is the breakout version of the Crazyflie 2.0 [[projects:crazyflie2:expansionboards:flow|Flow deck]]. {{:breakout:front.png?400|}} ===== Functional description ===== The signal names are marked on the board: {{:breakout:back.png|}} Both sensors are powered by the VCC and GND pins. The board accepts from 3V to 5V, two voltage regulators are generating the required voltage for the sensors and the board has voltage translator for the data signals. ==== VL53L0 ranging sensor ==== The VL53L0 ranging sensor is facing front on the board. It is accessible on the I2C pins SCL and SDA. ==== PMW3901 optical flow sensor ==== The PMW3901 optical flow sensor is facing front on the board. Is is accessible on the SPI pins CS, MISO, MOSI, CLK. The pins MOTION and /RESET are also connected to the PMW3901. The reset pin can be left floating if not needed. The optical flow sensor will output motion count. Assuming the board is moving above a flat surface the X/Y orientation is as follow: {{:breakout:front_with_arrow.png|}} ===== Arduino drivers ===== You can install Arduino libraries using the [[https://www.arduino.cc/en/Guide/Libraries#toc3|Arduino library manager]]. The VL53L0x has been succesfully tested with the following drivers: * [[https://github.com/adafruit/Adafruit_VL53L0X]] * [[https://github.com/pololu/vl53l0x-arduino]] The PMW3901 arduino driver is [[https://github.com/bitcraze/Bitcraze_PMW3901]]. ===== Specification ===== * [[http://www.st.com/en/imaging-and-photonics-solutions/vl53l0x.html|VL53L0x]] ToF sensor to measure distance up to 2 meters * PMW3901MB Optical Motion Tracking Chip ({{ :projects:crazyflie2:expansionboards:pot0189-pmw3901mb-txqt-ds-r1.00-200317_20170331160807_public.pdf |datasheet}}) * Input and signal voltage from 3V to 5V * Mechanical specification: * Weight: 2.7g * Size (WxHxD): 20x26x4mm {{:breakout:drawing_dimention.png?400|}} ===== Schematic ===== Flow breakout schematic: {{ :breakout:flow_breakout_revb.pdf |}}.