DEV Community

Leonardo C. Guilen
Leonardo C. Guilen

Posted on

Temperature and Humidity Monitor - Using IoT, Azure and Xamarin

Overview of My Submission

IoT-based temperature and humidity monitoring system with NodeMCU ESP8266 attached to DHT11 sensor that captures local temperature and humidity information, and integrates with Azure IoT Hub, which sends measurement events such as messages to Azure Service Bus. Azure Functions consume these messages by persisting and making data available for viewing in an Xamarin App.

Submission Category:

Wacky Wildcards

Link to Code on GitHub

The code for both the app and the IoT part is present in the following GitHub repo:

GitHub logo leoguilen / nodemcu_azureIoTHub_xamarinApp

IoT-based temperature and humidity monitoring system which is connected to Microsoft Azure. This is a Xamarin app to display real-time data from local sensors in an environment on a mobile device.

Temperature And Humidity Monitor

IoT-based temperature and humidity monitoring system which is connected to Microsoft Azure. This is a Xamarin app to display real-time data from local sensors in an environment on a mobile device.

Architecture

Project architecture image

License

Copyright 2022 Leonardo Guilen

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.




Additional Resources / Info

System Architecture Image:
System Architecture Image

References

Top comments (0)