Giter VIP home page Giter VIP logo

adafruit_am2320's Introduction

Adafruit AM2320 Sensor Driver for Arduino Build StatusDocumentation

This is a library for the Adafruit AM2320 Temperature & Humidity Unified Sensor

Also supports AM2320 chips (and maybe other compatible chips!)

Check out the links above for our tutorials and wiring diagrams. This chip uses I2C to communicate

Adafruit invests time and resources providing this open source code, please support Adafruit and open-source hardware by purchasing products from Adafruit!

Written by Limor Fried/Ladyada for Adafruit Industries. MIT license, all text above must be included in any redistribution

adafruit_am2320's People

Contributors

caternuson avatar deanm1278 avatar dhalbert avatar emil01 avatar evaherrada avatar hoffmannjan avatar jerryneedell avatar kattni avatar ladyada avatar siddacious avatar tyeth avatar xpalaa00 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

adafruit_am2320's Issues

Humidity data I2C Error - ESP32

Hardware: DOIT ESP32 DEVKIT V1
ISSUE: When the example is running the Hum: value is not displayed.
Screenshot_1

Possible solution: added the delay() function between 17 and 18 rows:
Serial.print("Temp: "); Serial.println(am2320.readTemperature());
delay(100);
Serial.print("Hum: "); Serial.println(am2320.readHumidity());
Screenshot_2

Command list

Hello,
I was wondering if there is a command list so i can better understand how the code functions. I wanted to use this in a school project, but i need to create flowchart with it, the specific command i am looking for is from the demo and is as follow:
Adafruit_AM2320 am2320 = Adafruit_AM2320();
any answers are appreciated

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.