Circuit Lake

Electronic Project and Circuit Collection

PIC


Air Humidity and Temperature Data Logger

March 22, 2013 By: admin Category: Data Acquisition, Measurement, Monitoring, PIC No Comments →

This temperature and air humidity data logger is built based on PIC16F876A microcontroller and SHT11 sensor. The sensor provides accurate measurement and is fully calibrated (no need to calibrate from user). The logger can measure temperature with range from -40°C to 99°C and Humidity from 1 – 99% with resolution 0.1°C temperature and 0.1% RH. […]

PIC16F74 Room Thermostat for Gas Boiler

February 27, 2013 By: admin Category: Control, Monitoring, PIC No Comments →

This Room Thermostat provides better controller for gas boiler. Instead using water temperature inside boiler, the device uses room temperature as parameter to switch boiler on or off through relay. The project is built based on PIC16F74 and uses 1–wire digital thermometer IC, Maxim DS1820, to sense room temperature.

Simple Portable Led Game System

February 09, 2013 By: admin Category: Game, LED, PIC No Comments →

This is a fun project with LED, a simple portable led game system. It is built based on PIC16F628A, 16 RGB LED and 9 bipolar transistors BC548. It has 4 buttons for control, a switch for turning it off, and a tiny speaker for sound output. What kind of game can you play with this […]

Simple USB to CAN interface

February 06, 2013 By: admin Category: Interfacing, PIC, USB No Comments →

This simple USB to CAN interface, named as USBtin, can be used to monitor CAN busses and transmit CAN messages. It implements the USB CDC class and creates a virtual comport on the host computer. The interface is controlled with simple commands over this serial port. The commands to USBtin can be sent with any […]