The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:RPi::"

RPi::LCD - Perl interface to Raspberry Pi LCD displays via the GPIO pins River stage one • 1 direct dependent • 2 total dependents

This module acts as an interface to typical 2 or 4 row, 16 or 20 column LCD screens when connected to a Raspberry Pi. It is standalone code, but if you access an instance of this class through the RPi::WiringPi library, we'll ensure safe exit upon a ...

STEVEB/RPi-LCD-2.3604 - 21 Sep 2019 14:51:02 UTC

RPi::I2C - Interface to the I2C bus River stage one • 2 direct dependents • 2 total dependents

Interface to read and write to I2C bus devices....

STEVEB/RPi-I2C-2.3608 - 27 Jun 2019 19:15:27 UTC

RPi::Pin - Access and manipulate Raspberry Pi GPIO pins River stage one • 2 direct dependents • 2 total dependents

An object that represents a physical GPIO pin. Using the pin object's methods, the GPIO pins can be controlled and monitored. This distribution can be accessed through RPi::WiringPi. Using that distribution provides safety and cleanup procedures. Usi...

STEVEB/RPi-Pin-2.3608 - 20 Oct 2019 00:34:14 UTC

RPi::SPI - Communicate with devices over the Serial Peripheral Interface (SPI) bus on Raspberry Pi River stage one • 2 direct dependents • 2 total dependents

This distribution provides you the ability to communicate with devices attached to the channels on the Serial Peripheral Interface (SPI) bus. Although it was designed for the Raspberry Pi, that's not a hard requirement, and it should work on any Unix...

STEVEB/RPi-SPI-2.3609 - 03 Oct 2018 15:30:49 UTC

RPi::DHT11 - Fetch the temperature/humidity from the DHT11 hygrometer sensor on Raspberry Pi River stage one • 2 direct dependents • 3 total dependents

This module is an interface to the DHT11 temperature/humidity sensor when connected to a Raspberry Pi's GPIO pins. We use the BCM GPIO pin numbering scheme. If you create an RPi::WiringPi object before creating an object in this class, you can set up...

STEVEB/RPi-DHT11-1.04 - 08 Jun 2018 14:36:06 UTC

RPi::Const - Constant variables for embedded programming, including the RPi:: family of modules River stage one • 6 direct dependents • 6 total dependents

This module optionally exports selections or all constant variables used within the "RPi::WiringPi" suite....

STEVEB/RPi-Const-1.04 - 05 Jun 2018 20:08:52 UTC

RPi::HCSR04 - Interface to the HC-SR04 ultrasonic distance measurement sensor on the Raspberry Pi River stage one • 1 direct dependent • 2 total dependents

Easy to use interface to retrieve distance measurements from the HC-SR04 ultrasonic distance measurement sensor. Requires wiringPi <http://wiringpi.com> to be installed....

STEVEB/RPi-HCSR04-2.3604 - 05 Aug 2017 15:25:57 UTC

RPi::PIGPIO - remotely control the GPIO on a RaspberryPi using the pigpiod daemon River stage zero No dependents

This module impements a client for the pigpiod daemon, and can be used to control the GPIO on a local or remote RaspberryPi On every RapberryPi that you want to use you must have pigpiod daemon running! You can download pigpiod from here <http://abyz...

HOREA/RPi-PIGPIO-0.017 - 25 May 2021 07:34:19 UTC

RPi::BMP180 - Interface to the BMP180 barometric pressure sensor River stage one • 1 direct dependent • 2 total dependents

This module allows you to interface with a BMP180 barometric and temperature sensor....

STEVEB/RPi-BMP180-2.3604 - 28 Jun 2017 22:41:40 UTC

RPi::Serial - Basic read/write interface to a serial port River stage one • 2 direct dependents • 3 total dependents

Provides basic read and write functionality of a UART serial interface...

STEVEB/RPi-Serial-3.00 - 03 Aug 2019 01:40:54 UTC

RPi::SysInfo - Retrieve hardware system information from a Raspberry Pi River stage one • 1 direct dependent • 2 total dependents

Fetch live-time and other system information from a Raspberry Pi. Most functions will work equally as well on Unix/Linux systems....

STEVEB/RPi-SysInfo-1.00 - 21 Jun 2019 19:50:58 UTC

RPi::WiringPi - Perl interface to Raspberry Pi's board, GPIO, LCDs and other various items River stage one • 1 direct dependent • 1 total dependent

