Arduino Projects

Email in VB.net to send Arduino Sensors Data “2010 Express”

Description:

 

Email in VB.net to send Arduino Sensors Data– In this tutorial, you will learn how to design your own computer application in VB.net to monitor the temperature and humidity values and then send these values on specific email id. With the help of this project, the temperature and humidity values can be monitored from anywhere around the world.

In this project, the famous DHT11 temperature and humidity sensor are used with the Arduino. The Arduino Uno is used to access the Temperature and Humidity values and then using the Serial Communication the temperature and humidity values are sent in a string message to the designed computer application. These values are displayed on the screen and are also sent to the destination email id.


Let’s get started!!!

Amazon Links:

Arduino Nano USB-C Type (Recommended)

Other Tools and Components:

ESP32 WiFi + Bluetooth Module (Recommended)

Top Arduino Sensors:

Super Starter kit for Beginners

Digital Oscilloscopes

Variable Supply

Digital Multimeter

Soldering iron kits

PCB small portable drill machines

DISCLAIMER:

Please Note: these are affiliate links. I may make a commission if you buy the components through these links. I would appreciate your support in this way!



At first, you will find this project quite impractical, as you will need a computer or a laptop connected with the Arduino Uno or Mega all the time. Who connects a computer 24 hours with the Arduino Uno just to monitor the Temperature and Humidity? While there are so many breakout boards that can be used to send the sensors data to any email id around the world. There are Ethernet cards, ESP8266 wifi modules, Nodemcu ESP8266, etc. All these modules can be directly interfaced with the Arduino Uno or Mega and you never need a computer to send an email. I have been using Nodemcu ESP8266 for Real Time sensors monitoring, but there are situations when you need a computer application like for example a SCADA system, where you process all the data and then send the end results on an email ID.

When you start comparing both the options and as you dig deeper you will understand how important this project is. The computer application designed for monitoring and sending an email can be used in infinite ways. The application designed in this Tutorial can be used without the Arduino. This application can be easily modified and can be used in student’s attendance system, this application can be used in the products inquiry system, and this project can be used in all those places where you need to send an email. This application can also be used for marketing, as this is an automatic email sending system.

The software’s used in this project are

Arduino IDE

Visual Basic.Net “VB.net” 2010 Express Edition.

DHT11 sensor Pinout:

Email in VB.net

This is the DHT11 temperature and humidity sensor which is used in this project for building the Real-Time weather station. DHT11 Sensor has a total of 4 pins. Pin number 1 is the VCC, pin number 2 is the data, pin number 3 is not connected while pin number 4 is the Ground.


The other useful information about the DHT11 sensor can be found in its datasheet. For example its applications, Features, Dimensions, Product parameter, Electrical characteristics, Pin description, and data format, etc. It’s a good designing practice to study the datasheet of the electrical component before you start using it any circuit.

For the easy connections, I highly recommend firs you need to fix this sensor on the Vero Board, Solder its legs and the 10-kilo resistor. Then solder jumper wires. This way you can easy interface the DHT11 temperature and humidity sensor with the Arduino Uno or Mega.

Email in VB.net

Circuit Diagram:

Email in VB.net

The connection of the DHT11 temperature and humidity sensor with the Arduino Uno or Mega is really simple. As you can see in the circuit diagram above, a 10 kilo Ohm resistor is connected between pin number 1 and pin number 2. As I said earlier the pin number 3 of the dht11 sensor is not used. Pin number 4 of the DHT11 temperature and humidity sensor is connected with the Arduino’s Ground, while pin number 2 is connected with the Arduino’s pin number 12.


Email in VB.net Arduino and VB.net Programming:

 Email in VB.net– In this Project, two programs are used, one program is written for the Arduino and the other program is the computer application designed in vb.net using 2010 Express Edition.

DHT11 Arduino Programming:

For the Program Explanation watch Video Tutorial given at the end of this Article.

Email Sending Application VB.net Programming:

For the practical demonstration and step by step, explanation watch the following video tutorial.

Watch Video Tutorial:

Engr Fahad

My name is Shahzada Fahad and I am an Electrical Engineer. I have been doing Job in UAE as a site engineer in an Electrical Construction Company. Currently, I am running my own YouTube channel "Electronic Clinic", and managing this Website. My Hobbies are * Watching Movies * Music * Martial Arts * Photography * Travelling * Make Sketches and so on...

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button