Outdoor Technologist

Random thoughts spewed in the digital realm

WSL2 drive mount & dd

Mount a windows drive in WSL2. Check to see if the /mnt/ directory exists. If not, create it. Mine existed so I just mounted it: dd doesn’t work (yet) On to my linux machine…

View Google WiFi ARP table

Do this: http://192.168.86.1/api/v1/diagnostic-report File downloads and you can open in a terminal with ‘less’ Info Source: https://support.google.com/googlenest/thread/497675?hl=en&msgid=502464

RPi Camera (Part II)

Let’s stream video https://www.tomshardware.com/how-to/use-raspberry-pi-as-pc-webcam IMPORTANT!!!! Tom’s Hardware left the “.so” off of the end of this command. I’m not sure if it was an accident or marketing to start the conversation, but don’t get caught up by it! On the receiver side:

RPi Camera (Part I)

Used these directions https://projects.raspberrypi.org/en/projects/getting-started-with-picamera/3 I was able to take a picture and record a short video

RPi Display doesn’t wake up

I did this first: https://www.raspberrypi.org/forums/viewtopic.php?t=255163 Specifically adding to We’ll see how it works. If that DOES NOT work, I’ll try this: https://www.raspberrypi.org/forums/viewtopic.php?f=91&t=57552

Add Complied program to Linux SD card

Reference Document Title: Getting Started with MCUXpresso SDK for EVK-MCIMX7ULP Document Number: MCUXSDKIMX7ULPGSUGUser’s Guide Rev. 2, 26 May 2020 Compile program Use IAR for windows based on above document Install MinGW-32 Based on above document. But no clear installation instructions out there, I found this one from 2018: Ensure you have the following in your…

Continue Reading

PiHole Setup Steps

Setup Raspian Lite: https://blog.cryptoaustralia.org.au/instructions-for-setting-up-pi-hole/T To test the local IP https://blog.cryptoaustralia.org.au/instructions-for-setting-up-pi-hole/ Setup HostName: https://geek-university.com/raspberry-pi/change-raspberry-pis-hostname/ Start SSH: https://www.raspberrypi.org/documentation/remote-access/ssh/ Install PiHole: curl -sSL https://install.pi-hole.net | bash From: https://docs.pi-hole.net/main/basic-install/ Save the SD card and use log2ram: https://github.com/azlux/log2ramReboot after installation!

1 2