STICKY: Raspberry Pi Model A and B usage - Raspberry Pi Forums


note: if have rev 1.0 model b 2012, without 2 mounting holes, wont able use trick.

sense hat not form factor compatible earlier versions of raspberry pi. use of elevated 26 way header socket can bodge work (with model b rev 2.0 , above). this:

image

elevated header allow hat sit comfortably above composite , analogue audio jacks. you'll need use piece of foam between pi , hat prevent cantilevering , putting stress on gpio pins.

elevated header can bought online various places.
toby electronics have them: esw-113-33-g-d http://www.toby.co.uk/content/catalogue ... -xx-x-x-xx
adafruit also: http://www.adafruit.com/products/1112

image

code write using set work on flight hardware in space.

install sense hat package apt:

code: select all

sudo apt-get install sense-hat
following lines must added config.txt

code: select all

dtparam=i2c_arm=on dtoverlay=rpi-sense
if you're using noobs have use easy config editor make change, see here.

if you've using image file installed directly can away running these 2 commands terminal , rebooting.

code: select all

sudo bash -c "echo 'dtparam=i2c_arm=on' >> /boot/config.txt" sudo bash -c "echo 'dtoverlay=rpi-sense' >> /boot/config.txt" 



raspberrypi



Comments

Popular posts from this blog

opencv3, tbb and rasp pi 2 - Raspberry Pi Forums

small ethernet problem - Raspberry Pi Forums

Multithumb configuration params not working? - Joomla! Forum - community, help and support