Questions tagged [hardware]

Computer hardware is the collection of physical elements that constitute a computer system

Computer hardware is the collection of physical elements that constitute a computer system. Computer hardware refers to the physical parts or components of a computer such as monitor, keyboard, Computer data storage, hard drive disk, mouse, system unit (graphic cards, sound cards, memory, motherboard and chips), etc. all of which are physical objects that you can actually touch. In contrast, software is untouchable. Software exists as ideas, application, concepts, and symbols, but it has no substance. A combination of hardware and software forms a usable computing system.

491 questions
6
votes
2 answers

Which are hardware projects management guidelines in your organization

When it comes to plan and execute hardware related projects in your organization, do you follow a specific process flow? (like e.g. requirement definition, design definition, test plan). If so, do you have any recommendation or reference I could…
mgfernan
  • 161
  • 3
5
votes
2 answers

Understanding a Hardware Description Language, circa 1965

This question is on the fence between RC and EE; as the design style is half a century old, I decided to ask the RC audience first. Back in 1965, Soviet computer developers used a rudimentary HDL in the manufacturing documentation. Bitwise…
Leo B.
  • 151
  • 3
  • 6
4
votes
2 answers

What happens when Schottky diode is protecting a pin from overvoltage?

If you are using a Schottky diode to protect an input pin from a voltage of greater than +5V, where the diode is connected (in the appropriate direction) between the pin and the +5V Vcc, doesn't that mean that you're dumping current into Vcc when…
user46996
3
votes
1 answer

Can electrical contacts 'burn out'?

Firstly, apologies that I'm not an electrical engineering enthusiast, I just have a piece of hardware that's stopped working, and I want to get it solved. I have a midi keyboard, and some of the keys have stopped working. So I opened it up and…
user1068446
  • 159
  • 1
  • 5
2
votes
1 answer

Is there a one-to-one relationship between bits and transistors?

I am a beginning student of computer science trying to understand hardware architecture. I am wondering if 1 bit is always equal to 1 transistor. If not, what is the relationship between bits and transistors? How are bits implemented at the hardware…
Hamza
  • 21
  • 3
2
votes
1 answer

KiCAD - Errors when designing shield schematic

I finally finished my first schematic and everything looked great. I went ahead to perform Electrical Rules Check. There were many errors. Most of them were: Pin connected to other pins, but not driven by any pin. Pin not connected (use a…
user1584421
  • 1,349
  • 2
  • 19
  • 40
2
votes
1 answer

Confused about the meaning of hardware specification

This question is not directly about design but meaning of a concept used in electronics design. Basically, I cannot find the clear explanation regarding the following use of "specification" and "drafting": What is meant by "hardware specification"…
pnatk
  • 1,422
  • 1
  • 15
  • 40
1
vote
1 answer

Hardware block to determine if a number is a multiple of 8

Can anyone suggest me an hardware block (I mean its structure/functional units) that is able to detect if a given number is a multiple of 8? It seems easy but I haven't been unable to find a way to accomplish this. Thanks
cidadao
  • 999
  • 2
  • 12
  • 20
1
vote
1 answer

Schematic on LT Spice

I want to generate sinewave by using Ad9833 and an amplifier on LT Spice IV but this Ic is not available,so how i can make this schematic to get sinwave? It would be great if anybody can help!
1
vote
5 answers

What type of screw driver do I need for this type of small socket 5 sided star screw?

I'm trying to open up an electronic device with the following 5 sided star screw nut. I need a precision 5 sided socket screw driver and I cant seem to find the correct one. How would one find the correct tool for these type of screws when we never…
1
vote
1 answer

XMC module in electronics industry

What does XMC module stand for in hardware engineering? I have seen industry mention this but does it have a fullform?
arcticmonkey
1
vote
1 answer

Sound Box - Custom Message

I am trying to put a custom message on a "sound box" in a stuffed animal. I asked this at the Reverse Engineering SE and they pointed me here. Here is a picture of the circuit board: The blue wires lead are connected to the speaker. The bottom…
NULL
  • 213
  • 3
  • 20
1
vote
1 answer

Power multiple 5V/12V devices off a single transformer?

I have these devices in my cabinet (Q-Panel) that have these power requirements: 21V 1.2Amp 5V 500mA 12V 1.5A 12V 1.5A 48V 1.25A Obviously I can't do much about #1 and #5. I want to be able to have a single transformer/adapter and power #2, #3 and…
esac
  • 123
  • 4
1
vote
2 answers

Executing push $reg using one instruction on single cycle datapath

So I know how to push a register using two instructions, but how can I push a reg onto the stack using one instruction? Here's the single cycle datapath I'm seriously stuck here
Joe Defill
  • 111
  • 2
1
vote
2 answers

What would I call this specific type of knob?

I am looking for a particular type of spring-loaded knob, similar to the thumb wheel you would find on an old Blackberry - but I cannot seem to find an appropriate name to track one down. I'd like to be able to turn the knob clockwise or…
Max
  • 137
  • 4
1
2 3