TOP Contributors

  1. MIKROE (2651 codes)
  2. Alcides Ramos (351 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (112 codes)
  5. Chisanga Mumba (90 codes)
  6. S P (73 codes)
  7. dany (71 codes)
  8. MikroBUS.NET Team (35 codes)
  9. NART SCHINACKOW (34 codes)
  10. Armstrong Subero (27 codes)

Most Downloaded

  1. Timer Calculator (136599 times)
  2. FAT32 Library (69803 times)
  3. Network Ethernet Library (55878 times)
  4. USB Device Library (46208 times)
  5. Network WiFi Library (41856 times)
  6. FT800 Library (41064 times)
  7. GSM click (28941 times)
  8. PID Library (26400 times)
  9. mikroSDK (26306 times)
  10. microSD click (25321 times)
Libstock prefers package manager

Package Manager

We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]

< Back
Project

AM2302 (DHT22) on GLCD

Rating:

5

Author: John Code

Last Updated: 2016-02-21

Package Version: 2.0.0.0

Category: Measurement

Downloaded: 2121 times

Followed by: 3 users

License: MIT license  

AM2302 temperature and humidity sensor (which includes DHT22): values showed on a GLCD (128x64 pixel, KS108 controller), with min and max values. Implemented on a PIC16F886, but easy to change to another MCU. Because of the font size approx. 200 Bytes RAM and 8kBytes ROM are needed.

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "AM2302 (DHT22) on GLCD" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "AM2302 (DHT22) on GLCD" changes.

Do you want to report abuse regarding "AM2302 (DHT22) on GLCD".

  • Information
  • Comments (1)
DOWNLOAD LINK RELATED COMPILER CONTAINS
mikroC PRO for PIC
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

Project Blog

GLCD

GLCD

A picture how the values are shown on the GLCD. On the right side you see the min and max values of the humidity and temperature.

View full image

New in V2.0.0.0: check sum test added and small improvements to avoid values like 25°C instead of 25.0°C

ALSO FROM THIS AUTHOR

MMB TFT backlight dimmer

1

Code to dim the backlight from the TFT display on the Mikromedia Board. Made for the PIC18FJ board, HW Rev. 1.05 but is easy to adopt. PWM is made with Timer2, the PWM module is not used, although connected to this port. Brightness can be adjusted from 10% to 100% in 10% steps.

[Learn More]