Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bradwellsb/blazor-meadow-weather

Log weather data from LM35 temperature sensor using Meadow, Blazor, and Web API
https://github.com/bradwellsb/blazor-meadow-weather

Last synced: 12 days ago
JSON representation

Log weather data from LM35 temperature sensor using Meadow, Blazor, and Web API

Awesome Lists containing this project

README

        

# Blazor and IOT
This sample project was created by [Bradley Wells](https://wellsb.com/csharp/) to demonstrate a technique for sending data from connected IoT hardware to a web API. In this sample, a Meadow microcontroller polls data from a LM35 temperature sensor. That data is sent via HTTP request to an API controller endpoint and stored in a database where it can be visualized in a chart using a Blazor web app.

* [Tutorial](https://wellsb.com/csharp/iot/blazor-meadow-web-api-weather-charts/)

[![](https://user-images.githubusercontent.com/3577465/190877652-eccd2a7c-d07c-44a6-a5c0-63ff55542df1.png)](https://wellsb.com/csharp/iot/blazor-meadow-web-api-weather-charts/)