Loading...
  Show Posts
Pages: 1 2 3 [4] 5 6 ... 246
46  General Category / General Discussion / Re: UDOO Arduino Mini PC on: April 14, 2013, 08:27:50 pm
its cool and all but I dont see me using it.

I move my arduino's around constantly, using them for not much more than prototyping, then they go back in the bin, I also use other controllers and sometimes no controller

my pc on the other hand gets used for every single thing I do on the bench (at the minimum looking at datasheets) and has not moved in a couple years
47  Using Arduino / Displays / Re: Emulate TV-Out on PC on: April 14, 2013, 08:23:44 pm
I dont emulate, but I got a cheap 10$ tv tuner card which lets me have the output in a window
48  Using Arduino / Sensors / Re: Safely detecting 12v on/off in car on: April 14, 2013, 08:19:27 pm
opto-isolator is the best bet, or a resister + zener diode

have the current come in and hit a resistor (1k?) so there is not much current, then use a 5 volt zener to drop the voltage to safe levels and feed into normal digital input

dont feed the arduino anything over 5 volts, especially the analog channels. There is the argument that the AVR has input protection diodes, but I made a device that sniffed 24 volt lines to see if they were on or off, and I grabbed the wrong diodes off the rack, got 24 volt zeners instead of 4.7 volt zeners (the part number on the reel was 1 number difference)

it lasted about 2 days before acting weird, then about a week later it was stone dead, kind of suprised it didnt sneak back up the ftdi cable and mess with the USB port
49  General Category / General Discussion / Re: Why I am considering PIC even though still in love with Arduino on: April 10, 2013, 08:54:13 pm
their toolset is not the worlds greatest and they like to nickel and dime you for hardware, but if your doing a TON of product it usually works out to be cheaper to use pic's
50  Using Arduino / Project Guidance / Re: using ATMEGA168-20PU on arduino UNO on: April 10, 2013, 12:15:38 am
first you have to bootload it

http://arduino.cc/en/Tutorial/ArduinoISP
51  Using Arduino / Programming Questions / Re: Need some basic help with programming on: April 09, 2013, 11:07:01 pm
 lcd.print(x()/1000); //print x

is your problem

x() is not a function

52  General Category / General Discussion / Re: Serial terminal in Linux on: April 09, 2013, 10:49:01 pm
or use minicom

 smiley-razz
53  Using Arduino / Programming Questions / Re: F() and PROGMEM on: April 08, 2013, 06:43:31 pm
Serial.print(F("your string here"));
54  Using Arduino / Microcontrollers / Re: Running chip w/o external oscillator question on: April 08, 2013, 01:09:44 am
you can run slow with 5 volts but you cant run fast with 3.3

55  Using Arduino / Programming Questions / Re: PROGMEM usage on: April 06, 2013, 10:47:24 pm
what happens if you toss it in a loop and read back one char at a time without pcopy
56  Using Arduino / Programming Questions / Re: PROGMEM usage on: April 06, 2013, 10:38:44 pm
not that it awnsers your question, but you could do

Serial.print(F(“Hello World”))

which is a function that puts its string into progmem

57  Using Arduino / General Electronics / Re: Using the ICSP header from the UNO to burn bootloader on: April 06, 2013, 09:43:05 pm
correct
58  Using Arduino / General Electronics / Re: Is a crystal that resonates at 25.17446 (instead of 25.175) close enough for VGA on: April 06, 2013, 09:41:17 pm
if your timing was off a significant amount your monitor would not sync, or at least you would get wiggly text / pixels

the 25.175 is used as the dot clock and is divided by numbers for the sync, color is just an analog function that happens during the active video line and is not effected by timing
59  Using Arduino / Storage / Re: Need URGENT help! on: April 06, 2013, 01:46:16 pm
how much data we talking about here
60  Using Arduino / General Electronics / Re: adhesive tape as an insulator? on: April 06, 2013, 01:45:27 pm
its due to fire and flashover, I use it on occasion for low voltage stuff, but I am not going to trust some office tape on 220v
Pages: 1 2 3 [4] 5 6 ... 246