Jump to content

teensy 3.2 and adaptor board problems


loonytu

Recommended Posts

Posted

I have a teensy 3.2 and adaptor board hooked up to my visual pinball . When I load a table the led  on the teensy  flashes very fast like it working. but I get no leds im using  144 m leds cut in half one for left side and other  for the other side  could it be my Ethernet cable attached to the leds or the usb cable

Posted

I have that to .the teensy led flashes every second  then when I load table it flashes like hundred mile an hour like it's working but I get no addressable leds could it be the ethernet cable I checked all my solder joints even reflow ed then to make sure there good.

Posted

I have orange wired to data line white line to ground and the red for power and white ground on to power supply .the same for the blue side which I'm using is 5v 30a power supply . I now have only one or two leds working there is 72 leds on one strip there was 144m but I cut them in half for each side .

Posted

Try This

 

<?xml version="1.0"?>
 <Cabinet xmlns:xsi="http://www.w3.org/20...Schema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
   <Name>TimoPin</Name>
    <OutputControllers>

     
     <TeensyStripController>
      <Name>LEDStripController</Name>
       <NumberOfLedsStrip1>72</NumberOfLedsStrip1>
       <NumberOfLedsStrip2>72</NumberOfLedsStrip2>
       <NumberOfLedsStrip3>0</NumberOfLedsStrip3>
       <NumberOfLedsStrip4>0</NumberOfLedsStrip4>
       <NumberOfLedsStrip5>0</NumberOfLedsStrip5>
       <NumberOfLedsStrip6>0</NumberOfLedsStrip6>
       <NumberOfLedsStrip7>0</NumberOfLedsStrip7>
       <NumberOfLedsStrip8>0</NumberOfLedsStrip8>
       <ComPortName>COM5</ComPortName>
     </TeensyStripController>
     
    </OutputControllers>
    
    <Toys>
 

     <LedStrip>
       <Name>PF Right</Name>
       <Width>1</Width>
       <Height>72</Height>
       <LedStripArrangement>TopDownLeftRight</LedStripArrangement>
       <ColorOrder>GRB</ColorOrder>
       <FirstLedNumber>1</FirstLedNumber>
       <FadingCurveName>SwissLizardsLedCurve</FadingCurveName>
       <OutputControllerName>LEDStripController</OutputControllerName>
     </LedStrip>
    
    
     <LedStrip>
       <Name>PF Left</Name>
       <Width>1</Width>
       <Height>72</Height>
       <LedStripArrangement>TopDownRightLeft</LedStripArrangement>
       <ColorOrder>GRB</ColorOrder>
       <FirstLedNumber>73</FirstLedNumber>
       <FadingCurveName>SwissLizardsLedCurve</FadingCurveName>
       <OutputControllerName>LEDStripController</OutputControllerName>
     </LedStrip>
     

    <LedWizEquivalent>
    <Name>LedWizEquivalent 30</Name>
     <Outputs>
     <LedWizEquivalentOutput>
      <OutputName>PF Right</OutputName>
      <LedWizEquivalentOutputNumber>1</LedWizEquivalentOutputNumber>
     </LedWizEquivalentOutput>
      <LedWizEquivalentOutput>
      <OutputName>PF Left</OutputName>
      <LedWizEquivalentOutputNumber>4</LedWizEquivalentOutputNumber>
     </LedWizEquivalentOutput>
     </Outputs>
     <LedWizNumber>30</LedWizNumber>
     </LedWizEquivalent>
    </Toys>
  <AutoConfigEnabled>true</AutoConfigEnabled>
</Cabinet>

Posted

I tried your cabinet.xml and this is what it does .When I test them under direct output config tester and it's the blue side lighting up

20180521_154554.jpg

Posted

Do u think I'm doin something wrong with the teensy board I install the newest firmware  teensystripcontroller beta but im not sure what todo with the source code if I do anything and also I'm confused about wiring it up do I add ground or power to the teensy board 

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...