diff --git a/content/Articles/garmin-eink/index.md b/content/Articles/garmin-eink/index.md index 07fd071..f1a3ec3 100644 --- a/content/Articles/garmin-eink/index.md +++ b/content/Articles/garmin-eink/index.md @@ -33,6 +33,9 @@ I had a waveshare 4.2" eink display in my drawer that ive been looking to find a I found this brilliant tool online called [Python Garmin Connect](https://github.com/cyberjunky/python-garminconnect) that allows you to input your Garmin account details and pull specific data from their API. The tool was installed and setup up as a system service on my server and the results servered with a Caddy web server. +The full repo can be found below, +{{< gitea server="https://git.marlow.quest" repo="ash/Garmin-API" >}} + ### Step 2 - Displaying data on the eink screen In VS Code I installed platform IO and connected my ESP32. The code was written to connect to wifi, grab the data from the web server and display it to the eink. I gave it a title and a progress bar with percentage to clearly show how much I have completed. I also added a Last Updated time stamp and logic to put the ESP to deep sleep and only update each morning after my typical workout time slot. @@ -43,6 +46,8 @@ I later decided it made more sense to show todays date at the botton my the page One of the greatest challenges was my desicion to include an image. An easier option would have been to buy an ESP32 with a micro SD card slot to give me an easier way of storing the image. Wanted to make this work without buying anything new I decided to stream the image from my Caddy server directly ro the display. With some AI magic I had a bash script that would convert any image I gave it to a resized monochrome bitmap suitable for the basic eink display. The great thing about using this approach is it makes changing the image for a different future challenge much easier. +{{< gitea server="https://git.marlow.quest" repo="ash/Garmin-Eink" >}} + ### Step 3 - The case The case comes from [printables](https://www.printables.com/model/495094-waveshare-42-e-paper-stand/comments) and felt like the cleanest option. diff --git a/content/Articles/retro-handhelds/Miyoo Mini V4.jpg b/content/Articles/retro-handhelds/MiyooMiniV4.jpg similarity index 100% rename from content/Articles/retro-handhelds/Miyoo Mini V4.jpg rename to content/Articles/retro-handhelds/MiyooMiniV4.jpg diff --git a/content/Articles/retro-handhelds/index.md b/content/Articles/retro-handhelds/index.md index c9b6193..24b7383 100644 --- a/content/Articles/retro-handhelds/index.md +++ b/content/Articles/retro-handhelds/index.md @@ -67,7 +67,7 @@ This is an incredibly popular device so I am certainly in the minority but I jus ### Miyoo Mini V4 -![Miyoo Mini V4](./Miyoo Mini V4.jpg) +![Miyoo Mini V4](./MiyooMiniV4.jpg) The Miyoo mini is the first handheld I really wanted but due to pricing, high demand and stock shortages it took me a long time to get hold of it. It really does not disappoint. Technically its a worse version of the Miyoo mini +. diff --git a/content/about/index.md b/content/about/index.md index d1d1bf8..e2f6ac0 100644 --- a/content/about/index.md +++ b/content/about/index.md @@ -6,6 +6,19 @@ layout: "simple" ## {{< icon "file-lines" >}} Professional Experience +{{< typeit + tag=h3 + speed=50 + breakLines=false + loop=true +>}} +Nextbase +Panasonic +Pointwire +University of Bristol +Tanium +{{< /typeit >}} + {{< button href="/Ash_Marlow_CV.pdf" target="_blank" >}}   {{< icon "download" >}} Download CV {{< /button >}} @@ -51,6 +64,5 @@ Developed firmware for high-end, IoT-enabled smart home appliances. ## Education & Credentials -* **ISTQB Certified Tester (Foundation)** - *2026* * **Tanium Certified Cloud Deployment Specialist** - *2024* * **BSc Physics** - University of Bristol *(2018 - 2022)* \ No newline at end of file