Jump to content
Electronics-Lab.com Community

surajbarkale

Members
  • Posts

    256
  • Joined

  • Last visited

    Never

Everything posted by surajbarkale

  1. I figured that the JFET only shorts out MBus & Fbus Tx pins. I daresay you could replace it with 74HCT4066 quad analog switch or if you can find it (or sample it ;D) SN74AUC1G66 (Single Bilateral Analog Switch) from TI.
  2. Servo motors are special ones. Check this out http://www.epanorama.net/documents/motor/rcservos.html
  3. Unfortunately PS2 -> USB is not that simple. You shall need a USB 1 compilant microcontroller, impliment HID protocol, impliment PS2 protocol and interfase these protocols. It would be much easier to buy readymade converter. You can also search if a chip is available for this.
  4. Yep & next step would be to use DOS for ultimate speed ;D And about the system restore, it will store the files on your harddisk in a hidden folder named "System Volume Information" on each drive eating up space. It will copy exe & dll files into that folder whenever ou try to install something. Just check these links out - http://service1.symantec.com/SUPPORT/tsgeninfo.nsf/docid/2001111912274039?OpenDocument&src=sec_doc_nam http://www.pcanswers.co.uk/tutorials/default.asp?pagetypeid=2&articleid=7854&subsectionid=607
  5. backemf = VCC - (I * DC Resistance of the Coil)
  6. I hazard a guess that you are not refering to servo motors used in model planes but are refering to tiny DC motors used to propel simple battery operated toys. These are the basic DC motors with a permanant magnet to generate stator field. To speed up such motor you can increase voltage accross it (i.e. increse the armature current).
  7. What a wonderful proof :o d/dx(sin2x) = d/dx(sin2x) * d/dx(2x) = 2 * cos2x remember the chain rule for derivative ??? http://www.math.hmc.edu/calculus/tutorials/chainrule/ http://people.hofstra.edu/faculty/Stefan_Waner/RealWorld/trig/trig3.html
  8. Have you measured the voltage accross capacitors after connecting them in series? The charge equation for the capacitor is - Q = C*V When you connect two capacitors of same value (100uF in your case) in series, resulting circuit will have half the capacitance (50uF). So the voltage across the circuit will be doubled to mentain the charge. Similarly voltage will halve if you connect two capacitors in parallel. This won't happen if both of them are charged. BTW what is the full form of ZPE?
  9. i meant to say "dedicated digital timer" time for mental checkup ;D
  10. ;D WAKE UP DUDE ;D Atleast visit the sites posted. The JDM programmer uses serial port only & though Ponyprog used Parallel port in an early revision, it is using serial port now & source code for linux is available. There are multitude of programmers out there which do the programming using serial port for PIC or AVR you can use any one of them as referance. They don't use the TxD & RxD lines anyway but directly modify hardware registers to generate necessary waveforms on other pins (like DTR). Anyway if you want to use a microcontroller go for an 8 pin PIC or AVR. This is a perfect application for such a microcontroller.
  11. just search google with "transverter design" ;-) http://w1.859.telia.com/~u85920178/conv/conv-00.htm
  12. In windmill generators, constant speed gearboxes are used. They act like mechanical regulators for speed. If you can get hold of one of these, you can produce a clean signal with exact frequency. Insted of going in for multiple alternators, you should have one big alternator giving high voltage output which can be stepped down to whatever voltage you need. It would be hard to synchronise the alternators & run them in parallel. why would you need an inverter when you are getting AC directly.
  13. Dear Kevin, RMS = Root Mean Square It is the root of the average of the sum of squares (sounds kool ;D) see http://mathworld.wolfram.com/Root-Mean-Square.html if u like equations. & btw derivative of sin2x is 2cos2x
  14. Here is a large dose of theory ;D http://www-ccrma.stanford.edu/~jos/filters/ [urlhttp://www.mlssa.com/pdf/Upsampling-theory-rev-2.pdf the google i used - http://www.google.com/search?q=digital+filter+theory ;D ;D ;D
  15. I found a good discussion here - http://www.epanorama.net/circuits/rspower.html
  16. Check out the pony prog. www.lancos.com/prog.html or JDM programmer http://www.jdm.homepage.dk/newpic.htm or any other serial programmer capable of programming Serial EEPROM. Many of them post the source code so you can go through it & do whatever u want. :)
  17. You can use RS485 if the distance is large.
  18. You can not get delay in terms of 10mins from a 555. Well not without very large capacitor & similar tolerance. Better use a dedicated timer IC for long delays
  19. Why can't you folks draw a schematic diagram like rest of us? ??? Or perhaps the mysterious ways of over unity clan are visible to those with inner vision?
  20. not found anyboby to hat with yet ;D
×
  • Create New...