The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
30 views

how to program a pic chip to remember a specific input?

I am putting together a circuit that allows the user to tell a car how many spaces to go forward/backward, and how many spaces to go left/right. To do this, i have figured out i would need some sort ...
-1
votes
0answers
21 views

What is important in computer clocks' signal: signal edges or intervals when signal is stable? Will multiple value propagation occur? [closed]

I am trying to figure out some basics of digital electronics. We have all seen the squared graph of the clock signal: I have read multiple articles on the internet and still can't figure out ...
-1
votes
0answers
22 views

Size the fuses in a non-closed circuit [closed]

Sum of all power consuming componentens in the non-closed circuit decide maximal current thru fuses I [max thru fuse VAC] = 1.00 [inp A] + ( 3,2 [max W] / 24 VDC ) = 1.134 A I [max thru fuse GND] = ...
0
votes
0answers
42 views

trouble with 4 bit 2's complement comparator?

I'm having trouble creating a 4 bit 2's complement comparator. Can anyone help or give me a boolean expression if possible? There should be 2 inputs and 3 outputs which are <, > or =. Should output ...
0
votes
0answers
30 views

How can you tell if a logic circuit is a storage element? [closed]

I'm confused on this topic on how different logic circuits are considered storage elements while some are not. Please help on this topic For example: is a storage element.
-2
votes
1answer
109 views

How I do a subtraction 2 numbers in a sequential circuit?

I need to do a circuit in which I subtract 2 numbers. I believe I need to use the SUM and a sign bit, and some masks, but I cannot figure out how to put it together. [LATER EDIT] i tried to do ...
0
votes
0answers
37 views

Implementation of any Circuit Placement Algorithm to compare with our novel PSO placement alogrithm

I have designed and implemented a novel algorithm based on Particle Swarm Optimization, to places circuit gates (for example c17 or c432 circuit) on a 2D grid to minimize the total interconnect length ...
0
votes
0answers
51 views

How to use exe flags with LTSpiceIV running in Mac OSX (wineskin)

I am using a Mac and I need to pass arguments to LTSpice through the command line. This is the site for LTSpice Wineskin app: http://irust.in/2011/07/ltspice-for-mac-osx/ In Windows it is ...
0
votes
0answers
225 views

Logic circuit for 4-2 encoder

I have to build the logic circuit for a 4 to 2 encoder where in the truth table, if only one of the inputs is on the error signal (result) is 0, but if there is more than one, or no inputs on, then ...
0
votes
0answers
67 views

Custom numbers on binary counter (Circuit) [closed]

I have a standard circuit for a binary counter that I am using in Digital Works which looks like below Edit - Won't let me post image for some reason. (Just picture of circuit using J-K + AND gates) ...
3
votes
1answer
74 views

Create graphics for electronic diagrams [closed]

Does anyone know a fast and clean way of creating graphics/diagrams for electronic circuits? I'm writing a summary in LaTeX and need it to explain basic concepts like voltage, current, Thévenin etc. ...
0
votes
0answers
45 views

Clear Voltage and Current labels on PSpice Schematic Circuit After simulation

I am working with the schematic module in pspice and i have run my simulations. I want to clear the current and voltage labels that have pop up on the diagram after simulation. How do I do this pls. I ...
0
votes
1answer
58 views

Pspice simulation window not there?

For some reason I don't have the File Edit Trace Plot View Tools Window Help options when I run the simulation, where is the option to reset it?
-1
votes
1answer
52 views

How do I use pickit 2 [closed]

Hey everyoneI have a pickit 2 and I am a bit confused about the wiring to the micro-controller. I found what each pin is but I was wondering if I just directly wire them or if I need to use any ...
0
votes
1answer
845 views

Why does a 4 bit adder/subtractor implement its overflow detection by looking at BOTH of the last two carry-outs?

This is the diagram we were given for class: Why wouldn't you just use C4 in this image? If C4 is 1, then the last addition resulted in an overflow, which is what we're wondering. Why do we need to ...
0
votes
0answers
57 views

Making a 4bit two's comeplement circuit

I am trying to make a circuit in Digital works to do a 4bit two's complement. I kind of know the logic being that, you put inputs through a not gate to invert them, but adding the one is what I am ...
1
vote
2answers
167 views

How to compute two's-complement

How would you get the 2's complement of a 4 bit number without explicitly using 0001 in the formula (using power - 1111 - or ground - 0000)? I tried using a splitter but reconstructing the separate 1 ...
0
votes
0answers
111 views

How do I express a boolean expression comprised of AND, OR and NOT using only AND and NOT?

Say I have the following boolean expression: (A^B^C) v (~A^~C) How could I express that using only AND (^) and NOT (~)? I don't want the answer, just how I would go about doing it.
-2
votes
1answer
107 views

Creating logic circuit with don't care output [closed]

I want to create a logic circuit in which a don't care term appears. This would mean that after i put in the input, the output would be a 1 or a 0 (ie you don't care what the output of that bit is if ...
3
votes
1answer
91 views

How to handle loops in a digital logic simulator?

I'm developing a digital logic simulator to build my own CPU in it later (so it's a long term project). Everything works great for circuits with no loops, for example a fulladder. Then there are ...
1
vote
0answers
25 views

Boolean theorems: Specific cases and inverter placement questions (3)

If `D'=Z', then does D=Z? Does (A+B)' = A' + B? If an inverter is placed before the AND/OR then does it still act as a NOT/NAND?
1
vote
1answer
173 views

send command to pic18f2550 relay circuti via bash

i have a usb relay circuit that uses pic18f2550, which's vendor id : 0461 and product id: 0020 i tried to communicate this device via python via pyusb, i could connect the device but could not send ...
0
votes
1answer
141 views

Methods for detecting liquid drops with phototransistor

ECE people: I have a simple circuit with an LED pointing at a phototransistor. There is a tube in between them that drops of liquid will drip through at random times. I am reading the voltage with an ...
0
votes
0answers
9 views

Offloading car alternator & main battery using Li-Polymer

I wish to offload the alternator in my car using an additional battery. I need the extra battery to keep the circuit at 13.20 volts at all times. Is this even possible?
0
votes
0answers
76 views

Digital Circuits: demultiplexer + registers + multiplexer [closed]

I'm trying to make a set of registers (4) (based on D type flip-flops) with an addressing system, I don't know how is it called in English, but anyway I'm sending an image to illustrate the circuit. ...
1
vote
1answer
379 views

Bluetooth Keyboard for Android

I'm trying to make a bluetooth keyboard(3x4)for Android Phones with the use of any arduino because I'm trying to make that as a Braille keyboard. Is it possible? If it is. What kind of arduino should ...
0
votes
0answers
460 views

Designing Calculator Circuit Logisim [closed]

I am trying to design a calculator circuit that adds 2 four bit 2's complement binary number as its input that outputs an 8 bit 2's complement number when the control bit comes 01. Here's what I have ...
2
votes
0answers
105 views

Arduino + a TIP-120 + an IC [closed]

I'm trying to run a whole bunch of LEDs via an Arduino Uno, a decoder, and some latches. Since the Arduino can only sink less than 200mA, I have to use an external power source than can handle in ...
1
vote
0answers
33 views

What is the purpose of adding an Enable input when designing a decoder or encoder?

I understand the purpose of encoding (4 to 2, 8 to 3, etc) and decoders, but we covered adding an enable input in class. which, if I understand right, needs to be true in order for the output to be ...
2
votes
2answers
506 views

Fast accessing elements of Compressed Sparse Row (CSR) sparse matrix

I want to test some of the newer sparse linear solvers and I want to know if there is a fast way of filling in the matrix. The format I'm interested is CSR (http://goo.gl/hLXYd). Let's say the matrix, ...
1
vote
3answers
489 views

Arduino Mini and WiFi shield -> not present (status 255)

Dear Stackoverflowers! I have an issue with the WiFi shield. As you can see in the picture below, i am experimenting with the Arduino Mini and the WiFi shield. I have read the tutorial-guide and ...
1
vote
1answer
50 views

How many memory words are required to store instructions in a computer system

if a computer system with memory module of size 2048 and each word is 8 bits, it has four fields: an op-code field to specify one of 32 operations, a register address to select one of 64 registers, an ...
1
vote
1answer
152 views

Evaluating electronic circuits

I'm interested in the various ways you can evaluate electronic circuits. The use case would be something akin to having a gui like this this, where unknown variables should get evaluated when a ...
0
votes
1answer
535 views

What is wrong with my D flip-flop toggle switch? [closed]

***I am sorry to post this here rather than in Electrical Engineering. Since I am brand new there, I am not allowed to post images. Desperate times call for desperate measures, and I'm sure more than ...
0
votes
1answer
59 views

Where did I go wrong with the boolean logic?

For a small digital system, I am given the requirement that "The doors should not lock (a = doors lock) when the driver has got out of the car (b = driver in car) but the keys are still inside (c = ...
0
votes
0answers
96 views

Mac OSX software to create Hasse Diagrams, lattice systems, or boolean circuits? [closed]

I'm trying to create a biochemical pathway boolean circuit and I was wondering if there was any software where you can create complex lattice systems and name the nodes. I needd to be able to label ...
1
vote
0answers
288 views

How to Wire a PIC Microcontroller [closed]

I'm completely new to the world of PIC Microcontrollers and electrical engineering so please go easy :) Anyway, I managed to program my PIC 16f627 to turn on three LEDs when push button (trigger ...
0
votes
1answer
150 views

Satellite Tracker

I am trying to create a satellite transceiver. I don't want to incorporate any cell phone device. I don't have much clue about where to begin but I am very interested in the idea. This is what I want ...
1
vote
2answers
155 views

Make a simple circuit to dissipate power in VHDL

I'm looking for ideas on something simple to write that I can use to measure power. I just need it to make sure that my power measurement is working. I'm using Xilinx ISE 14.1 on a Virtex-6. I'd like ...
0
votes
1answer
64 views

designing circuit to detect position

i m trying to make a grid like structure for my project say like a 3*3 sq. inch and i want to detect the piece placed on it.. the piece can have different colors, or weights or shape no restrictions ...
4
votes
1answer
368 views

HTML5 - Render simple electrical circuits

I have a set of relatively simple electrical circuits. Small ones involving just resistors, capacitors, inductors, and trimmers/trimpots (ie: three-terminal variable resistors). I am trying to find a ...
0
votes
1answer
100 views

Connecting AND Gate Chip to an Integrated Circuit [closed]

I am trying to teach myself how to make integrated circuits and I'm having trouble integrating an AND gate into the circuit though. I took a picture of it and uploaded to the link below. The voltage ...
-6
votes
2answers
102 views

Precendence vs short-circuiting in C [closed]

int i=-3, j=2, k=0, m; m = ++i || ++j && ++k; printf("%d, %d, %d, %d\n", i, j, k, m); Since ++ has more precedence than || and && in C, they are evaluated first and therefore the ...
2
votes
1answer
239 views

Race conditions

I'm currently stuck trying to understand two things related to race conditions. Issue 1: I have been presented with the following question: We consider the digital circuit and the value of its ...
5
votes
1answer
176 views

How are shifts implemented on the hardware level?

How are bit shifts implemented at the hardware level when the number to shift by is unknown? I can't imagine that there would be a separate circuit for each number you can shift by (that would 64 ...
3
votes
1answer
288 views

Digital logic - mealy state machines?

I understand the way Mealy state machines work - the output logic is now a function of not just the current state but of the input directly as well. But what is the advantage to this over Moore ...
5
votes
3answers
452 views

Octal full adder How to

I have this project listen below and im not sure where to start maybe someone can give me a few pointers or perhaps point me in the right direction of starting this? Thanks!! Input: A, B = octal ...
1
vote
2answers
241 views

FreeRTOS built on windows xp to run on a Atmega32 [closed]

I downloaded FreeRTOS and I want to put it on a microcontroller (ATMega32) on a PCB (I'll do it on a breadboard 1st) like this. How can I achieve this? Thanks
2
votes
2answers
221 views

Custom PCB Blink light in c [closed]

Is there a way/tutorial to take a PCB (Printed Circuit Board) and make an LED Blink? Im basically asking: Is there a DIY tutorial for making a mini os for a PCB (not Arduino like). I want to put an ...
0
votes
1answer
506 views

4 bit binary number multiplier by 3 (mod 16)

I have a question in a past paper which asks to design as a minimised sum of products, and using only NAND gates, a circuit which takes 4 bit binary input and multiplies that number by 3 (mod 16) ...

1 2