Tagged Questions

3
votes
2answers
71 views

How to test if it is a non-multiplexed (static) LCD?

Hi, I got some static LCD's from an old cheap clock, calculator and the like and now I would like to use them for displaying simple things like temperature. They are connected wit …
5
votes
4answers
173 views

Is it OK to attach an LED directly to a 5V Attiny?

From the datasheet, I though the AT90S1200 had current-limited pins and when running at 5V would sink the proper amount of current through a green LED attached to + (0 turns on the …
4
votes
5answers
171 views

RnD on an EEG, Help required, what op-amp?

Hey there Chiphackers, this is my first post, and I need some help/advice finding the right integrated circuits. I'll start by describing the project background a bit. I've receive …
7
votes
2answers
120 views

What are Atmel Fuses?

What are Fuses in Atmel microprocessors and when I should or need to change the default settings.
2
votes
4answers
176 views

What is the Arduino?

What is this Arduino concept that I keep hearing about? Is it a microcontroller family, or a demoboard? Please include pictures in your answer, and if there are multiple possible …
4
votes
3answers
96 views

Monitor clock cycles for code on arduino/AVR?

Is it possible to monitor a block of code and determine the number of processor clock cycles that code took on an Arduino and/or AVR atmel processor? or, should I rather monitor mi …
2
votes
1answer
70 views

Arduino with atmel tools

Hi I've done some dev using AVR's. I'd really like to use the arduino but continue using atmel tools. Is this straightforward? Is there a converter that I can use my 910 prog …