Loading...
  Show Posts
Pages: [1] 2 3 ... 246
1  Community / Bar Sport / Re: Kicad is garbage on: May 17, 2013, 07:16:52 pm
Maybe it is just you who are unable to use KiCAD.

I have laid out plenty of boards using KiCAD, managing just fine with everything you complain about. Yes it has it quirks, but it is simply one of the best free tools out there in my opinion.

I have managed to lay out boards many times in KiCAD, and yes its one of the best totally free tools, out of a pool of what 2? Its useless to me if its going to pull random garbage out of its hat at any second, my time is more valuable than redoing work multiple times do to quirks and random crashes.

PS: I dont consider loosing half your work in a single click or dumping out of existence cause you rotate a part one too many times "quirks", those are deal breaking bugs.
2  Using Arduino / Programming Questions / Re: How to save 9600 port to text file on: May 17, 2013, 12:13:59 am
do you want to have it save as it comes in, or just copy n paste a blob of data?
3  Development / Suggestions for the Arduino Project / Re: Arduino team, add version numbers on all your library/firmware/hardware! on: May 15, 2013, 11:57:54 pm
+ 1

so irritating
4  Using Arduino / Installation & Troubleshooting / Re: function loop() without body. on: May 12, 2013, 08:28:03 pm
I do that all the time, something else must be happening
5  Using Arduino / Displays / Re: Issues with serial on: May 12, 2013, 01:10:46 pm
dont use the serial monitor, use putty or something and add

Code:
  Serial.write(27);     
  Serial.print("[2J");   
  Serial.write(27);
  Serial.print("[H");

in your code
6  Community / Gigs and Collaborations / Re: Help with simple PCB design with payment offer on: May 12, 2013, 01:44:45 am
define small as possible
7  Community / Gigs and Collaborations / Re: Help with simple PCB design with payment offer on: May 12, 2013, 01:06:16 am
is that 5mm centers or 2.5 mm centers on the headers?
8  Community / Bar Sport / Re: Arduino based replicator on: May 10, 2013, 10:50:34 pm
gee you got me sherlock, care to write a 1 page rant about it?
9  Community / Bar Sport / Re: Arduino based replicator on: May 10, 2013, 10:38:24 pm
typical ignorant and explosive reaction I come to ignore your posts for.

10  Topics / Device Hacking / Re: Have you made a joystick from an Arduino? I need your expertise, please. on: May 07, 2013, 07:26:54 pm
I don't want to build any extra hardware.  I don't want to buy some wierd programming device.

its 3 resistors and 2 diodes running on a standard arduino, so apparently you didnt look too hard, hack up the usb interface on the uno or buy an Leonardo
11  Topics / Device Hacking / Re: Have you made a joystick from an Arduino? I need your expertise, please. on: May 06, 2013, 10:53:32 pm
vusb

http://www.obdev.at/products/vusb/index.html

and here is an instructable that is for making a wii controller into usb, but its handy as it explains USB descriptors and whatnot
http://www.instructables.com/id/USB-Wii-Classic-Controller/#step1
12  Using Arduino / General Electronics / Re: Need a simple audio amplifier on: May 05, 2013, 11:41:33 pm
that and the cost of a 40 watt resistor could feed your family dinner
13  Using Arduino / Installation & Troubleshooting / Re: Not in sync on: May 04, 2013, 11:33:27 pm
if the micro is getting hot, something is shorted
14  General Category / General Discussion / Re: Really Really expensive arduino on: May 04, 2013, 10:37:27 pm
I notice my radio shack has been carrying seed studio products, got an Ethernet shield for 20 bucks, its been a few weeks since I have been so I cant comment if the seed arduino is or would be more expensive, or maybe it was a cheaper seed mega

I will try and remember to swing by there sometime this week, thank you for the excuse to go to radio shack

their packaging is in clear blister packs with black or dark something inserts
15  Using Arduino / Installation & Troubleshooting / Re: TX LED stay ON after the Serial Monitor is closed on: May 04, 2013, 10:32:26 pm
just cause you close the serial monitor does not mean your arduino stops sending bytes which is being stored in a buffer somewhere on your computer or USB interface (if using usb to serial)
Pages: [1] 2 3 ... 246