The following are the results of running lab 7 in Professor Kevin Lu's iot github: https://github.com/kevinwlu/iot/tree/master/lesson7
Up first we need to set up the thingspeak API. Do so by going to thingspeak.com and signing in with a Mathworks account
Set up a new channel for the process and then copy the write API key from the associated field
Next, copy this key into the thingspeak_cpu_loop.py script in the correct field and run the script
Up next, a connection with google's Sheets and Drive APIs was made and credentials for write access to google sheet was obtained
The following output was generated by the program. The operating system used was Ubuntu 16.04 on a laptop computer.
All dependencies were installed into an Anaconda environment to prevent conflicts.