Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

revolve2-robohat

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

revolve2-robohat

Robohatlib

  • 0.6.3
  • PyPI
  • Socket score

Maintainers
1

2022-2823-01.RaspberryRoboHat_2

This a library written in Python to access the robohat hardware

version v0.6.3

Install latest Pi OS (https://www.raspberrypi.com/software/) (at this moment bookwork, based on Debian 12)

Fill in username: robo Password: ????

update packages.

sudo apt update
sudo apt upgrade

remove old packages and install new one to resolve a depenency

sudo apt remove python3-rpi.gpio
sudo apt install python3-rpi-lgpio

Be sure you update config.txt int the Raspberry boot partition. This is to enable the I2C ports which are needed.

replace the /boot/firmware/config.txt with the the config.txt on this repo in setup_files folder, to enable the I2C ports and the SPI ports

create dir at user robo mkdir /home/robo/bin mkdir /home/robo/robohat

move files robo, servo, buzz_random into /home/robo/bin from thisn bin folder in this repo

add to /home/robo/.bashrc export PATH="/home/robo/bin:$PATH"

copy the dir robohatlib of this repo into the /home/robo/

by entering the command servo or robo you can test the robo

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc