Welcome, Guest. Please Login.
YaBB - Yet another Bulletin Board
May 10th, 2025, 8:51am
News: Welcome to the Cabin! If you want to register send me an e-mail. you can link to my e-mail under the welcome page.


Pages: 1
Sense Hat On Older R-Pies! (Read 135 times)
Fernando
YaBB Administrator
*****
NY City




Posts: 2380
Gender: male
Sense Hat On Older R-Pies!
Oct 21st, 2017, 3:17pm
 
A simple job of doing this for the R-Pies Models A & B... But it is versions 2.0 (v 2013/2014, not v. 2012/ early 2013). Just need a GPIO Extender for it, which is nothing more than a header with a extended pins on it.
 
Should also work with the Pimoroni's Enviro pHat.
 
https://www.raspberrypi.org/forums/viewtopic.php?f=104&t=109521
 
EDIT: Note: Though this is for the Older Jessie and Wheezy Raspbian Linux for the Raspberry Pi, the newer version of Jessie and Scratch does not need for the Sense Hat Python Libraries installed. You just need to add the code (from the webpage):
 
Code:
Code: Select all

dtparam=i2c_arm=on
dtoverlay=rpi-sense

If you're using NOOBS you have to use the easy config editor to make this change, see here.

If you've using an image file installed directly you can get away with just running these two commands from a terminal and then 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"
 


 
But both need the Enviro pHat's Python Libraries installed as it is not part of the standard Raspbian Library. More on that later.
Back to top
 
 
View Profile   IP Logged
Pages: 1