sarsooxyz.hugo/content/posts/iot/index.md

16 lines
586 B
Markdown
Raw Permalink Normal View History

2022-08-22 17:11:36 +01:00
---
title: "IoT Coursework"
date: 2020-11-24T15:03:40+00:00
draft: false
tags:
- Uni
- C
categories:
- Dev
2022-08-22 17:11:36 +01:00
---
My post-grad internet of things coursework concerned coding a smart sensor using a Contiki-based board. Written in C, the software collected light readings into a buffer before processing these data groups using symbolic aggregate approximation or SAX. This piece achieved 95%.
2024-07-28 20:54:19 +01:00
[![GitHub](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white)](https://github.com/Sarsoo/IoT-Labs)
2022-08-22 17:11:36 +01:00
[Read the report here.](report.pdf)