News:

LATEST RELEASE:  FPP 8.5.1 - Download from here - https://github.com/FalconChristmas/fpp/releases/tag/8.5

+-+-

+-User

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

+-Site Stats

Members
Total Members: 16936
Latest: Garus11
New This Month: 11
New This Week: 2
New Today: 0
Stats
Total Posts: 135628
Total Topics: 17022
Most Online Today: 114
Most Online Ever: 7634
(January 21, 2020, 02:14:03 AM)
Users Online
Members: 1
Guests: 36
Total: 37

2 Output not working on F16B

Started by abrianbaker, December 05, 2016, 02:04:34 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

abrianbaker

For some reason on my f-16b port number 3 & 7 have stopped out putting lights. Up to this point everything has worked fine. I have checked the strings on other ports and they work so I know it is not the string. Just for grins I reimaged the BBB with a fresh install and I am still not getting any lights from Port  3 & 7. I checked voltage on both ports and am getting 12 volts out. Is there something else I can check and or replace?

Sent from my SAMSUNG-SM-G935A using Tapatalk

twooly

You don't have the serial option selected in the dropdown do you?  I believe when you use the serial output (pixelnet/dmx) it disables port 3 and 7 to use for that output for the serial

abrianbaker

Sure do lol... I'll check that tonight.  Thanks!

Sent from my SAMSUNG-SM-G935A using Tapatalk


abrianbaker

Is it possible to use any of the serial outputs and still use all of the BBB outputs?

Sent from my SAMSUNG-SM-G935A using Tapatalk


CaptainMurdoch

Quote from: abrianbaker on December 11, 2016, 12:39:06 PM
Is it possible to use any of the serial outputs and still use all of the BBB outputs?

Not currently, the Serial output code and the String output code run on separate PRU's on the BBB.  FPP uses a library called LEDscape for most of this code along with Serial code mostly written by David.  With the amount of data the PRU code for strings pulls and pushes, it wasn't playing nice with anything else running at the same time, so I had to create a neutered version of the string code to get it to work with the serial code without flickering.  This neutered version only uses GPIO2 and doesn't use GPIO0, GPIO1, or GPIO3.  Two of the first 16 string outputs are in GPIO0 so they can't work with the serial code enabled.  The string code is really written in a way so that it expects to be the only thing running, it consumes a lot of resources.  I do have a few other optimizations in mind, so hopefully for next year, we will be able to have 16 or 32 string outputs working along with the 8 serial outputs.\

If you only need 1-2 serial outputs, you can always attach a USB serial dongle to the BBB and get Pixelnet or DMX output.
-
Chris

abrianbaker


Support FPP

+- Recent Topics

Powered by EzPortal
Powered by SMFPacks Menu Editor Mod