breadboard

Eyeball

Huge Arduino Animatronic LED Eyeball using arduino

I’m currently in the process of making a Halloween contraption that has a few components that are worth documenting. The Huge Arduino Animatronic LED Eyeball is one of them. Background Most animatronic eyeball projects that I found were more or less life-size. They were usually ping pong balls or dolls eyes or 3-D printed. I needed something …

Huge Arduino Animatronic LED Eyeball using arduino Read More »

jc PIC wireless ThermometerTX 01

Make a Wireless Thermometer with a PIC Microcontroller

Introduction In this article, I’ll show you one way to make a wireless thermometer using two PIC microcontrollers. One microcontroller, the PIC16F688, will measure voltage from an LM34, convert it to an ADC value, and transmit some data. The receiver will receive the data, and display a message on an LCD. Sending data with the 433MHz …

Make a Wireless Thermometer with a PIC Microcontroller Read More »

Wireless Doorbell Transmitter

Wireless Doorbell Transmitter Using Pic

This project describes the first part of the following two projects: A wireless doorbell transmitter as described in this Instructable A wireless doorbell receiver to be described in the Wireless Doorbell Receiver Instructable When I am sitting in the backyard of my house I cannot hear it when somebody is ringing the doorbell at the front door. …

Wireless Doorbell Transmitter Using Pic Read More »

About the Temperature Sensor (1)

About the Temperature Sensor using pic microcontoller

Temperature sensors are used in a wide range of electronic devices, including digital thermometers, home thermostats, ovens, and refrigerators. Figure 1 shows two devices with temperature sensors. Figure 1. Devices with temperature sensors. The temperature sensor provided in your kit is a precision analog sensor, whose voltage output is linearly proportional to the temperature. Configured …

About the Temperature Sensor using pic microcontoller Read More »

Temperature Sensor

LM75 Temperature Sensor with 7 segment display output using PIC16F628

This is a test project built hastily on a solder less breadboard. It uses a LM75 to read the current temperature via I2C and displays the result on three 7 segment displays. It uses a PIC16F628 with an internal 4 Mhz clock. The program was created using JAL Note the LM75 is a surface mount …

LM75 Temperature Sensor with 7 segment display output using PIC16F628 Read More »