Difference between revisions of "Scratchpad"

From Family History Book
 
(56 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<!-- This page is for transferring content between my OPi4 and my PC Wiki. Content will be erased quickly. -->
 
<!-- This page is for transferring content between my OPi4 and my PC Wiki. Content will be erased quickly. -->
  
==Thursday, 24 November 2022==
+
[[Private|Back to Private]]
  
''Thanksgiving in Florida''
+
<!-- Write below this point -->
  
: The wifi connection in my hotel room doesn't work on either my Windows laptop or the Orange Pi, although I was able to connect using my Android phone. So, I set up a hotspot using the phone and am now happily playing Scott Adams' podcast while writing this. Simultaneously, although there are only a few electric outlets available in the room, and to use them I had to unplug lamps and the alarm clock, I did that and am charging two USB power banks, my phone and am able to run the Orange Pi and portable monitor. If I had been really intelligent about it, I would have brought an extension cord or power strip, but extra USB cables and charging blocks are doing the trick. Yay me.
+
=Learning=
  
: I'm killing some time before going over to Craig's for Thanksgiving dinner. He said they plan to eat about 3 p.m., and he's picking up Dad at 2:00. I offered to pick up Dad if that would help, but he hasn't answered that yet so unless he says yes, I'll just go directly to his & Rebecca's house. David said yesterday that he'll come over to visit tomorrow, since they are having the holiday at Chrissy's. I hope that means Angela and the kids will also come over, but if not I'll see if I can wrangle an invitation to go over there to see them. Byron's birthday present arrived just before I left home, so I'll try to find some giftwrap and give that to him rather than have to mail it. When I get home I need to get busy on my Christmas shopping!
+
==Courses to Take==
  
 +
* [https://www.coursera.org/learn/linux-and-bash-for-data-engineering-duke Linux & Bash for Data Engineering]
 +
* [https://learn.onshape.com/courses/fundamentals-navigating-onshape Navigating OnShape 3D design software]
 +
** [https://www.youtube.com/watch?v=gEDRb67-HfQ YouTube video about OnShape vs Blender]
  
 +
=Tech Stuff=
  
 +
==MacOS==
  
----
+
* [https://osxdaily.com/where-download-macos-installers/ MacOS Installers]
  
<!-- special categories -->
+
==Wio Terminal Links==
 +
* GitHub for Wio Terminal SenseCap project:  https://github.com/Seeed-Studio/SenseCraft
 +
* Seeed Studio wiki for Wio Terminal built-in light sensor project: https://wiki.seeedstudio.com/Wio-Terminal-Light/
 +
** When CircuitPython is loaded on Seeeduino Wio Terminal, all you need to do is to write your python program and name it main.py and drag it onto the CIRCUITPY drive.
 +
* [https://wiki.seeedstudio.com/K1100-quickstart/ Sensor Prototype Kit wiki] using Wio Terminal & Grove sensors
  
[[Category:Electronics]]
+
==SenseCap Indicator==
[[Category:Family]]
+
* [https://wiki.seeedstudio.com/SenseCAP_Indicator_How_To_Flash_The_Default_Firmware/ How to flash the firmware]
 +
* [https://github.com/Seeed-Solution/sensecap_indicator_esp32 Firmware on GitHub]
  
 +
==LoRaWAN Helium Network==
  
<!-- usual categories -->
+
* [https://www.nytimes.com/2022/02/06/technology/helium-cryptocurrency-uses.html Article recommended by BingAI]
 +
* [https://docs.helium.com/faq/helium-network Helium Network FAQ]
 +
* [https://www.seeedstudio.com/SenseCAP-M2-Light-Hotspot-and-Software-License.html SenseCAP M2 Light Hotspot] usingLoRaWAN & Helium Network
  
[[Category:History]]
+
==TinyML==
[[Category:Journal]]
+
* [https://www.hackster.io/mjrobot/tinyml-made-easy-image-classification-cb42ae Image Classification with TinyML] using ESP32S3
[[Category:Writing]]
+
* [https://www.hackster.io/taunoerik/capture-images-with-grove-vision-ai-sensor-c8906c Image Capture with Grove Vision AI Sensor]
 +
* [https://wiki.seeedstudio.com/Train-Deploy-AI-Model-Grove-Vision-AI/ Train & Deploy AI Model with Grove Vision AI]
 +
* [https://docs.edgeimpulse.com/docs/~/revisions/WOgRGOTQBrFnmbtextkF/development-platforms/officially-supported-mcu-targets/seeed-grove-vision-ai Edge Impulse official support for Grove Vision AI module]
  
  [[November 2022|Back to November]]
+
==Discord Tips==
 +
 
 +
* To include some code in your post, surround the code in single backticks (`) for inline code, or triple backticks for a block of code.
 +
* You can add an optional language marker to get syntax highlighting for that language. Common markers are py, c, and sh.
 +
<pre>
 +
`​`​`py
 +
# Check for equals.
 +
if a == b:
 +
    print("Match")
 +
`​`​`
 +
becomes:
 +
# Check for equals.
 +
if a == b:
 +
    print("Match")
 +
</pre>
 +
* More information about formatting posts in Discord is here: https://support.discord.com/hc/en-us/articles/210298617-Markdown-Text-101-Chat-Formatting-Bold-Italic-Underline-
 +
 
 +
-----
 +
 
 +
==Maker Projects==
 +
 
 +
* [https://www.hometalk.com/posts/build/shelves/how-i-doubled-my-kitchen-counter-space-thanks-to-a-2x4-14749165 2x4 shelf]
 +
* [https://www.canva.com/design/DAFksgwUYUc/xm0xNA7za_56Ul1vpQcf3A/view?utm_content=DAFksgwUYUc&utm_campaign=celebratory_first_publish&utm_medium=link&utm_source=celebratory_first_publish Kat's Sandbox logo]
 +
* [https://www.ilikeknitting.com/collections/knitting-baby-patterns/aloha-stripes-beach-dress/?t=14997 Sundress for Alessia]

Latest revision as of 16:53, 23 June 2023


Back to Private


Learning

Courses to Take

Tech Stuff

MacOS

Wio Terminal Links

SenseCap Indicator

LoRaWAN Helium Network

TinyML

Discord Tips

  • To include some code in your post, surround the code in single backticks (`) for inline code, or triple backticks for a block of code.
  • You can add an optional language marker to get syntax highlighting for that language. Common markers are py, c, and sh.
`​`​`py
# Check for equals.
if a == b:
    print("Match")
`​`​`
becomes:
# Check for equals.
if a == b:
    print("Match")

Maker Projects