Using PowerShell in Azure

October 31, 2024

Let’s start by saying the PowerShell is one of the most opaque and crappy languages that was ever created. I’m glad some people like it – but as far as me, it sucks. Adding PowerShell to Azure YAML Build Script Adding PowerShell scripts is easy. The example below shows how to create a script with embedded PowerShell code.… Read More »

Test Equipment and Manuals

August 22, 2024

It’s always a pain finding the manuals for test equipment. You might use it for a little while then you don’t need it for 6 months. The perfect solution is to put it where you can always find it quickly. Hmmmm. FG085 miniDDS Function Generator This generator is almost entirely based on the kit that is sold all… Read More »

OpenWeather – Local Weather API for IoT

August 20, 2024

I was looking around for an easy to use weather API to get simple weather information. I found OpenWeather and the free version allowed me to do all that I wanted. Latitude/Longitude All the weather APIs require that you furnish the latitude and longitude for the location you are querying. You can look it up by ZIP code.… Read More »

Add Build Output Messages to Azure DevOps

September 11, 2024

Azure has a tool that is used in many DevOps YAML scripts. It has many capabilities – to the point of wondering why they crammed so many unrelated functions into one construct. All of this information is from a Microsoft Azure DevOps Services page: Logging commands. Check it out because I will not list these options: Show percentage… Read More »

ESP32 Documents

November 29, 2024

Expressif main site documentation Locally Hosted Documents Just to aid finding ESP32 documents more conveniently, I wanted to bring some items locally – if I use them in a project for instance. General ESP32-­WROOM-­32 (Not recommended for new designs)

SQL Cheatsheet

August 15, 2024

Multiple “Order By” Clause Separate the order by clauses with commas. Use “CASE” to Convert Non-String to String Value In this example, we want do display the SettlementType value (an integer) as a human readable value in a column named “Settlement”. Resulting SQL view. Update Row Value The basic command is: For instance: