Bookmarks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
page 1 / 4
67 results tagged raspi  ✕   ✕
PiScope http://abyz.me.uk/rpi/pigpio/piscope.html
Tue 21 Mar 2023 08:54:56 PM PDT archive.org

piscope is a logic analyser (digital waveform viewer) for the RasPi. It shows the state (high or low) of selected GPIO pins in real-time. Uses the services of the pigpio library. pigpio needs to be running on the Pi whose GPIO are to be monitored. The pigpio library may be started as a daemon.

Install pigpiod on the RasPi: sudo apt-get install pigpiod pigpio-tools
Install PyScop on your workstation: yay -S pyscope
Start pigpiod: sudo pigpiod
Run pyscope on your workstation

  • export PIGPIO_ADDR=raspi
  • piscope
python raspi oscilloscope gpio debugging electronics
The Single Board Computer Database https://hackerboards.com/
Fri 09 Dec 2022 02:05:57 PM PST archive.org

HackerBoards is an established comparison website for any single-board computer (SBC), module (SoM) and Linux-supported development board. With over 450 active entries, Board-DB is the largest online database and comparison tool for single board computers (SBCs), computing modules (SoMs), and development boards.

sbc raspi search database
The Big Blocklist Collection https://firebog.net/
Sat 17 Sep 2022 04:57:49 PM PDT archive.org

A large list of links to various ad-, sketchy-, spam-, and tracking blocklists in /etc/hosts format. Suitable for use with Pi-hole adblocking.

privacy advertising antispam lists blocking raspi
thinklearndo/keychainbackup https://github.com/thinklearndo/keychainbackup
Thu 18 Aug 2022 12:56:31 PM PDT archive.org

A software (and optionally, hardware) project for automating the creation of offsite backups on flash drives. The idea is that you have a large-ish flash drive on your keyring; when you take your keys out of your pocket, plug the flash drive into the device. The specific use case is a hanging key holder with a RasPi inside of it. The files in the backup script are automatically encrypted and copied onto the flash drive. That way, if anything happens while you're out and about you have the latest and greatest copies of the files already with you.

automation backups external python raspi usbkey exocortex encryption
Raspberry Pi Zero 2 powers the Null 2 RetroPie gaming handheld https://www.jeffgeerling.com/blog/2021/raspberry-pi-zero-2-powers-null-2-retropie-gaming-handheld
Fri 12 Aug 2022 05:38:52 PM PDT archive.org

A build log of the Null 2 Retropie handheld. Includes how to modify existing builds of Raspbian to work with that custom hardware.

archived retrogaming raspi raspbian howto
GitHub - DrSchottky/pwnagotchi: (⌐■_■) - Deep Reinforcement Learning instrumenting bettercap for WiFi pwning. https://github.com/DrSchottky/pwnagotchi/
Tue 26 Jul 2022 03:38:59 PM PDT archive.org

DrSchottky's fork of the Pwnagotchi firmware so that development can continue.

raspi linux wireless hacking ai ml
Null 2 Build Guide https://www.null2.co.uk/build-guide
Fri 15 Jul 2022 11:42:21 AM PDT archive.org

Construction documentation for the Null 2 Linux-powered handheld console.

documentation construction raspi project howto
PiRogue Tool Suite https://pts-project.org/
Sun 19 Jun 2022 03:16:44 PM PDT archive.org

PiRogue tool suite (PTS) is an open-source tool suite that provides a comprehensive mobile forensic and network traffic analysis platform targeting mobile devices both Android and iOS, internet of things devices (devices that are connected to the user mobile apps), and in general any device using wi-fi to connect to the Internet.

Github: https://github.com/PiRogueToolSuite/

raspi software network traffic analysis android ios privacy
Clustered-Pi Zero edition http://www.clustered-pi.com/blog/clustered-pi-zero.html
Thu 12 May 2022 06:20:57 PM PDT archive.org

Want to build a RasPi cluster shaped like an old-school Cray supercomputer? 'course you do! You can find the greyprints and see how to assemble it here.

raspi 3dprinting greyprints cluster project
A guide to speed classes for SD and microSD Cards https://www.kingston.com/unitedkingdom/en/blog/personal-storage/memory-card-speed-classes
Thu 31 Mar 2022 01:29:36 PM PDT archive.org

A comprehensive guide to what all of the labelling on microSD cards means. What application they're best for, how fast they are at reading and writing, what their theoretical maximum capacity is.

storage raspi
USB RTC for the Raspberry Pi /shaare/9JoTAw
Tue 29 Mar 2022 02:45:06 PM PDT archive.org

RTCs for the RasPi that don't use the GPIO pins but a USB jack are apparently a thing. Battery backed.

  • https://shop.sb-components.co.uk/products/usb-rtc-for-raspberry-pi-1
  • https://thepihut.com/products/usb-real-time-clock-rtc-for-raspberry-pi

