Changes between Version 18 and Version 19 of DiyIcsAdaptors


Ignore:
Timestamp:
10/04/10 09:27:46 (14 years ago)
Author:
pinwc4
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DiyIcsAdaptors

    v18 v19  
    22 
    33Building a USB ICS adapter for Kyosho Mini-Z and dNaNo cars is easy if you have some basic soldering skills.  The ICS adapters used by these cars are basically a low voltage serial port that uses 1 wire to transmit and receive data. 
    4  
    5 If you would rather buy an inexpensive USB cable built by us you can use the Buy Now button below to buy one for $35 plus shipping. This cable is built using the instructions detailed on this page. 
    6 {{{ 
    7 #!html 
    8 <form action="https://www.paypal.com/cgi-bin/webscr" method="post"> 
    9 <input type="hidden" name="cmd" value="_s-xclick"> 
    10 <input type="hidden" name="hosted_button_id" value="Y65HGBWRVCUHA"> 
    11 <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"> 
    12 <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"> 
    13 </form> 
    14 }}} 
    154 
    165= Design Overview = 
     
    209 
    2110Overall this design allows us to build a USB to ICS adapter with a minimal amount of parts. 
     11 
     12= Donations = 
     13 
     14If you found this information useful please consider donating to help support our efforts. 
     15 
     16{{{ 
     17#!html 
     18<form action="https://www.paypal.com/cgi-bin/webscr" method="post"> 
     19<input type="hidden" name="cmd" value="_s-xclick"> 
     20<input type="hidden" name="hosted_button_id" value="3486152"> 
     21<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"> 
     22<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"> 
     23</form> 
     24}}} 
     25 
    2226 
    2327= Schematics = 
     
    8690[[Image(//images/diyusbics/finishedcable.jpg, 256px, title=Soldered Diodes)]] 
    8791 
    88 = Donations = 
     92= Pre-built Hardware =  
    8993 
    90 If you found this information useful please consider donating to help support our efforts. 
    91  
     94If you would rather buy an inexpensive USB cable built by us you can use the Buy Now button below to buy one for $35 plus shipping. This cable is built using the instructions detailed on this page. 
    9295{{{ 
    9396#!html 
    9497<form action="https://www.paypal.com/cgi-bin/webscr" method="post"> 
    9598<input type="hidden" name="cmd" value="_s-xclick"> 
    96 <input type="hidden" name="hosted_button_id" value="3486152"> 
    97 <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"> 
     99<input type="hidden" name="hosted_button_id" value="Y65HGBWRVCUHA"> 
     100<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"> 
    98101<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"> 
    99102</form> 
    100103}}} 
    101  
    102104 
    103105= License =