Vanity Engineering

What is Vanity Engineering? Vanity Engineering (noun): The practice of designing or implementing a solution to a problem that is not necessarily required or needed, but is done primarily for the purpose of enhancing one’s personal image or reputation. Vanity engineering projects result in over-engineered solutions that are difficult to maintain and often don’t serve any real purpose. It can also be used to describe situations where a project or solution is designed or developed in a way that prioritizes aesthetics over functionality or practicality.
Read more

Temp/Humidity IoT - Part 4

In the part three we set up a daemon to send data to Adafruit IO. This gave us a slick dashboard to view live and historical data. In this part, we will go through setting up a mobile app to give us a quick way to look at the live data on the go. Someone was telling me how easy React Native was to get up and running with, so I decided to give it a shot.
Read more

Temp/Humidity IoT - Part 3

In the part two we assembled the hardware and were able to read data off of the DHT22 sensor. Then we took that data and displayed it on a web page. During this part, we will go over how to send this data to the cloud and chart it. This way we can view trends and live information from the internet. I was going to just document the successful outcome, but then I realized that would just cover up that sometimes we need to fail and pivot.
Read more

Temp/Humidity IoT - Part 2

In the part one we focused on getting the operating system installed and setting up our web service. In this part we will focus on attaching the sensor and reading data from it. Some Assembly Required There are several ways you can attach the sensor (e.g: bread board, connector wires, solder directly to pinouts, etc). I chose to use connector wires so I could move things around easily if I needed to.
Read more

Temp/Humidity IoT - Part 1

Winters in the midwest can be pretty dry, and I’m particularly susceptible to the dry air. In order to keep the humidity at the ideal level I went on the hunt for a humidity sensor. Then I thought to myself, “that’s a bit too easy”, and decided I could build my own. The Vision The MVP Read temperature Read temperature Read humidity Read humidity Report to “da cloud” Viewable on a website - local network Viewable on a mobile app Viewable on a website - cloud Tools The raw materials we use to build our vision 🏗️
Read more