This is the root module for the "RPi::WiringPi" system. It interfaces to a Raspberry Pi board, its accessories and its GPIO pins via the wiringPi <http://wiringpi.com> library through the Perl wrapper WiringPi::API <https://metacpan.org/pod/WiringPi:...

STEVEB/RPi-WiringPi-2.3633 - 19 Sep 2019 21:00:27 UTC

RPi::UnicornHatHD - Use Pimoroni's Awesome Unicorn HAT HD in Perl River stage zero No dependents

Pimoroni's Unicorn HAT HD crams 256 RGB LEDs, in a 16x16 matrix, onto a single HAT for your Raspberry Pi. Use it for scrolling news or stock quotes. Mount it somewhere as a mood light. Build a binary clock. Uh. I don't know, you'll think of something...

SANKO/RPi-UnicornHatHD-0.07 - 17 Jul 2019 01:12:55 UTC

RPi::MultiPCA9685 - control the PWM channels of several PCA9685 ICs in one go. River stage zero No dependents

Interface to set the PWM values for one or several PCA9685 ICs in one go. PWM stands for "Pulse Width Modulation" - a technic for stepless control of electric devices to adjust LED brightness or Servo positions and much more. You may set the PWM chan...

RJET/RPi-MultiPCA9685-0.06 - 04 Feb 2024 08:51:38 UTC

RPi::StepperMotor - Control a typical stepper motor with the Raspberry Pi River stage one • 1 direct dependent • 2 total dependents

Control a 28BYJ-48 stepper motor through a ULN2003 driver chip, with the option to run it from an MCP23017 GPIO Expander....

STEVEB/RPi-StepperMotor-2.3605 - 20 Jun 2019 00:25:16 UTC

RPi::ADC::ADS - Interface to ADS 1xxx series analog to digital converters (ADC) on Raspberry Pi River stage one • 1 direct dependent • 2 total dependents

Perl interface to the Texas Instruments/Adafruit ADS 1xxx series Analog to Digital Converters (ADC) on the Raspberry Pi. Provides access via the i2c bus to all four input channels on each ADC, while performing correct bit-shifting between the 12-bit ...

STEVEB/RPi-ADC-ADS-1.02 - 20 Jul 2017 23:11:41 UTC

App::RPi::EnvUI - One-page asynchronous grow room environment control web application River stage zero No dependents

*** This is beta software until v1.00 is released. It's still a constant work in progress, so the docs are awful, but I am trying to improve them as I learn the things I need to know to get where I want to be.*** *** Note that my focus hasn't been on...

STEVEB/App-RPi-EnvUI-0.30 - 21 Dec 2017 19:35:51 UTC

RPi::RTC::DS3231 - Interface to the DS3231 Real-Time Clock IC over I2C River stage one • 1 direct dependent • 2 total dependents

XS-based interface to the DS3231 Real-Time Clock Integrated Circuit over I2C. Although packaged under the "RPi::" umbrella, the distribution will work on any Linux system with I2C installed and operable. This distribution *should* work with the DS130...

STEVEB/RPi-RTC-DS3231-0.01 - 28 May 2018 19:44:10 UTC

RPi::ADC::MCP3008 - Interface to the MCP3008 analog to digital converter (ADC) on Raspberry Pi River stage one • 1 direct dependent • 2 total dependents

Provides access to the 10-bit, 8 channel MCP3008 analog to digital converter over the SPI bus, on the dedicated hardware SPI channel pins "CE0" (0) or "CE1" (1), or use any GPIO pin for the CS pin and bit-bang the SPI to keep free the hardware SPI CS...

STEVEB/RPi-ADC-MCP3008-2.3605 - 18 Nov 2019 22:56:02 UTC

RPi::DAC::MCP4922 - Interface to the MCP49x2 series digital to analog converters (DAC) over the SPI bus River stage one • 1 direct dependent • 2 total dependents

Interface to the MCP49x2 series Digital to Analog Converters (DAC) over the SPI bus. These units have two onboard DACs, which are modified independently. The MCP4902 has 8-bit resolution (max 255 data value), the MCP4912 has 10-bit resolution (max va...

STEVEB/RPi-DAC-MCP4922-2.3605 - 28 Jun 2017 22:44:53 UTC
38 results (0.022 seconds)