Author Topic: Explain this FPP to me in simple words  (Read 9462 times)

Offline George34

  • Jr. Member
  • **
  • Posts: 81
    • View Profile
Explain this FPP to me in simple words
« on: October 15, 2017, 08:44:35 PM »
OK.   Hi everyone.  I think i got this but i just wanna make sure.  So...i got the Pi formatted..FPP is up on the computer and I'm abt to see if i can dwnload some of my sequences.   But then what?   Do i diconnect the Pi player from my ethernet modem and run the cat5 to my falcon board or run a cat5 out of the modem to the falcon board or something completely different? Ive been looking at the vids but it didn't really say.
Any help would be appreciated.

Thx
G-

Offline jnealand

  • Hero Member
  • *****
  • Posts: 1421
    • View Profile
Re: Explain this FPP to me in simple words
« Reply #1 on: October 16, 2017, 09:40:27 AM »
You have not really described what you want to do.  Here is one scenario I use.  all my Pis are in remote mode with a master inside my house next to the show wifi router and the FM transmitter.  Once the Pi with FPP network is configured (wifi with static IP on show network and eth0 as a static made up network address that will coincide with the static IP on the F16v3).  I disconnect the Pi from the computer and use a short ethernet cable to the F16v3/2 (both are in the same case in the yard).   For the made up addresses I use part 4th number of the wifi address just for easy reference.  ie.
wifi address is 192.168.1.235
eth0 becomes 192.168.35.1
F16v3 becomes 192.168.35.2
check enable routing box on the Pi network page.
add a route to the PC I am using to access the wifi network like route add -p 192.168.35.0 mask 255.255.255.255.0 192.168.1.235

viola I can now access the pi and the F16 config page from my computer.
Jim Nealand
Kennesaw, GA

Offline Gilrock

  • Supporting Member
  • Hero Member
  • *
  • Posts: 6946
    • View Profile
Re: Explain this FPP to me in simple words
« Reply #2 on: October 16, 2017, 09:44:54 AM »
I use multiple network switches in the yard.  All controllers attach to the network switches and finally a single cat5e cable goes inside the house to a show router.  The FPP is also connected to the show router inside the house.  Many ways to do this.

Offline George34

  • Jr. Member
  • **
  • Posts: 81
    • View Profile
Re: Explain this FPP to me in simple words
« Reply #3 on: October 17, 2017, 12:02:25 AM »
Shit... I think I'm more confused.   Lol

Offline babybear

  • Hero Member
  • *****
  • Posts: 540
  • Here to make everyones show better
    • View Profile
Re: Explain this FPP to me in simple words
« Reply #4 on: October 17, 2017, 03:45:08 AM »
Not surprised  LOL what parts are you running? sounds like one Pi and one F16v3  is that correct?   
JimmyG
Rochester, New York

Offline George34

  • Jr. Member
  • **
  • Posts: 81
    • View Profile
Re: Explain this FPP to me in simple words
« Reply #5 on: October 17, 2017, 04:58:39 AM »
Yes .. That is correct.   Heres a rough drawing of how im running it.   I just ordered a wireless usb thing and a 16gig memory stick. So this is how it should be set up. 

Offline bwinter

  • Full Member
  • ***
  • Posts: 193
    • View Profile
    • First Show 2016
Re: Explain this FPP to me in simple words
« Reply #6 on: October 17, 2017, 09:39:29 AM »
Which version of Pi are you using?  I presume an earlier model (one without built-in WiFi)?

Otherwise your drawing is a) adorable and b) pretty standard for most people's set-up.

Offline babybear

  • Hero Member
  • *****
  • Posts: 540
  • Here to make everyones show better
    • View Profile
Re: Explain this FPP to me in simple words
« Reply #7 on: October 17, 2017, 11:55:38 AM »
Let me ask one more question. Windows or Mac ok
JimmyG
Rochester, New York

Offline George34

  • Jr. Member
  • **
  • Posts: 81
    • View Profile
Re: Explain this FPP to me in simple words
« Reply #8 on: October 17, 2017, 12:37:23 PM »
Ha...  Yea a friend gave me the pi so yea not a built in wifi.  Its not an old one but no built it wifi.   

Ill b using windows.

Offline babybear

  • Hero Member
  • *****
  • Posts: 540
  • Here to make everyones show better
    • View Profile
Re: Explain this FPP to me in simple words
« Reply #9 on: October 17, 2017, 04:11:29 PM »
Your drawing is good. Now for the confusing part. Its the IP addresses.  From your computer to the Pi it will be on your routers subnet. Like 192.168.1.2 The Number (1) being the subnet. Your wifi into the Pi would have something like 192.168.1.30. Now the Pi Ethernet out need to be on a different subnet something like 192.168.3.25 then the F16v3/2 would need to be set to 192.168.3.27   (3) being the key number.  The fun part is in your windows command prompt you need to write a route statement  with the numbers I used above it would read.

C:/>route -p add 192.168.3.27 mask 255.255.255.0 192.168.1.30

this would give you the ability to access the F16v2/3 through Pi via wifi to change settings.

     
JimmyG
Rochester, New York

Offline George34

  • Jr. Member
  • **
  • Posts: 81
    • View Profile
Re: Explain this FPP to me in simple words
« Reply #10 on: October 19, 2017, 10:50:30 AM »
Shit!!

Offline babybear

  • Hero Member
  • *****
  • Posts: 540
  • Here to make everyones show better
    • View Profile
Re: Explain this FPP to me in simple words
« Reply #11 on: October 19, 2017, 02:53:57 PM »
It really is not that bad  sounds worst than it is .
JimmyG
Rochester, New York

Offline ozaz

  • Full Member
  • ***
  • Posts: 188
    • View Profile
Re: Explain this FPP to me in simple words
« Reply #12 on: October 19, 2017, 11:45:56 PM »
as usual keith has made a video that helps explain stuff https://www.youtube.com/watch?v=g0fOZs6UgXw
I know just enough to be dangerous :0

Offline George34

  • Jr. Member
  • **
  • Posts: 81
    • View Profile
Re: Explain this FPP to me in simple words
« Reply #13 on: October 21, 2017, 03:58:12 AM »
Man i can't get this.  SOB!!
Will i be able to run my show with lap top if i can't get this pi thing wrkn?

Offline George34

  • Jr. Member
  • **
  • Posts: 81
    • View Profile
Re: Explain this FPP to me in simple words
« Reply #14 on: October 26, 2017, 03:27:45 AM »
Would this b ezr if i get a pi3 that has wifi in it already?