You can find the full workshop in the .NET Conf Student Zone 2022 repository.
Let’s build prototype of smart bottle - we need to tell how much water was consumed Where do we start? We need a sensor and something to connect it to.After completing the workshop:
-
Students will be skilled at:
- Working with IoT sensors using .NET
- Designing IoT projects to fulfill a task
- Setting up IoT devices
- Creating an app to read data from IoT devices
- Analyzing data from an IoT device
-
Students will be able to independently use their learning to:
- Plan and architecture other IoT projects
- Create .NET applications for their IoT projects
- Take the data they collect and analyze it using machine learning techniques. There are some good workshops in this repository that can serve as a starting point for this!
- With a weight sensor and accelerometer, you can accurately detect weight change
- Your IoT app will accurately detect when you have added or removed water from the glass
- Your app will automatically detect and log when you move the bottle, refill the bottle, or drink from the bottle
For full instructions, follow this link: Full Instructions
- Setup and connect your I2C IoT devices
- Connect your IoT devices to your PC
- Design the "smart water bottle"
- Write the code to detect your water consumption!
- Read from the accelerometer and weight sensors
- Set up auto-detection to store the timestamp, weight, and acceleration anytime we drink, refill, or move our bottle