Skip to content

Miscellaneous Raspberry Pi and Arduino scripts

Notifications You must be signed in to change notification settings

ifurusato/scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scripts : Miscellaneous Raspberry Pi and Arduino scripts

  • pin_check.py: displays a continually-updating console display showing the status of a Raspberry Pi 3 B+'s pins.
  • pink_led.py: grabs a snapshot of a 640x480 Raspberry Pi camera and compares the 'color distance' between each pixel and a fixed color, displaying the result to the console.
  • scanip: scans the local network for IP addresses matching 192.168.1.*
  • findpy: a command line search tool that looks for strings within *.py files and provides a colorized report
  • findxml: a command line search tool that looks for strings within *.xml files and provides a colorized report

The two find* files are basically Python simplifying wrappers around the unix "find" command, that provide a nice colorised output.

Support & Liability

These files come with no promise of support or liability. Use at your own risk.

Further Information

This project is part of the New Zealand Personal Robotics (NZPRG) "Robot Operating System", not to be confused with other "ROS" projects. For more information check out the NZPRG Blog and NZPRG Wiki.

Copyright & License

All contents (including software, documentation and images) Copyright 2020 by Murray Altheim, All Rights Reserved.

Software and documentation are distributed under the MIT License, see LICENSE file included with project.

About

Miscellaneous Raspberry Pi and Arduino scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages