Public info about the author: joserami

Profile
  • SPICE simulation of a DS1621 digital Thermometer and Thermostat interfaced with a microcontroller PIC16F877 measures the temperature from -55 C to +125C in 0.5°C increments and shows the result on a LCD display. Setting a TH, high temperature and a TL, low temperature, the output of thermostat becomes active when the temperature measured exceeds TH, and stay active until the measured temperature falls below TL.The power supply ranges from 2.7V to 5.5V.

    • For-Credits
    • Intermediate
    • 11-20
    • Proteus
    • 7.7+
    • Yes
    • This project uses the i2c bus, with a master and a slave device. The master is the device that drives the clock, in this case the microcontroller PIC16F877, the DS1621 is the slave device and respond to the master. the DS1621 has a 2-Wire Serial Data Input/Output called SDA and 2-Wire Serial Clock, SCL.When the master want communicate with the slave begins a start sequence on the i2c bus, sending on SDA the address of slave with write or read operation code, and a series of commands, and ends with the stop sequence.The temperature is written/read from DS1621 as two bytes, the second byte contain the value of the least significant bit of the temperature (0.5 C). TH and TL can be set with or without the 0.5 C.The output of thermostat is set active high, and the 1SHOT bit of configuration register is set low, so the DS1621 will continuosly perform temperature conversions.

    • thermostat output operation with hysteresis output of thermostat is active when temperature meets or exceeds 40.5C output of thermostat becomes inactive when temperature falls below 37.5C
  • In this SPICE simulation, a button is used to turn the step motor clockwise by one step with a prefixed angle, and the other button turns the motor anticlockwise.The Step Motor is halfstep driven by a PIC and 4 transistors darlington.

    • For-Credits
    • Intermediate
    • Proteus
    • 7.7+
    • Yes
    • CCS compiler angle one step clockwise
  • SPICE simulation of a triac power regulator for regulating the intensity of a lamp light by a potentiometer connected to the microcontroller.

    • Free
    • Intermediate
    • 21-30
    • Proteus
    • 7.7+
    • Yes
    • all opto activated all opto disactevated
  • SPICE simulation of a control power triac with eight levels of power. The project uses three different fixed resistors that are properly isolated by three optoisolators drived by Arduino board in order to obtain eight power levels. This simulation lights a lamp cyclically and gradually.

    • Free
    • Intermediate
    • 21-30
    • Proteus
    • 7.7+
    • Yes
    • R1 and R2 on 184k of total resistance
  • Simulation of precision integrated temperature sensor LM335 interfaced with Arduino board. The temperature, measured in Celsius and Kelvin is shown on a serial LCd display.

    • Free
    • Simple
    • <10
    • Proteus
    • 7.7+
    • Yes
    • calibration 25C at 2.984V