The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
37 views

Persistent memory on msp430 without FRAM

For persistence in FRAM-enabled msp430 there are convenient "noinit" and "persistent" variables... For flash-based MSP430G you need to use flash memory. There is a demo for it. How to make it ...
5
votes
4answers
282 views

How to think while working with VHDL or Verilog

All of my experience belong to general purpose programming languages e.g; c/c++ etc where each instructions are executed one after the other but it seems in VHDL/Verilog, all the instructions are ...
5
votes
2answers
447 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, ...
1
vote
0answers
185 views

Any good tutorials for Altera DE2 with cyclone II? [closed]

Is there any good tutorials for verilog and the university board of altera DE2, I found this list, but are they any good video tutorials? or printed as well?
3
votes
1answer
286 views

Antenna modeling software and tutorials

I'm starting to learn about antenna theory, feedlines, and different types of matching. I can build antennas etc from plans but I would like to be able to design my own and understand their ...
1
vote
1answer
660 views

What project is good for a total beginner [duplicate]

Possible Duplicate: For a seasoned programmer Arduino or something else? I am an advanced systems programmer, y have 8 years experience programming software for various platforms. But ...
5
votes
1answer
681 views

how does division occur in our computers?

How does division occur inside the computers ? What is the algorithm for it ? I have searched hard in google but haven't got satisfactory results. Please provide a very clear algorithm/flowchart for ...
7
votes
2answers
3k views

5v Power Supply Tutorial

I couldn't really think of a good name for this topic, but basically Im looking for a good Tutorial/Schematic for kind of a "basic" Power Supply (To run Experiments off a breadboard). Typically they ...
2
votes
2answers
1k views

PICkit3 vs PICkit2

I would like to know the difference between the pickit3 and the pickit2?. Currently I'm studying in an electronics course and am using the pic18F. What I'm looking for is an introductory guide to ...
1
vote
1answer
198 views

Xilinx System Generator: A summary of frequent errors during the Simulink - modelling stage

I wonder if there is a kind of guide or summary about tipical errors at modelling design stage that users tend to do. Thank you so much for your help. By the way. Some people ask me why I don“t use ...
0
votes
0answers
906 views

What are good resources for learning SDIO bus interface?

I am currently looking for good online tutorials and reference code to understand SDIO bus interface, especially the i/o commands CMD52 & CMD53. I have gone through SDIO spec at sdcard.org, but ...
1
vote
2answers
3k views

How do I install a KiCad schematic or footprint library?

After I download a KiCad schematic library or footprint library -- such as the ones from http://kicadlib.org/ -- how do I use it in my schematic and layout? Should I install that KiCad library file ...
2
votes
3answers
450 views

recommendation to learn verilog

To learn verilog, can anyone recommend any web-page or book? I have never seen such type of a language before, so what you recommend should be for beginner.
2
votes
2answers
187 views

Where can I find good tutorials on sensor circuit design? [closed]

I'm looking for tutorials/explained examples on circuit design in general, but specifically on using various sensors.
14
votes
7answers
10k views

How many individual lights can an arduino control

I want to use a regular Arduino board to control LEDs - what is the most lights I can control individually from the board? Is there a tutorial on how to hook it up?
15
votes
11answers
5k views

Op-amp tutorial for electronic noobs?

Can anyone point me to a tutorial for electronic noobs that explains how to use op-amps and what I can do with them, besides amplification?
4
votes
3answers
3k views

Using the iPhone to control a remote controlled car via Arduino

So i started this project a while back where i made a remote controlled car that i could control with the directional buttons on my keyboard via an Arduino -> now the next step i want to do is to get ...
3
votes
3answers
314 views

Using a Wii Numchuck for data collection

Anyone got a good tutorial on using and Arduino to capture the Wii nunchuck accelerometer data?