Technical requirements
This chapter will require you to have the following hardware and software installed:
- Hardware:
- Raspberry Pi
- A computer with internet access
- Software:
- Python IDE
- Amazon Web Services (AWS) account
We will be running our programs on Python and have a slight bit of SQL syntax that we need to use as part of querying data in this chapter. Again, don’t worry if you don’t understand some of the code; we will walk you through it and get you down to understanding how each part of the code works in no time.
You can access the GitHub folder for the code that is used in this chapter at https://github.com/PacktPublishing/IoT-Made-Easy-for-Beginners/tree/main/Chapter15/.