1. Zegudofit

    LM016L + PCF8574 I2C Backpack Schematic with Backlight Control

    For my assignment, I need to create a Proteus 8 schematic showing Arduino Uno → PCF8574(I2C backpack) → LM016L LCD connections using I2C. It wasn't too hard to implement basic LCD control (VSS/VDD/VEE/RS/RW/E/D0-D7 → P0-P2,P4-P7). In internet tutorials it typically looks like this: (SCL and...
  2. D

    0-99 Counter with J-K Flip Flop 74LS107A

    Hi i want to simulate 0-99 Counter with J-K Flip Flop 74LS107A on proteus and i have finished it but it is not working i mean the 7-segment not working can one help me with it? i will post the picture of the project... thnx :)
  3. shahdsaad

    Issue with 2-Digit BCD Adder-Subtractor Circuit Using 74LS83

    This is my design for a 2-digit adder-subtractor BCD circuit. The design performs well with addition, but for subtraction, it calculates 33 - 73 = 60, which is incorrect. Can anyone help me figure out the issue? I’ve used a 74LS83 IC along with a bunch of XOR gates, AND gates, NOT gates, and a...
  4. O

    8255 is not functioning properly

    I have interfaced 8255A with 8086. PortA (Mode 0) is defined as input and PortB (Mode 0) and PortC are defined as output. PC0 and and PC1 are set by BSR command. As well as, I have read PortA and send it to PortB using a loop. But it is not working. I have attached the Proteus file. The assembly...
  5. salhi

    Insights on Creating a microelectronic card for nanogrid

    I want to make a PCB (based on arduino NANO) for the management of a nanogrid consisting of a PV Solar and Wind Turbine and two storage batteries it has to contain current/voltage sensors along with ADC that send the data to arduino NANO for handling (decision making and Data storage in...
  6. B

    Need help with my project, a combination lock in proteus

    So im trying to make a combinational lock in proteus. One of the issue i've come across is one of my button which is labelled "reset" output high even if its not press but when I connect a logic probe to the line, the cable becomes normal. The second issue is there is a sequence detector that...
  7. kidhu

    Op amp Circuit schematic diagram using proteus

    Can anyone provide circuit schematic diagram using proteus that, control the room fan speed (rpm) by the temperature of the room and control the room light (on/off) by the room light intensity using the thermistor and LDR and op amps?
  8. greenreign

    [Proteus to Breadboard] 74LS192 Decade Counter problem, ABCD output always at 1

    Hello everyone. this isnt really a homework but I wanted to get more experience with breadboard implementation since it will be useful in my future studies. Recently my class was on the topic of Digit Counters using BCD decade counters. I was fascinated by it and wanted to visualize the ABCD...
  9. E

    Triple-555 timer circuit not working in Proteus

    I am new to 555 Timers and Proteus and I need help to fix a circuit I have built. The intended function of the circuit is as follows. The logic is controlled by an external circuit but it is represented by switches within this circuit to purely test the 555 Timer functionality. The switches...
  10. vedaraj

    Why It is stuck in loop? RX pin is not receiving data from Virtual Terminal? #proteus

    This code is to simulate RFID reader working using AT89C51 in Proteus Software. Instead of RFID reader i am using Virtual Terminal for sending or scanning RFID, here in my case I am Typing ID in Virtual Terminal, string 'a' stores input and compares with existing string and gives Output. Problem...
  11. B

    Microelectronics Motorized Pinwheel proteus design

    I need to build the motorized pinwheel project in proteus. Arduino 328 should be used as seen in the 2nd photo. I will be grateful if you could help me.
  12. R

    how to change reference probe of oscilloscope in Proteus

    hi all♥ I want to measure the voltage between two points non of them is the ground how can I do it in proteus ?
  13. D

    Proteus x Mplab Source Code

    Hi guys. What is the difference between these two procedures for the reset and interrupt vector. One in mplab and one in the Proteus? org 0x00 ;reset vector goto Start org 0x04 ;interruption vector goto Start PGM code 0x0 Goto Start ORG 4 ;some code here PGM code Start
  14. J

    Dimmer Circuit Simulation Problem

    Hi I am trying to make a dimmer circuit with proteus. But it is not working according to our calculations. I am very new both in proteus and also learning about OP-AMPs. So I am not understanding what's wrong with the schematics. Both the current and voltage is showing zero. Here is the...
  15. W

    Power factor correction circuit with PIC16F887

    I have made a circuit in Proteus with the PIC16F887 for measuring the voltage, current , power and also power factor and display them on the LCD. In the circuit, the L1 and R5 can be any value as it is just a value for the load connected to the circuit. I was wondering if I were to place some...
  16. nanosama95

    Simulation not working well in Proteus?

    I'm not understanding Proteus or something I'm doing wrong, and it's really basic, I put a 9v Battery, a Red Led, simple circuit and a 10k resistance, so the led shouldn't turn on right? Well, is turning on even If I set a 1000k resistance...what I'm doing wrong? I've done things in Livewire...
  17. Mohsin Anees

    Debugging Constant-Current source

    What I'm trying to do? I'm making a constant-current source based off an existing design. The specs of the existing design are: Existing Design The design is of a constant current source capable of outputting 4-20mA output current from an input voltage of 0-2V. The Problem The problem is...
  18. P

    0 to 9, 9 to 0 counter

    Hi there, got a serious problem about Counters. i have to create "a circuit that counts from 0 to 9 then from 9 to 0 using two separate counters" and "must consider BUS concept". i used two 74192 and two 74153 Multiplexers ( for BUS ), one of the counters is ascending and another one is...
  19. S

    Simulate PSoC in Proteus

    Hello. I am working on extracting strain gauge values mounted on my ATV (front suspension) with the help of a 20 bit ADC of PSoC. Before that I would like to simulate it. So could you please suggest how can I do this in proteus(or any other SW if not possible). Please help. Thank you for your time.
  20. hacker15987

    BCD calculator (urgent help in project)

    BCD calculator with two input(A,B).. do (add,subtraction, multiplication, division at a time) using proteous anyone?
Top