All Projects → pimoroni → Explorer Hat

pimoroni / Explorer Hat

Licence: mit
Python library for Explorer HAT

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Explorer Hat

Yolo Powered robot vision
Stars: ✭ 133 (-5%)
Mutual labels:  raspberry-pi
Borealis
Hardware accelerated, controller and TV oriented UI library for PC and Nintendo Switch (libnx).
Stars: ✭ 135 (-3.57%)
Mutual labels:  touch
Compute Engine
Highly optimized inference engine for Binarized Neural Networks
Stars: ✭ 138 (-1.43%)
Mutual labels:  raspberry-pi
Poppy Ergo Jr
🤖 Poppy Ergo Jr is an open-source robotic arm based on modular 3D printed conception and low-cost XL-320 motors.
Stars: ✭ 133 (-5%)
Mutual labels:  raspberry-pi
React Drag Drawer
A responsive mobile drawer that is draggable on mobile, and falls back to a modal on desktop
Stars: ✭ 135 (-3.57%)
Mutual labels:  touch
Rpi Magicmirror Eink
MagicMirror on 7.5 ePaper Waveshare Display with a Raspberry Pi
Stars: ✭ 136 (-2.86%)
Mutual labels:  raspberry-pi
Teslalogger
Stars: ✭ 131 (-6.43%)
Mutual labels:  raspberry-pi
Linux Audio Adjustments
Audio Tweaks for Debian Based RPi
Stars: ✭ 140 (+0%)
Mutual labels:  raspberry-pi
Scroll Phat Hd
Python library for Scroll pHAT HD
Stars: ✭ 135 (-3.57%)
Mutual labels:  raspberry-pi
Fabscanpi Server
FabScan Pi Open Source 3D Scanner - Server application
Stars: ✭ 137 (-2.14%)
Mutual labels:  raspberry-pi
Umbrel Os
Run Umbrel Bitcoin and Lightning node on a Raspberry Pi in one click
Stars: ✭ 132 (-5.71%)
Mutual labels:  raspberry-pi
Awesome Raspberry Pi Zh
树莓派(Raspberry Pi )资源大全中文版 , 包括工具、项目、镜像、资源等
Stars: ✭ 1,849 (+1220.71%)
Mutual labels:  raspberry-pi
Nexus433
433MHz temperature and humidity sensor receiver that integrates with home automation systems.
Stars: ✭ 137 (-2.14%)
Mutual labels:  raspberry-pi
Rpi Kernel
Build a Linux kernel for Raspberry Pi 0/1/2/3/3B+
Stars: ✭ 133 (-5%)
Mutual labels:  raspberry-pi
Blinker Doc
blinker中文文档
Stars: ✭ 139 (-0.71%)
Mutual labels:  raspberry-pi
Ipfs Rpi
IPFS installer for the Raspberry Pi and other ARM-based devices.
Stars: ✭ 130 (-7.14%)
Mutual labels:  raspberry-pi
React Cursor Position
A React component that decorates its children with mouse and touch coordinates relative to itself.
Stars: ✭ 136 (-2.86%)
Mutual labels:  touch
Raspberry Pi Kiosk
Guide to create Raspberry Pi Kiosk on Raspbian Debian Jessie
Stars: ✭ 140 (+0%)
Mutual labels:  raspberry-pi
Gladys
A privacy-first, open-source home assistant
Stars: ✭ 1,874 (+1238.57%)
Mutual labels:  raspberry-pi
Vidgear
A High-performance cross-platform Video Processing Python framework powerpacked with unique trailblazing features 🔥
Stars: ✭ 2,048 (+1362.86%)
Mutual labels:  raspberry-pi

Explorer HAT/pHAT https://shop.pimoroni.com/products/explorer-hat
https://shop.pimoroni.com/products/explorer-phat

The Explorer HAT and Explorer pHAT have a heap of useful input and output options that will take your Raspberry Pi projects to the next level. Great for driving motors, using analog sensors, interfacing with 5V systems, and touch interfaces.

Installing

Full install (recommended):

We've created an easy installation script that will install all pre-requisites and get your Explorer HAT/pHAT up and running with minimal efforts. To run it, fire up Terminal which you'll find in Menu -> Accessories -> Terminal on your Raspberry Pi desktop, as illustrated below:

Finding the terminal

In the new terminal window type the command exactly as it appears below (check for typos) and follow the on-screen instructions:

curl https://get.pimoroni.com/explorerhat | bash

Alternatively, on Raspbian, you can download the pimoroni-dashboard and install your product by browsing to the relevant entry:

sudo apt-get install pimoroni

(you will find the Dashboard under 'Accessories' too, in the Pi menu - or just run pimoroni-dashboard at the command line)

If you choose to download examples you'll find them in /home/pi/Pimoroni/explorerhat/.

Manual install:

Library install for Python 3:

on Raspbian:

sudo apt-get install python3-explorerhat

other environments:

sudo pip3 install explorerhat

Library install for Python 2:

on Raspbian:

sudo apt-get install python-explorerhat

other environments:

sudo pip2 install explorerhat

Development:

If you want to contribute, or like living on the edge of your seat by having the latest code, you should clone this repository, cd to the library directory, and run:

sudo python3 setup.py install

(or sudo python setup.py install whichever your primary Python environment may be)

In all cases you will have to enable the i2c bus.

Documentation & Support

Important Notes

Explorer HAT/pHAT uses an output driver chip called the ULN2003A, which contains a set of transistor pairs called a Darlington Array. It transforms the small logic signal of the Pi into something capable of driving much bigger loads, such as motors, steppers, lights and more.

The 4 outputs on Explorer can sink 5V, but not source. This means you need to connect your load to one of the 5V pins, and then to the output. When you turn the output on it will connect your circuit to ground, allowing current to flow and your load to turn on. This is the opposite of using a bare Pi GPIO pin, where you might connect to the pin and then to ground; keep this in mind!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].