The documentation tag has no wiki summary.
1
vote
3answers
108 views
Is this capacitor 1.2volt or 5volt rated?
I am having trouble understanding this. The document says that this cap is rated at 5volt, but it says that it will break down above 1.2volts...
Can someone please take a look and tell me what they ...
4
votes
2answers
421 views
Online guide to electronics
I had the luck to have someone who could explain everything to me, but most starting hobbyists don't have someone like that. Is there a guide available which covers all the basics, like formulas, ...
3
votes
2answers
130 views
Learning to read datasheets
As an electronics engineer, I understand one spends a lot of time understanding datasheets. I discovered the skill of reading datasheets is much more difficult than I expected. If anything, a ...
4
votes
2answers
194 views
What documentation should an engineer produce for communicating with other people?
Im soon to be developing a product on my own, for possible or sale or given away(open source as such). But I am struggling with the "internal" documentation that I should produce.
What documentation ...
-3
votes
1answer
78 views
Documentation - Is documentation available in a downloadable pdf format? [closed]
Is documentation for Sigasi available in pdf document (so I can print it and cuddle up in a chair and read)?
5
votes
3answers
444 views
How make hardware documentation?
I'm building some slides for my class about how we should document the hardware we are developing.
I'd like to list the documents we should make when building some hardware. I was inspired at UML ...
0
votes
1answer
112 views
arduino shield proto KIT
Hi I have this proto kit shield - to make the history short, i bought long time ago, didn't touch it and i "found it" back today.
What I didn't find was a tutorial, assembly instructions or even a ...
3
votes
3answers
210 views
TI manual naming conventions?
Can anyone shed some light on the naming conventions used by Texas Instruments manuals/guides/documents. For example slaa490, slau337. Is there a pattern hidden? Anyway to tell, just by looking at the ...
0
votes
1answer
138 views
How to read this table in a datasheet
I'm trying to get the device ID out of dataflash memory using an mbed. I'm trying to understand this table that is in the documentation for the memory. I understand that ABh, 90h, and 9Fh are the ...
0
votes
2answers
94 views
Where can I find good documentation about memories?
I'm learning about the different kinds and functionalities of electronic memories (i.e. ram, flash, etc) but I'm a little confused because all the sources show something different and I don't know ...
31
votes
7answers
1k views
What should a contract Electrical Engineer Deliver once a project is complete?
I'm getting ready to hire an electrical engineer for a small contract job - creating a prototype. What I'd like to know is, what should I have him deliver to me when the project is complete?
I ...
7
votes
6answers
506 views
Text presentation of a byte
I've seen in a lot of projects a cool presentation of byte such as :
Fuse high byte:
0xc9 = 1 1 0 0 1 0 0 1 -- BOOTRST (boot reset vector at 0x0000)
^ ^ ^ ^ ^ ^ ...