Skip to content

ncdcommunity/Arduino_Library_AD7416_10Bit_Temperature_Sensor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AD7416ARZ.

AD7416ARZ

The AD7416 is 10-bit temperature sensor that can operate from a single 2.7 V to 5.5 V power supply. The AD7416 is a temperature-monitoring-only device in an 8-lead package. This Device is available from www.ncd.io

[SKU: AD7416ARZ_I2CS]

(https://store.ncd.io/product/ad7416arz-10-bit-temperature-sensor-i2c-mini-module/) This Sample code can be used with Arduino.

Hardware needed to interface AD7416ARZ temperature sensor with Arduino

  1. Arduino Nano
  2. Arduino Micro
  3. Arduino uno
  4. Arduino Due
  5. AD7416 10-bit temperature sensor
  6. I2C Cable

AD7416ARZ:

The AD7416 is 10-bit temperature sensor that can operate from a single 2.7 V to 5.5 V power supply. The AD7416 is a temperature-monitoring-only device in an 8-lead package.

Applications:

•Data acquisition (with ambient temperature monitoring),industrial process controls,automotive,battery-charging applications and PCs.

How to Use the AD7416ARZ temperature sensor with Arduino Library The AD7416ARZ has a number of settings, which can be configured based on user requirements.

1.Channel Settings:The AD7416 contains a temperature-only channel which is channel 0.The following command selects the channel 0 for reading temperature.

       ad7416arz.setChannel(CHANNEL_0); 

2.Shut down mode:The automatic power-down feature enables the AD7416 to achieve superior power performance.At slower throughput rates, the part can be programmed to operate in a low power shutdown mode, allowing further savings in power consumption.

      ad7416arz.setShutdown(SHUTDOWN_DISABLE); 

Arduino

Download and install Arduino Software (IDE) on your machine. Steps to install Arduino are provided at:

https://www.arduino.cc/en/Main/Software

Download (or git pull) the code and double click the file to run the program. Compile and upload the code on Arduino IDE and see the output on Serial Monitor.

About

AD7416ARZ 10Bit Temperature Sensor Interfacing With Arduino

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages