Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
9answers
1k views

What's the best way to learn how to build circuits

I've always wanted to have a better understanding of what is happening at the hardware level. As a practical level, anything after compile equals 'magic' and I'd like to remedy that. I'd like to ...
8
votes
7answers
11k views

Steps to make a LED blink from a C/C++ program?

What are the easiest steps to make a small circuit with an LED flash from a C/C++ program? I would prefer the least number of dependencies and packages needed. What port would I connect something ...
7
votes
8answers
441 views

What is a good piece of low cost electronic kit for programming? [closed]

Now that systems are so powerful, there doesn't seem to be anything like the fun challenge of trying to get the most out of some 8-bit micro and with less than 64kb memory. Is there something (that ...
5
votes
3answers
310 views

Circuit that counts the number of set bits in 15-bit input

How to build an area-efficient circuit that counts the number of set bits in 15-bit input using 4-input LUTs (look-up tables). The output is obviously 4-bit (counts 0-15). Some claim that it's ...
4
votes
2answers
287 views

Circuit Design book for programmers

I need a book that teaches circuit design that will be useful when programming microcontrollers. Usually when I join a project, before I can start programming any logic into the microcontroller, it ...
3
votes
6answers
1k views

Use USB to activate MOSFET/Relay

I am working on a personal project involving sending simple signals from my computer to a circuit via USB. Basically I am using the USB signal as the gate signal for a MOSFET which will in turn ...
3
votes
1answer
139 views

How can I do modeling in reverse by parsing a C program and turning it in to a circuit diagram to be displayed [closed]

How can I do modeling in reverse by parsing a C program and turning it in to a circuit diagram to be displayed. Example Except this is psedocode.
3
votes
1answer
726 views

Tool to draw logic gates from text

Is there a tool to draw out logic gates / the circuit diagram from a textual description of those gates (such as HDL)? Thank you.
3
votes
2answers
856 views

Analog circuit simulation library?

I'm working on a genetic programming tool and I'd like to evolve analog circuits. Can anyone suggest a library or tool or even a reference for hooking my GP code up? I just need some way to have ...
3
votes
4answers
4k views

Simple serial AVR programmer for beginner

What is the cheap and good way to make a serial (RS232) programmer for AVR atMega and atTiny? There are several circuits in the Internet, but which one is better? I'd like to be able to program my ...
2
votes
1answer
101 views

Digital Logic - Karnaugh Map

The initial problem starts like this. There are 6 states. At each state when w=1 move to the next state, when w=0 then stay at the current state. At each state display a number using a standard 7 led ...
2
votes
3answers
77 views

How to think about digital circuit design

How does one go about thinking about designing digital logic chips in an abstract way? I'm currently working through "The Elements of Computing Systems" I'm in the first chapter, and I've implemented ...
2
votes
3answers
179 views

Can I neglect the input current to an analog pin on an 8 bit Microchip PIC12F683?

I'm trying to measure ambient brightness values with a CdS light-dependent resistor (R2 in the below diagram.) R1 is a known value, and the resistance of R2 has an inverse log relationship with the ...
2
votes
2answers
92 views

Is there a programming language for designing and web publishing electronic circuits?

there are good languages to publish math contents on the web. But, is there any such language for electronic circuits diagrams. Which can help you design circuit diagrams, save in several formats ...
2
votes
5answers
354 views

Or gate using 2 NANDS

The diagrams I've seen for making an OR gate from a NAND gate use 3 NAND gates but if you have both inputs connected to both connectors of a NAND gate and then the output of this gate as inputs to ...
2
votes
3answers
293 views

Need help on selecting items in simple database in python

I'm trying to write a circuit schematic drawing tool in Python. I'm creating a simple database based on dictionaries which holds all the components and their properties. I'm also trying to create a ...
2
votes
3answers
5k views

How do I convert a number to two's complement in verilog?

I am trying to design a 4-bit adder subtracter in verilog. This is only the second thing I have ever written in verilog, and I don't know all the correct syntax yet. This is the module I have so far: ...
1
vote
1answer
63 views

Mathematical division in circuitry?

(Is this the right site for this question?) I've recently been looking into circuits, specifically the one's used to preform mathematical functions such as adding, subtracting, multiplication, and ...
1
vote
2answers
23 views

What's the point of OR-gate?

If you want to have 1 as an output if either of two inputs are 1, why don you need an IC gate when you can just connect two wires and have one output from them?
1
vote
2answers
63 views

VHDL - Undefined behavior in my key detection

I am designing a shift key detector.I wrote a test bench. The test showed that my implementation was incorrect. Here is the simulation in ModelSim. The red line indicated UNDEFINED. This behavior ...
1
vote
2answers
143 views

Microcontroller Vs. SOC [closed]

I was wondering what the main difference is between a micro-controller and a system on chip, apart from the obvious one: that the the SOC is implemented on an integrated circuit where as the ...
1
vote
2answers
70 views

to know logic design - help

input : A and B output: F A and B represents number in range of [0,3], that is A made up from A_0 and A_1 B made up from B_0 and B_1 A_0 A_1 B_0 B_1 F = ...
1
vote
0answers
58 views

HSPICE TNOM unit? C or K [closed]

What is the unit of TNOM in OPTIONS line of HSPICE? K or C?
1
vote
2answers
280 views

Verilog to GDSII compiler (open-source)

May be this question a bit not for StackOverflow, but both compilers and Verilog (which can be considered as programming language) are related to this project. Where can I find a open-source (or ...
1
vote
1answer
144 views

.NET 2d library for circuit diagrams

I want to draw and manipulate logic flow (as opposed to analog) circuit diagrams and I'm trying not to reinvent the wheel. Problems like positioning, line drawing, line crossing and connecting, path ...
1
vote
2answers
1k views

Advice on logic circuits and serial communications

As far as I understand the serial port so far, transferring data is done over pin 3. As shown here: There are two things that make me uncomfortable about this. The first is that it seems to imply ...
1
vote
0answers
177 views

State Space and circuit simulator

As far as I know there is no state-space based general purpose circuit simulator around. Though there are certain algorithm to figure out how to find state-spaces (unique?) in a circuit (represented ...
1
vote
3answers
2k views

free electronic circuit and PIC simulator for linux?

I need a simulator for electronic circuit and PIC for linux to study PIC design, and I tried EAGLE,piklab,geda, hard to understand.. I don't know which is most suitable for learning circuits and PIC ...
0
votes
1answer
15 views

Schematic editor for digital designs

I'm looking for a schematic editor/capture tool to use in the very initial steps of a digital design. This is, as a block diagram editor, instead of inkscape or similar. The idea is to replicate ...
0
votes
0answers
17 views

Custom PCB in bulk [closed]

Not exactly a programming question but still technical and was wondering if anyone had experience in the area. I need a small printed circuit board with a motion sensor and an LED that is battery ...
0
votes
0answers
46 views

The best books and web-resources for learning electrical engineering

I would like to learn how to read electrical schemes. My final goal is to be able to develop some basic "smart" devices using microcontrollers. Currently, I just can read and follow very basic ...
0
votes
1answer
33 views

negative numbers floating point subtraction circuit

probably wrong place to ask but I will try. I have to design a circuit that would add/subtract floating point I tried to do it using signed magnitude numbers in IEE 754 standard. They are quite ...
0
votes
1answer
27 views

Making an overflow circuit [closed]

I have this controller, and it is off, when the pin is floating, and turns on when you connect anything to it (so ground, or 5V or anything). So how can I control this controller using a circuit?! ...
0
votes
0answers
66 views

How to wire a RS flipflop with PRESET and CLEAR pins

Our instructor wants us to design a circuit diagram for a RS flipflop with Preset and Clear lines, and I cannot for the life of me figure it out (or find anyone online who's ever built one). I tried ...
0
votes
2answers
150 views

Needed : Well documented implementation of “Simulated Annealing”

I'm working on Optimization of Reversible logic circuit design and I'm using the technique of "Simulated annealing". I'm trying to code it in C and proves to be a bit difficult. If someone has code of ...
0
votes
1answer
193 views

Which program is the best for drawing electronic circuit schematics [closed]

I would like to use a program to draw electronic schematics. I would like to know which one is the best one for doing this, I mean, which one is the easiest and the most complete. With complete I mean ...
0
votes
1answer
114 views

Any good Java SPICE library/API?

Does anybody know of a good Java based SPICE circuit simulator? Preferably, it would be open source...
0
votes
1answer
184 views

Where to start programming Electronic cards (integrated circuits) from?

I am interested to work with progamming at low level like circuit programming to perform such functions like to make electronic e-gov I looked at http://habrahabr.ru/blogs/e_gov/114791/ and was really ...
0
votes
1answer
33 views

Probabilistic logic vs. analog

There are research articles (e.g. Chakrapani & Palem) and devices (e.g. Lyric) that use a so-called probabilistic logic. I suppose the idea is that the outputs of such a device, given some inputs, ...
0
votes
2answers
104 views

Preserving the widths of ports

I am trying to re-use netlists in other designs without the success. I have a component which is translated to the netlist: entity c is port (... sel : in std_logic_vector(31 downto 0); ... ...
0
votes
3answers
431 views

Universal shift arithmetic right in VHDL

I am designing universal shift arithmetic operator. Is there a better way to achieve it besides using the 32bit multiplexer (decoder) in a way presented bellow? ENTITY isra IS PORT ( clk: in ...
0
votes
0answers
161 views

How can I connect the KT3170 (The DTMF reciever) to USB (4bit data)?

This will be my first try at USB intefacing ! May I know how to transfer the data from pins : 11-15 of KT3170 IC to USB ? Data sheet : ...
0
votes
2answers
332 views

Digital Circuits Half/Full Adders

I am taking a Digital Circuits class in which we do not use a book, only lecture notes. In the section that covers adders I only have 2 small examples covering addition and subtraction of binary ...
-1
votes
0answers
33 views

Sequential Circuits [migrated]

I'm learning about sequential circuits, and it's driving me crazy. How can you use an output as input, what was it's value at time 0? It can't go on forever...
-1
votes
1answer
502 views

LED Quix Buzzer Circuit With Logic Gates [closed]

I want to Make Simple a Quiz Buzzer Circuit With LED. e.g. I need LED instead of Buzzer. I don't need any reset Switch. I want to maximize the Use of Logic Gates in this Circuit. and Obviously no ...
-5
votes
1answer
411 views

How To Design 4 bit Binary Multiplier [closed]

hi i want to desin Multiplication is illustrated by the following example: Multiplicand: 1011 (11 b) Multiplier: × 1010 (10 b) ...