Show Posts
|
|
Pages: 1 ... 7 8 [9] 10 11
|
|
121
|
Using Arduino / Sensors / pressure transducers
|
on: August 14, 2011, 07:59:05 am
|
hi, I found some failry cheap pressure transducers on ebay, the only problem is that I have no idea if I can use them with arduino Type PA-21R/80853.3-120 Range - 0...120 bar. Output- 4...20mA Supply-8...28VDC. Why the output is given in 'mA'.... is this TTL compatible? if i supply 5V to it and attach the output to one of analog input PINs on arduino will it work ?
|
|
|
|
|
122
|
Using Arduino / Motors, Mechanics, and Power / Re: Jerky movement with stepping motor and L293D
|
on: April 30, 2011, 08:18:27 pm
|
you must have connected the wires the wrong way - I know because I did the same thing and it behaves exactly as you described I have tried many values between 48 and 360, but it does not improve the movement, but I still would like to know that wouldn't improve anything... that value just tells the programme how many steps are needed for each revolution (useful for some commands)
|
|
|
|
|
124
|
Using Arduino / Motors, Mechanics, and Power / Re: A Stepper Motor Library all of my very own
|
on: March 28, 2011, 08:24:27 am
|
I am going to be a d### and say it again... it would be nice if there was one official code and ( and driver example something based on L298 would probably be ok for most users)) for a CNC controller that can work with mach3 or EMC  yeah I know I know I can make one myslef... probably I could but if there are ppl better than me at this stuff then... 
|
|
|
|
|
125
|
Using Arduino / Motors, Mechanics, and Power / Re: L293D vs. L293NE
|
on: March 26, 2011, 08:20:58 pm
|
thx... I think I know why it is that difficult to understand SLRS008C − SEPTEMBER 1986 − REVISED NOVEMBER 2004 It would be better if they had written a new data sheet rather than revised (poorly) the old one
|
|
|
|
|
127
|
Using Arduino / Project Guidance / Re: Balistic Calculations
|
on: March 23, 2011, 11:01:49 am
|
If you need a balistic caluculator to hit something that's just 10 meters away then you're overcomplicating stuff :-D The OP didn't say how fast or how far but if you consider air resistance, there's only numerical solutions. My student borrowed my book smiley
Yeah, then you need to solve differential equations numerically Calculating that isn't all about calculating. The real problem is to know the exact cd value of your projectiles (mass and other stuff is easy to determine). Also if they're not stable in flight then you're pretty much you know what ;-) The projectile is the most important part of your system. The gun just has to be relatively consistent (meaning it has to achieve more less the same muzzle velocity), but that's not something that can't be achieved. If your system (the gun + projectile) isn't up to the job then it doesn't matter what equations you use or how good the code is.... since it will be no use anyway Do you plan to use an off the shelf airgun or do you want to build one yourself ? +If the former then you might as well use charigun (that's a free ballistic calculator for airguns - google it) and use to create a look up table (I guess that's what this thing is called) +If the latter then you've got to make sure that the whole platform (gun + projectile) is accurate. Once that's done you can actually start looking for equations, approximations of the cd value for given shapes etc.
|
|
|
|
|
128
|
Using Arduino / Project Guidance / Re: Balistic Calculations
|
on: March 22, 2011, 06:12:30 pm
|
|
uhmmm this equation does not take into consideration air friction, right ? which means it might be completely useless if you actually want to launch something
believe it or not but air friction has significant influence on stuff... especially if your projectiles are low density
|
|
|
|
|
130
|
Using Arduino / Motors, Mechanics, and Power / Re: Hexapod/tripod cnc
|
on: March 14, 2011, 10:55:38 am
|
Bit of an exaggeration that. However, if you are as stupid as you sound then maybe you do. lol being a dick doesn't make your dick get any longer  No offence but there are things at which I am acctually pretty good and forums where I am a kind of advanced member... though I don't think it gives me right to act like a dick - just because I know more than others and they ask questions that have already been answered 100 times doesn't mean I am in anyway better than them I don't know how it works here Though yeah, let say that I get your idea
|
|
|
|
|
131
|
Using Arduino / Motors, Mechanics, and Power / Re: Hexapod/tripod cnc
|
on: March 14, 2011, 10:30:45 am
|
|
I don't agree with the above statement... sure there is a lot of work to be done, but if you can provide a simple to use standardised library, code and a simple tutorial on building a step motor driver (yeah I know you can find quite a lot of information on the internet)...
Getting everything to work well together seems like the biggest problem for most ppl...
What's the point of developing more than 30 or 60 independent projects if one would serve the community better ?
I don't think there is any point in reinventing the wheel each time.... That's what arduino is all about - you don't have to spend hundreds of hours just to read the value of one sensor and send them to processing. Sure all of us could throw away their arduino boards and design a micro controller of their own... lol but is it the point
EDIT ohh yeah sorry mike I must have missed that... I think I've seen your thread about it but it wasn't as informative as that link...
anyway thx for contributing
|
|
|
|
|
132
|
Using Arduino / General Electronics / Re: Relays and Arduino?
|
on: March 13, 2011, 10:21:57 am
|
lol FAIL uhmm sorry, but I've seen way too many threads suggesting 'get a Darlington driver and use it to power a 5V relay, that in turn powers an AC relay, and so on etc. so somehow I missed that  Anyway... I am not very experienced so I'd like to know if there are any disadvantages of SSRs (apart from price and overheating) ?
|
|
|
|
|
133
|
Using Arduino / General Electronics / Re: Relays and Arduino?
|
on: March 13, 2011, 09:16:41 am
|
|
I might not be very experienced, but I think there is a much better approach - get a Solid State Relay
There are lots of relays that can switch insanely high currents, but there are also lots in 110/240V at 1-4A range
|
|
|
|
|
134
|
Using Arduino / Motors, Mechanics, and Power / Re: Hexapod/tripod cnc
|
on: March 11, 2011, 10:38:11 pm
|
I hate when ppl mention that hexapod robot... roughly 50% of search results for 'hexapod + CNC' redirects to a video or an article about it BTW I am pretty surprised that there isn't (that I know of) one 'official' tutorial (with library + wiring, what programs to use etc.) of the most basic XYZ CNC setup I expect the response 'why don't you make one yourself?!?', lol but I am not yet there so...
|
|
|
|
|