In my last blog post, we managed to install Visual Studio Community edition and create a C# Temperature Log Web API from scratch. We also managed to install Azure Cosmos DB emulator on our laptop and got our Web API to save some test reading, we did this by using the Swagger page that loaded…
Step by Step: Saving temperature and humidity reading in Azure Cosmos Emulator using .NetCore Web API
In my last post, we managed to get temperature and humidity reading from a DHT11 using an Arduino Uno. My Arduino Uno also has Wifi capabilities, so we saw how to obtain an IP address and forward our reading to a public website like Httpbin.org. Httpbin.org was then kind enough to accept and return our…
Step by Step: Getting temperature and humidity reading using Arduino Uno Wifi + DHT11 Sensor
I’ve had a few failed attempts at gardening and wanted to see if my passion for technology could help out. There are quiet a few sensors on the market like temperature, moisture, light, etc that I think could help. This spurred me to purchase an Arduino Uno Wifi R2 and even though I’ve owned an…