planning
examination
Table of Contents
Learn More โ
We have chosen to streamline your assignment as a tutorial, written in the Markdown language using a standard template (below). The main reason behind this is to make it as simple as possible, still flexible and easy to share between all classmates and other peers on the internet.
Examination will take place also in peer review. So your tutorial will be read by at least three other student peers.
Information want's to be free - let's keep everything open, shall we?
Figure 1, published tutorial
The report/tutorial must be written in English. Checkboxes with a * means 'advanced level', aiming for higher grade. All tutorials with a higher grade than C will be published on the course homepage as a good example.
If you want you are able to publish your project directly to Github. In that case write your tutorial in the README.md
file. If you have no prior experience with Github this might be a good time to try it out. Easiest is to use the Github Desktop application, or you can also do everything from the web browser (editing and uploading etc.).
Make sure you create a public repository and also that you write the report in the README.md
file.
Please keep the total length of the tutorial below 25k characters. You can include code that is linked to a repository. Keep the code snippets in the tutorial short.
Give a short and brief overview of what your project is about. What needs to be included:
Describe why you have chosen to build this specific device. What purpose does it serve? What do you want to do with the data, and what new insights do you think it will give?
Explain all material that is needed. All sensors, where you bought them and their specifications. Please also provide pictures of what you have bought and what you are using.
Example:
IoT Thing For this Perhaps a table is a jolly good idea? In this project I have chosen to work with the Pycom LoPy4 device as seen in Fig. 1, it's a neat little device programmed by MicroPython and has several bands of connectivity. The device has many digital and analog input and outputs and is well suited for an IoT project.
Fig. 1. LoPy4 with headers. Pycom.ioImage Not Showing Possible ReasonsLearn More โ
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
How is the device programmed. Which IDE are you using. Describe all steps from flashing the firmware, installing plugins in your favorite editor. How flashing is done on MicroPython. The aim is that a beginner should be able to understand.
How is all the electronics connected? Describe all the wiring, good if you can show a circuit diagram. Be specific on how to connect everything, and what to think of in terms of resistors, current and voltage. Is this only for a development setup or could it be used in production?
Describe your choice of platform. If you have tried different platforms it can be good to provide a comparison.
Is your platform based on a local installation or a cloud? Do you plan to use a paid subscription or a free? Describe the different alternatives on going forward if you want to scale your idea.
Import core functions of your code here, and don't forget to explain what you have done! Do not put too much code here, focus on the core functionalities. Have you done a specific function that does a calculation, or are you using clever function for sending data on two networks? Or, are you checking if the value is reasonable etc. Explain what you have done, including the setup of the network, wireless, libraries and all that is needed to understand.
import this as that
def my_cool_function():
print('not much here')
s.send(package)
# Explain your code!
How is the data transmitted to the internet or local server? Describe the package format. All the different steps that are needed in getting the data to your end-point. Explain both the code and choice of wireless protocols.
Describe the presentation part. How is the dashboard built? How long is the data preserved in the database?
Show the final results of your project. Give your final thoughts on how you think the project went. What could have been done in an other way, or even better? Pictures are nice!