There are quiet a few products on the market that allow us to control our bulbs and switches from our mobile phone or via a website. I wanted to see how easy it was to achieve this. After a lot of digging around and looking at options around the Arduino, I stumbled across another chip…
Tag: Angular
How to plot real-time temperature and humidity bar graphs using DHT11, .net WebAPI and Angular
In my first blog post I managed to get my Arduino Uno to get temperature and humidity readings using a DHT11. Because my Uno has Wifi support, we managed to obtain an IP address from my local network and POST the temperature and humidity reading to a public server, httpbin.org. To secure our communication we…
Step by Step: Plotting temperature and humidity graphs in Angular using D3.js
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…