Sensors Projects

Digital Barometer schematic (1)

Digital Barometer using PIC Microcontroller and MPX4115A Pressure Sensor – XC8

The Motorola MPX4115A is an atmospheric pressure sensor powered by 5V and delivers and output from ~0.25V to ~4.75V based on the pressure detected at room temperature (25°C). The device provides a linear output based on pressure. As the pressure rises, the output voltage of the sensor rises as well with ~0.25V represents <15 kPa …

Digital Barometer using PIC Microcontroller and MPX4115A Pressure Sensor – XC8 Read More »

Interfacing LM35 Temperature Sensor

Interfacing LM35 Temperature Sensor with PIC Microcontroller.

The are many cool sensors available now a days, ranging from IR distance sensor modules, accelerometers, humidity sensors, temperature sensors and many many more(gas sensors, alcohol sensor, motion sensors, touch screens). Many of these are analog in nature. That means they give a voltage output that varies directly (and linearly) with the sensed quantity. For example in LM35 …

Interfacing LM35 Temperature Sensor with PIC Microcontroller. Read More »

USB Temperature Sensor.

EnvStick USB Temperature Sensor using PIC12F683

The EnvStick is cheap, homemade temperature sensor that plugs into a USB port. It provides a simple way to collect a room’s ambient temperature. I made it for fun. EnvStick Features: – Temp sensor (+/- .5 deg C) – USB 2.0 – Windows/Linux software – Poll up to 100 times/minute– In-circuit programming– Only 11 components– Indicator …

EnvStick USB Temperature Sensor using PIC12F683 Read More »

temperature Sensor

Interfacing Temperature Sensor with Microchip PIC16F876A

The tutorial aims at providing the necessary information for interfacing an analog type temperature sensor with a Microchip PIC Microcontroller. PIC (Peripheral Interface Controllers) was introduced in 1985. The PIC16F876A has 8K of Flash Program Memory, 368 bytes of Data Memory (RAM) and many other attractive features. Some features are ADC, USART, and 14 Interrupts …

Interfacing Temperature Sensor with Microchip PIC16F876A Read More »

ADC Module of PIC

How to work with inbuilt ADC Module of PIC18F4550

A microcontroller, a digital device, can read, execute and transmit only digital signals. On the contrary, the outputs of the most of the transducers are analog in nature. Thus it is hard to interface these transducers directly with controllers. Analog-to-digital convertor (ADC) ICs are one way to make the analog input compatible with the microcontroller. Using …

How to work with inbuilt ADC Module of PIC18F4550 Read More »

Electrical Subsystem Schematics

Electrical Subsystem Schematics Using Pic

The goal of the electrical design was to streamline an automatic shift control while keeping manual user input in a fast, user-friendly way. The electrical design was driven by the complexity required by the mechanical system. The system takes in rider input in the form of a throttle position sensor, shift pushbuttons, and mode selector. …

Electrical Subsystem Schematics Using Pic Read More »