Main public logs
Appearance
Combined display of all available logs of Squirrel's Lair. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 16:28, 2022 February 1 Hal talk contribs created page Raspberry Pi Pico (RP2040) I2S WAV Sound Player (Created page with "{{TidBit |shortDescription=Play WAV files over I2S using a Raspberry Pi Pico (RP2040) and MAX98357A |skillSet=Arduino; Electronics; Python; Raspberry Pi |featured=Yes }} The Raspberry Pi Pico is a very capable device but it doesn't have an I2S bus. That's where its PIO capabilities come in handy. There don't seem to be as much information out there for PIO in MicroPython but it wasn't hard to adapt it from the C/C++ examples. Learned a lot doing this - got a basic gra...")
- 16:23, 2022 February 1 Hal talk contribs created page File:20220201 171620.jpg (Picture of Raspberry Pi Pico RP2040 and MAX98357A module on a breadboard and connected to a speaker and reset switch.)
- 16:23, 2022 February 1 Hal talk contribs uploaded File:20220201 171620.jpg (Picture of Raspberry Pi Pico RP2040 and MAX98357A module on a breadboard and connected to a speaker and reset switch.)
- 22:22, 2022 January 31 Maintenance script talk contribs performed unknown action "cargo/recreatetable" on Special:CargoTables
- 22:22, 2022 January 30 Maintenance script talk contribs performed unknown action "cargo/recreatetable" on Special:CargoTables
- 08:54, 2022 January 30 Ttenbergen talk contribs deleted page Mediawiki Extension 3DAlloy/default scale problem (default scale problem was fixed.)
- 08:40, 2022 January 30 Ttenbergen talk contribs undeleted page Mediawiki Extension 3DAlloy/OBJ file problems (8 revisions)
- 08:39, 2022 January 30 Ttenbergen talk contribs deleted page Mediawiki Extension 3DAlloy/OBJ file problems (problem is fixed)
- 22:22, 2022 January 29 Maintenance script talk contribs performed unknown action "cargo/recreatetable" on Special:CargoTables
- 09:32, 2022 January 29 Ttenbergen talk contribs deleted page Mediawiki Extension 3DAlloy/pan and zoom don't work as expected (these all work now)
- 22:30, 2022 January 28 Maintenance script talk contribs performed unknown action "cargo/recreatetable" on Special:CargoTables
- 22:21, 2022 January 28 Maintenance script talk contribs performed unknown action "cargo/recreatetable" on Special:CargoTables
- 22:21, 2022 January 27 Maintenance script talk contribs performed unknown action "cargo/recreatetable" on Special:CargoTables
- 20:53, 2022 January 27 Ttenbergen talk contribs created page Internal:Tiny RSS (Created page with "Tiny RSS is the RSS feed aggregator software I use. https://rss.squirrelslair.ca == Updating == Clearly been a while, they now prefer docker or github... https://tt-rss.org/wiki/InstallationNotesHost")
- 22:22, 2022 January 26 Maintenance script talk contribs performed unknown action "cargo/recreatetable" on Special:CargoTables
- 22:21, 2022 January 25 Maintenance script talk contribs performed unknown action "cargo/recreatetable" on Special:CargoTables
- 22:22, 2022 January 24 Maintenance script talk contribs performed unknown action "cargo/recreatetable" on Special:CargoTables
- 22:21, 2022 January 24 Maintenance script talk contribs performed unknown action "cargo/recreatetable" on Special:CargoTables
- 22:21, 2022 January 23 Maintenance script talk contribs performed unknown action "cargo/recreatetable" on Special:CargoTables
- 22:22, 2022 January 22 Maintenance script talk contribs performed unknown action "cargo/recreatetable" on Special:CargoTables
- 12:58, 2022 January 22 Ttenbergen talk contribs created page File:Jig2.obj (further testing for Mediawiki Extension 3DAlloy/OBJ file problems)
- 12:58, 2022 January 22 Ttenbergen talk contribs uploaded File:Jig2.obj (further testing for Mediawiki Extension 3DAlloy/OBJ file problems)
- 12:55, 2022 January 22 Ttenbergen talk contribs uploaded a new version of File:Jig.obj (reupload to test)
- 22:21, 2022 January 21 Maintenance script talk contribs performed unknown action "cargo/recreatetable" on Special:CargoTables
- 22:21, 2022 January 20 Maintenance script talk contribs performed unknown action "cargo/recreatetable" on Special:CargoTables
- 22:21, 2022 January 19 Maintenance script talk contribs performed unknown action "cargo/recreatetable" on Special:CargoTables
- 22:55, 2022 January 18 Hal talk contribs created page Extract Images From a Video With FFMPEG (Using FFmpeg to extract frames from a source video)
- 22:21, 2022 January 18 Maintenance script talk contribs performed unknown action "cargo/recreatetable" on Special:CargoTables
- 22:21, 2022 January 17 Maintenance script talk contribs performed unknown action "cargo/recreatetable" on Special:CargoTables
- 22:21, 2022 January 16 Maintenance script talk contribs performed unknown action "cargo/recreatetable" on Special:CargoTables
- 09:49, 2022 January 16 Ttenbergen talk contribs created page Internal:Playing with Rich Results (Created page with "==Manually== Annotated [https://www.tenbergen.ca/uncategorized/shakshuka/ Shakshuka] with recipe schema from https://developers.google.com/search/docs/advanced/structured-data/recipe?authuser=2 See vocabulary available at https://schema.org/Recipe See what google sees at https://search.google.com/u/2/test/rich-results?url=http%3A%2F%2Ftenbergen.ca%2F This works, but what a pain. There are plugins, but the seem domain specific. ==By general schema plugin== Tried Schem...")
- 22:21, 2022 January 15 Maintenance script talk contribs performed unknown action "cargo/recreatetable" on Special:CargoTables
- 22:21, 2022 January 14 Maintenance script talk contribs performed unknown action "cargo/recreatetable" on Special:CargoTables
- 22:22, 2022 January 13 Maintenance script talk contribs performed unknown action "cargo/recreatetable" on Special:CargoTables
- 22:21, 2022 January 13 Maintenance script talk contribs performed unknown action "cargo/recreatetable" on Special:CargoTables
- 16:07, 2022 January 13 Hal talk contribs created page Automate Key Presses With Arduino (Created page with "{{TidBit |shortDescription=Looking to automate key and/or mouse combinations? Do it with an Arduino! |skillSet=Arduino |featured=Yes }} There are libraries for Arduino that will let you use any 32u4 or SAMD-based Arduino (Leonardo, Pro Micro, etc) as a keyboard and/or mouse device, and it's simple to use. Say you're need to wiggle and left-click your mouse every five minutes for some reason. This would do the trick: <nowiki> #include<Mouse.h> Mouse.begin(); voi...")
- 13:38, 2022 January 13 Hal talk contribs created page Raspberry Pi 4/400 Flash Codes (Created page with "{{TidBit |shortDescription=The green (ACT) LED on a Raspberry Pi 4 and 400 can indicate what's causing boot problems. |skillSet=Raspberry Pi |featured=Yes }} If you're having trouble with your Raspberry Pi 4 or 400 not booting, usually the culprit is a bad power supply or problems with the SD card or image. If you've confirmed that the power supply is good and it's not even showing the usual power-on screen, check to see if the green LED is flashing - it could be giving...")
- 22:21, 2022 January 12 Maintenance script talk contribs performed unknown action "cargo/recreatetable" on Special:CargoTables
- 17:22, 2022 January 12 Ttenbergen talk contribs moved page Internal:Quicker page edits on mediawiki to Quicker page edits on mediawiki without leaving a redirect
- 22:21, 2022 January 11 Maintenance script talk contribs performed unknown action "cargo/recreatetable" on Special:CargoTables
- 11:36, 2022 January 11 Hal talk contribs created page File:Micro-sd card adapter pico connected.jpg (Typical connection between Raspberry Pi Pico and micro-SD card adapter board, using default SPI0 pins on the Pico.)
- 11:36, 2022 January 11 Hal talk contribs uploaded File:Micro-sd card adapter pico connected.jpg (Typical connection between Raspberry Pi Pico and micro-SD card adapter board, using default SPI0 pins on the Pico.)
- 11:34, 2022 January 11 Hal talk contribs created page File:Micro-sd card adapter 3V3 regulator.jpg (Micro-SD card adapter board closeup with 3.3V regulator (AMS1117-3.3) indicated.)
- 11:34, 2022 January 11 Hal talk contribs uploaded File:Micro-sd card adapter 3V3 regulator.jpg (Micro-SD card adapter board closeup with 3.3V regulator (AMS1117-3.3) indicated.)
- 11:32, 2022 January 11 Hal talk contribs created page File:Micro-sd card adapter and pico.jpg (Micro-SD card adapter board with Raspberry Pi Pico on left for scale.)
- 11:32, 2022 January 11 Hal talk contribs uploaded File:Micro-sd card adapter and pico.jpg (Micro-SD card adapter board with Raspberry Pi Pico on left for scale.)
- 09:48, 2022 January 11 Hal talk contribs created page File:Signal Generator Case Lid 02.stl (STL file for Square Wave Generator Lid.)
- 09:48, 2022 January 11 Hal talk contribs uploaded File:Signal Generator Case Lid 02.stl (STL file for Square Wave Generator Lid.)
- 22:54, 2022 January 10 Hal talk contribs created page Internal:Using Generic Micro-SD Card Reader With Raspberry Pi Pico (Created page with "{{Project |shortDescription=Having trouble getting one of those generic micro-SD card readers to talk with your Pico (or possibly other microcontroller)? This may help. |longDescription=There are dozens or hundreds or thousands of them out there - all blue rectangles with six pins, a push-push micro-SD connector, and "Micro SD Card Adapter" on the back. Every time I use one I need to figure out how to use them all over again. Now I'm writing it down! |geekery=The problem...")
- 22:21, 2022 January 10 Maintenance script talk contribs performed unknown action "cargo/recreatetable" on Special:CargoTables