Continuing our journey to combine the elegance of an analog meter with the accuracy of digital data, we will take a look at what we've learned in the previous two chapters and build an IoT weather dashboard with an analog meter display.
Make sure that you have the circuit from Chapter 5, Controlling a Servo with Python, wired up before you start this chapter.
This dashboard will display wardrobe suggestions based on the outside temperature and wind speed. We will also use an LED on our dashboard to indicate whether or not we should take an umbrella with us.
The following topics will be covered in this chapter:
- Accessing weather data from the cloud
- Controlling the servo using weather data
- Enhancing our project