Loading...
  Show Posts
Pages: 1 2 [3] 4 5 ... 247
31  Using Arduino / General Electronics / Re: Need a simple audio amplifier on: May 03, 2013, 11:35:03 pm
the 2222 is not that great for amplification applications, have you tried your other transistors? (look at the datasheets, like the 328 is a PNP, the 549 and 550 are npn)

and loud is depending on the source, some hard nasty square waves though a single transistor amp is going to be brutal, music on the other hand may not be as noticeable.

personally I am not that good with amp's, I just kind of throw crap at it until its to my tastes (in the case of your third circuit), both cap's are electrolytic, c1 blocks DC and depending on what size it is will cut off frequencies, not entirely sure what C2 does but its probably for clarity of some form
32  Using Arduino / Storage / Re: SD.h library reading speed on: May 03, 2013, 12:27:18 am
the stock sd library is a watered down version of sdfatlib, and you can get that going pretty fast if you use a 74hc4050 for level shifting (dont have an exact number off the top of my head) guess it depends on which SPI speed its set to in the library
33  Using Arduino / Programming Questions / Re: Why would this code.. on: May 01, 2013, 09:33:28 pm
Quote
avrdude: please define PAGEL and BS2 signals in the configuration file for part ATtiny85

common error that I get every time on a tiny for years, safe to ignore

as far as your led issue, it may be taking so much time at 1mhz to update that it just jumps, were as 8 times the speed it smooths over it

34  Community / Bar Sport / Re: New version or old version boards for Arduino starter? on: April 30, 2013, 09:52:38 pm
Obviously, the newer versions.  That's why versions exist.  The older versions have bugs and mistakes. 

which have never been fixed (cough header spacing cough)
35  Using Arduino / General Electronics / Re: 5V regulated power on: April 30, 2013, 12:44:10 am
yes the 5 volt pins connect directly to the arduino hardware, if you apply 5v somewhere it outputs 5 volts, if you input 5 volts it just feeds that branch just like the output of the USB or voltage regulator on the DC jack
36  Using Arduino / General Electronics / Re: 5V regulated power on: April 30, 2013, 12:07:14 am
if its a stable regulated 5 volt source it will be fine on the 5 volt pins
37  General Category / General Discussion / Re: Are all Arduino Boards compatible with each other? on: April 29, 2013, 06:55:55 pm
no, the 32 bitter is not compatible with the 8 bit models in many ways, and if you are a starter I would avoid the due its still in its "kicking and screaming" phase
38  General Category / General Discussion / Re: [Video] Ohms law - My new Youtube series for Arduino on: April 29, 2013, 06:50:17 pm
not really annoying, but it does blend in with your voice quite well

9 volt battery + LED with no resistor? GAH someone is going to do that ...

otherwise good job
39  Community / Bar Sport / Re: I have to have one.... on: April 27, 2013, 02:23:14 pm
just buy it

http://www.flukeonlinestore.com/2103455.html
40  Using Arduino / Interfacing w/ Software on the Computer / Re: How to properly connect to Arduino Mega COM port? on: April 24, 2013, 11:39:56 pm
oh wow delphi, thought I was the only one still using that

anywho, the mega will have a different usb ID do hicky and will almost certain show up as a different com port, likewise if your using a real com port, the mega has 4, make sure your wired into the correct one using the standard voltage and logic converters.
41  Using Arduino / Microcontrollers / Re: ATtiny45 vs 328P using Arduino ISP on: April 23, 2013, 07:15:05 pm
from the factory its running at 1mhz, with no bootloader, with an ISP you can set the clcok and install the bootloader (its physical software that sits at the start of flash just like the bootloader to your PC)
42  Community / Bar Sport / Re: Be DIFFERENT! make good posts! on: April 22, 2013, 07:30:37 pm
yawn, another noob that is frustrated takes it out on a group of hobbiest nerds on how they are not experts, when they are in fact NOT EXPERTS


43  Community / Gigs and Collaborations / Re: Custom PCB designer for simple board (working prototype available) on: April 21, 2013, 05:09:32 pm
well, your over half way to a board ...
44  Using Arduino / Microcontrollers / Re: ATtiny45 vs 328P using Arduino ISP on: April 20, 2013, 11:14:35 pm
that is cause the cap absorbs the reset pulse
45  Using Arduino / Microcontrollers / Re: ATtiny45 vs 328P using Arduino ISP on: April 20, 2013, 06:31:19 pm
the difference is the auto reset that arduino uses, if you are using ISP to program another 328 you dont need it
Pages: 1 2 [3] 4 5 ... 247