Software for using those RTCs: https://github.com/sbcshop/USB-RTC

raspi peripherals hardware clocks usb python time
bill88t/ljinux https://github.com/bill88t/ljinux
Wed 16 Mar 2022 03:04:47 PM PDT archive.org

A "linux" written in python, for the Raspberry Pi Pico. Important note: Do not take this project seriously.

It runs on the rpi pico, circuitpython 7. You can optionally attach a SSD1306 display for output, a ds1302 RTC (make sure to set fixrtc to false from config.json) for persistent time or a w5500 networking breakout board for networking. For the missing hardware the functions will be automatically deactivated. (The hardware will also be deactivated in case of missing libraries.). It expects to find a /LjinuxRoot folder which uses as it's root. It can be on the built in fs, or an sd card, more details at Configuration.

circuitpython raspi embedded fun linux environment funny
rPi Locator https://rpilocator.com/
Wed 09 Mar 2022 03:36:44 PM PST archive.org

It's gotten so hard to find Raspberry Pis these days that there is a site that tracks models, vendors, whether or not they're in stock, and prices.

RSS: https://rpilocator.com/feed.rss

raspi monitoring vendors prices rss
t0xic0der/sysmon https://github.com/t0xic0der/sysmon
Wed 09 Feb 2022 03:54:40 PM PST archive.org

An intuitive remotely-accessible system performance monitoring and task management tool for servers and headless Raspberry Pi setups.

  • For people having home or enterprise servers with lower system specifications and complexity
  • For people having headless setup of Raspberry Pi (or any other single board computer of the kind)
  • For people looking for a relatively easy-to-understand and user-friendly system management tool
  • For people wanting to control devices from mobile phones, chromebooks and smart TVs (with browser)
python webapps monitoring raspi sysadmin
PellelNitram/pi_stack https://github.com/PellelNitram/pi_stack
Thu 13 Jan 2022 04:34:47 PM PST archive.org

A stackable simple-to-build single board computer storage that is open-source and modular which is made from sustainable materials. This repository contains the official production files that can be used for laser cutting and 3D printing.

raspi rack storage 3dprinting servers project
How not to kill your Pi's SD card https://durdle.com/2017/01/04/how-not-to-kill-your-pis-sd-card/
Thu 02 Dec 2021 12:04:18 PM PST archive.org

I need to do this on my RasPi's.

howto raspi sysadmin storage
AgriVision/rpi_rtlsdr_weather_station https://github.com/AgriVision/rpi_rtlsdr_weather_station
Wed 01 Dec 2021 03:14:43 PM PST archive.org

rpi_rtlsdr_weather_station is Python code, based on https://dash.plotly.com to show weather data from a wireless weather station to a web page, served from a raspberry pi. Wireless data from the weather station is received with a RTL-SDR dongle and decoded by https://github.com/merbanan/rtl_433/.

The code is tested with a Fine Offset Electronics WH1080/WH3080 compatible Weather Station (Alecto WS-4000).

python weather hardware data raspi rtlsdr
Botspot/pi-apps https://github.com/Botspot/pi-apps
Sat 25 Sep 2021 02:07:24 PM PDT archive.org

Let's be honest: Linux is harder to master than Windows. Sometimes it's not user-friendly, and following an outdated tutorial may break your Raspberry Pi's operating system. There is no centralized software repository, except for the apt repositories which severely lack many desktop applications. Surely there is a better way! There is. Introducing Pi-Apps, an expanding, well-maintained collection of app installation-scripts that you can run with one click.

Desktop application that, when installed, presents a list of categories of applications to install. Pick, click, and go.

raspi raspbian directory apps linux application
Elecrow CrowPi2 laptop kit https://www.elecrow.com/crowpi2-raspberry-pi-portable-laptop.html
Tue 21 Sep 2021 12:49:16 PM PDT archive.org

Explicitly compatible with multiple OSes for the RasPi, so funky additional packages may not be needed for driving the rest of the setup.

hacking laptop kit raspi electronics bluetooth
joecupano/SIGbox https://github.com/joecupano/SIGbox
Mon 13 Sep 2021 02:33:29 PM PDT archive.org

SIGbox is a "go-kit" for Signal Intelligence (SIGINT) enthusiasts with emphasis on capabilities in the VHF, UHF, and SHF spectrum. For completeness, HF spectrum related software is included for optional install. Describes both software and hardware used for this purpose.

SIGpi is the compute component of SIGbox built on a Raspberry Pi4 4GB RAM and 32GB microSD card. The SIGpi Build Script is run on your Raspberry Pi as user pi only AFTER you followed the Raspberry Pi Documentation - Getting Started guide.

sigint rf raspi hardware software scripts
page 1 / 4
4684 links, including 339 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn