+ All Categories
Home > Technology > Arduino Interface LM35 MQTT Using UART

Arduino Interface LM35 MQTT Using UART

Date post: 13-Feb-2017
Category:
Upload: sanjay-kumar
View: 36 times
Download: 0 times
Share this document with a friend
10
By Deligence Technologies www.deligence.com Arduino Interface LM35 MQTT Using UART
Transcript
Page 1: Arduino Interface LM35 MQTT Using UART

By Deligence Technologies www.deligence.com

Arduino Interface LM35 MQTT Using UART

Page 2: Arduino Interface LM35 MQTT Using UART

WHAT WE WILL COVER?What we are using in this project -• Arduino UNO (2No)•Ethernet shield•HC-05(2No)•LM-35 (Temp Sensor)

Project Description

Video Presentation

Page 3: Arduino Interface LM35 MQTT Using UART

Arduino UNO (2No) Ethernet shield HC-05(2No) LM-35 (Temp Sensor)

In the next slide, we will give you a brief introduction about them.

Components Requirements to create Arduino Interface LM35 MQTT Using UART -

Page 4: Arduino Interface LM35 MQTT Using UART

ARDUINO UNO

Arduino/Genuino Uno is a microcontroller board based on the ATmega328P (datasheet). It has 14 digital input/output pins (of which 6 can be used as PWM outputs), 6 analog inputs, a 16 MHz quartz crystal, a USB connection, a power jack, an ICSP header and a reset button.

Page 5: Arduino Interface LM35 MQTT Using UART

ETHERNET SHIELD

The Arduino Ethernet Shield 2 allows an Arduino Board to connect to the Internet. It is based on the Wiznet W5500 Ethernet chip. The Wiznet W5500 provides a network (IP) stack capable of both TCP and UDP.

Page 6: Arduino Interface LM35 MQTT Using UART

HC-05(2No)

HC-05 module is an easy to use Bluetooth SPP (Serial Port Protocol) module, designed for transparent wireless serial connection setup.

Page 7: Arduino Interface LM35 MQTT Using UART

LM-35 (Temp Sensor)

The LM35 series are precision integrated-circuit temperature devices with an output voltage linearly-proportional to the Centigrade temperature.

Page 8: Arduino Interface LM35 MQTT Using UART

Project DescriptionArduino Interface LM35 MQTT Using UART (2 HC-05 )(ARDUINO UNO,ETHERNET SHIELD, LM35&Bluetooth)

You can check it's video at https://vimeo.com/196405731 and you can contact us at info [@] deligence.com in case you have any query. You can also contact us at sales [@] deligence.com in case of any Development requirement.

Here we are implementing a Master-Slave Communication between two Arduino Uno Board with HC-05(Bluetooth) and Sending orreceiving data to and from an MQTT Client.

Here we are using Ethernet Shield to Communicate with MQTT Broker Adafruit and interface out Board with it. Here we are also using two additional libraries of Adafruit (Link is given below).

Link: https://github.com/adafruit/Adafruit_MQTT_Library

Page 9: Arduino Interface LM35 MQTT Using UART

Connect with us –

www.deligence.com/contact-usEmail : [email protected] : +91 9910130340

Page 10: Arduino Interface LM35 MQTT Using UART

Recommended