TOP Contributors

  1. MIKROE (2656 codes)
  2. Alcides Ramos (353 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 (136820 times)
  2. FAT32 Library (69984 times)
  3. Network Ethernet Library (55959 times)
  4. USB Device Library (46280 times)
  5. Network WiFi Library (41893 times)
  6. FT800 Library (41203 times)
  7. GSM click (28995 times)
  8. PID Library (26420 times)
  9. mikroSDK (26377 times)
  10. microSD click (25383 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

USB Thermohygrometer

Rating:

0

Author: Zied ADDED

Last Updated: 2020-02-03

Package Version: 0.0.0.0

Category: Measurement

Downloaded: 311 times

Not followed.

License: MIT license  

This project is realized with the use of a PIC18F4550, DHT22 and DS1307 with a display KS108 GLCD 128 * 64 to display the values of temperature and humidity and date / time.
for further information contact: added_zied@yahoo.fr

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "USB Thermohygrometer" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "USB Thermohygrometer" changes.

Do you want to report abuse regarding "USB Thermohygrometer".

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

Project Blog

USB thermohygrometer

USB thermohygrometer

This project is realized with the use of a PIC18F4550, DHT22 and DS1307 with a KS108 GLCD 128 * 64 to display the values of temperature and humidity and date / time. Also with the HID library the microcontroller sends the data to the PC, we can see it

View full image

This project is realized with the use of a PIC18F4550, DHT22 and DS1307 with a  KS108 GLCD 128 * 64 to display the 
values of temperature and humidity and date / time.
Also with the HID library the microcontroller sends the data to the PC, we can see its data using HID-TERMINAL from MIKROC PRO FOR PIC.
The interface is created with visual basic 2010 express.
For further information contact: added_zied@yahoo.fr
 

 

ALSO FROM THIS AUTHOR

Example of UART communication between microcontrollers

0

These codes give an example of serial communication (UART) between the 4 microcontrollers, but in this configuration the communication must be unidirectional. One is a master (sends the data) and the other are slaves (recive the data). the PIC18F4550 microcontroller read the data on the PORTA or send these data to the other microcontrollers.

[Learn More]

function to display numbers with a large characters on a 240 * 128 T6963C GLCD display

0

This code offers easy programming of a 240 * 128 T6963C GLCD display, it includes a function that allows to display numbers with large characters. Videos of another projects that I realized with this similair graphics available on:

[Learn More]