Important: These forums are for discussions between SkyDemon users. They are not routinely monitored by SkyDemon staff so any urgent issues should be sent directly to our Customer Support.

Stratux


Author
Message
rg
rg
Too Much Forum (11K reputation)Too Much Forum (11K reputation)Too Much Forum (11K reputation)Too Much Forum (11K reputation)Too Much Forum (11K reputation)Too Much Forum (11K reputation)Too Much Forum (11K reputation)Too Much Forum (11K reputation)Too Much Forum (11K reputation)
Group: Forum Members
Posts: 109, Visits: 1.9K
Ok. Thanks. So unless you know how to reverse it I’ll need another SDR in case I want to use the UK 978 trial broadcasts again.
TouchTheSky
T
Too Much Forum (5.6K reputation)Too Much Forum (5.6K reputation)Too Much Forum (5.6K reputation)Too Much Forum (5.6K reputation)Too Much Forum (5.6K reputation)Too Much Forum (5.6K reputation)Too Much Forum (5.6K reputation)Too Much Forum (5.6K reputation)Too Much Forum (5.6K reputation)
Group: Forum Members
Posts: 153, Visits: 4.4K
rg - 3/25/2018 3:40:29 PM
TouchTheSky - 3/25/2018 7:57:03 AM
 you should however eeprom the second SDR as follows:
‌rtl_eeprom -d1 -s stx:0
‌This requires to stop stratux beforehand with "stxstop"

‌What does this do?  Is it a change to the hardware or just software?  Is it necessary? Reason for asking is if I just put my standard Stratux install memory card back in will it work OK??

It is in fact a change to the EEPROM of the SDRs, therefore it depends what your standard Stratux card configuration is expecting. Where are you based? Are you using 978MHz UAT with your standard Stratux card?

rg
rg
Too Much Forum (11K reputation)Too Much Forum (11K reputation)Too Much Forum (11K reputation)Too Much Forum (11K reputation)Too Much Forum (11K reputation)Too Much Forum (11K reputation)Too Much Forum (11K reputation)Too Much Forum (11K reputation)Too Much Forum (11K reputation)
Group: Forum Members
Posts: 109, Visits: 1.9K
TouchTheSky - 3/25/2018 7:57:03 AM
 you should however eeprom the second SDR as follows:
‌rtl_eeprom -d1 -s stx:0
‌This requires to stop stratux beforehand with "stxstop"

‌What does this do?  Is it a change to the hardware or just software?  Is it necessary? Reason for asking is if I just put my standard Stratux install memory card back in will it work OK??

Edited 3/25/2018 3:40:29 PM by rg
TouchTheSky
T
Too Much Forum (5.6K reputation)Too Much Forum (5.6K reputation)Too Much Forum (5.6K reputation)Too Much Forum (5.6K reputation)Too Much Forum (5.6K reputation)Too Much Forum (5.6K reputation)Too Much Forum (5.6K reputation)Too Much Forum (5.6K reputation)Too Much Forum (5.6K reputation)
Group: Forum Members
Posts: 153, Visits: 4.4K
KevinWolters - 3/25/2018 11:27:05 AM
I've got some activity on Skydemon! Smile
But on flightradar i found a airplane of my flightschool but i was unable to find it on Skydemon. does that have anything to do with the fact i'm now on the ground maybe? 

‌‌

Are you sure that this plane was sending ADS-B and/or FLARM? FlightRadar and others are using Multilateralisation to locate Mode-S only planes but Stratux does not display them.

Kevin Wolters
K
Too Much Forum (356 reputation)Too Much Forum (356 reputation)Too Much Forum (356 reputation)Too Much Forum (356 reputation)Too Much Forum (356 reputation)Too Much Forum (356 reputation)Too Much Forum (356 reputation)Too Much Forum (356 reputation)Too Much Forum (356 reputation)
Group: Forum Members
Posts: 6, Visits: 12
I've got some activity on Skydemon! Smile
But on flightradar i found a airplane of my flightschool but i was unable to find it on Skydemon. does that have anything to do with the fact i'm now on the ground maybe? 

‌‌
TouchTheSky
T
Too Much Forum (5.6K reputation)Too Much Forum (5.6K reputation)Too Much Forum (5.6K reputation)Too Much Forum (5.6K reputation)Too Much Forum (5.6K reputation)Too Much Forum (5.6K reputation)Too Much Forum (5.6K reputation)Too Much Forum (5.6K reputation)Too Much Forum (5.6K reputation)
Group: Forum Members
Posts: 153, Visits: 4.4K
KevinWolters - 3/25/2018 10:32:34 AM
SemperFi - 3/25/2018 10:06:14 AM
TouchTheSky - 3/25/2018 7:57:03 AM
KevinWolters - 3/24/2018 9:49:06 AM
wget https://storage.googleapis.com/golang/go1.9.linux-armv6l.tar.gz
sudo tar -C /root -xzf go1.9.linux-armv6l.tar.gz
wget 
https://storage.googleapis.com/golang/go1.9.linux-armv6l.tar.gz
sudo tar -C /root -xzf go1.9.linux-armv6l.tar.gz
Sorry to bother again..
I‌ don't get it. Yesterday i downloaded a fresh stratux image and installed it to my SD card.
After i got it up and running i followed to following instructions that i found on this forum:

//Log in using SSH over wifiHotSpot or HDMI/Keyboard
‌‌
sudo raspi-config
//expand file system and reboot

//Log in using SSH over wifiHotSpot or HDMI/Keyboard
sudo ifup eth0

//Log in using SSH to eth0 IP address
sudo su
systemctl start ntp
service stratux stop
sudo apt-get update
sudo apt-get install libconfig9
sudo apt-get install libjpeg8
wget https://storage.googleapis.com/golang/go1.9.linux-armv6l.tar.gz
sudo tar -C /root -xzf go1.9.linux-armv6l.tar.gz
cd /root/stratux
export PATH=/root/go/bin:${PATH}
export GOROOT=/root/go
export GOPATH=/root/go_path
cd /
rm -Rf /root/stratux
cd && git clone https://github.com/WiringPi/WiringPi.git && cd WiringPi/wiringPi && make static && make install-static
cd && git clone https://github.com/0x74-0x62/stratux.git && cd stratux && git checkout remotes/origin/devel/flarm_receiver && make && make install
//Long Wait
service stratux start

//Finnish‌‌

A‌fter the stratux start command i got the following notice:
"Warning: Unit file of stratux.service changed on disk, 'systemctl daemon-reload' recommended."

How do i know if i installed it correctly? i cannot find any changes in the software or an extra Flarm button/switch or option..

I also tried to configure my 978Mhz antenna as TouchTheSky mentioned but it keeps saying scanning base stations and nothing happens..

(‌This is my first experiënce with Raspberry so i have got a lot to learn).‌

The latest FLARM version requires go version 1.10. Therefore you need to use the following go commands:

‌‌wget http://storage.googleapis.com/golang/go1.10.linux-armv6l.tar.gz
sudo tar -C /root -xzf go1.10.linux-armv6l.tar.gz

‌The antenna ppm configuration is not really important, you should however eeprom the second SDR as follows:
‌rtl_eeprom -d1 -s stx:0
‌This requires to stop stratux beforehand with "stxstop"

‌Ok, that did it, THX!, working now.
‌No FLARM traffic near though, but I'll see.
‌Q: do you have a picture of a FLARM target shown in Traffic@192.168.10.1, how are they recognized?
‌Q: Hardware//Settings@192.168.10.1 now has 978, 1090 and 868 - 978 has to be OFF?
‌Q: Status@192.168.10.1 does not show FLARM?

Thanks! i also seem to have it working.
I have got the same questions as SemperFi Smile
For the connection with SD we still have to use SkyEcho, Ilevel as a third-party device? or do we still have to change the IP and switch to Flarm as third-party?

T‌hank you for all the support!‌

Just connect your Stratux via WiFi and select SkyEcho, Ilevel as a third-party device. It should work right away.
TouchTheSky
T
Too Much Forum (5.6K reputation)Too Much Forum (5.6K reputation)Too Much Forum (5.6K reputation)Too Much Forum (5.6K reputation)Too Much Forum (5.6K reputation)Too Much Forum (5.6K reputation)Too Much Forum (5.6K reputation)Too Much Forum (5.6K reputation)Too Much Forum (5.6K reputation)
Group: Forum Members
Posts: 153, Visits: 4.4K
SemperFi - 3/25/2018 10:06:14 AM
TouchTheSky - 3/25/2018 7:57:03 AM
KevinWolters - 3/24/2018 9:49:06 AM
wget https://storage.googleapis.com/golang/go1.9.linux-armv6l.tar.gz
sudo tar -C /root -xzf go1.9.linux-armv6l.tar.gz
wget 
https://storage.googleapis.com/golang/go1.9.linux-armv6l.tar.gz
sudo tar -C /root -xzf go1.9.linux-armv6l.tar.gz
Sorry to bother again..
I‌ don't get it. Yesterday i downloaded a fresh stratux image and installed it to my SD card.
After i got it up and running i followed to following instructions that i found on this forum:

//Log in using SSH over wifiHotSpot or HDMI/Keyboard
‌‌
sudo raspi-config
//expand file system and reboot

//Log in using SSH over wifiHotSpot or HDMI/Keyboard
sudo ifup eth0

//Log in using SSH to eth0 IP address
sudo su
systemctl start ntp
service stratux stop
sudo apt-get update
sudo apt-get install libconfig9
sudo apt-get install libjpeg8
wget https://storage.googleapis.com/golang/go1.9.linux-armv6l.tar.gz
sudo tar -C /root -xzf go1.9.linux-armv6l.tar.gz
cd /root/stratux
export PATH=/root/go/bin:${PATH}
export GOROOT=/root/go
export GOPATH=/root/go_path
cd /
rm -Rf /root/stratux
cd && git clone https://github.com/WiringPi/WiringPi.git && cd WiringPi/wiringPi && make static && make install-static
cd && git clone https://github.com/0x74-0x62/stratux.git && cd stratux && git checkout remotes/origin/devel/flarm_receiver && make && make install
//Long Wait
service stratux start

//Finnish‌‌

A‌fter the stratux start command i got the following notice:
"Warning: Unit file of stratux.service changed on disk, 'systemctl daemon-reload' recommended."

How do i know if i installed it correctly? i cannot find any changes in the software or an extra Flarm button/switch or option..

I also tried to configure my 978Mhz antenna as TouchTheSky mentioned but it keeps saying scanning base stations and nothing happens..

(‌This is my first experiënce with Raspberry so i have got a lot to learn).‌

The latest FLARM version requires go version 1.10. Therefore you need to use the following go commands:

‌‌wget http://storage.googleapis.com/golang/go1.10.linux-armv6l.tar.gz
sudo tar -C /root -xzf go1.10.linux-armv6l.tar.gz

‌The antenna ppm configuration is not really important, you should however eeprom the second SDR as follows:
‌rtl_eeprom -d1 -s stx:0
‌This requires to stop stratux beforehand with "stxstop"

‌Ok, that did it, THX!, working now.
‌No FLARM traffic near though, but I'll see.
‌Q: do you have a picture of a FLARM target shown in Traffic@192.168.10.1, how are they recognized?
‌Q: Hardware//Settings@192.168.10.1 now has 978, 1090 and 868 - 978 has to be OFF?
‌Q: Status@192.168.10.1 does not show FLARM?

‌Answer 1, FLARM targets are green:

‌Answer 2: yes, 978 has to be off
‌Answer 3: right, Status does not show FLARM

Kevin Wolters
K
Too Much Forum (356 reputation)Too Much Forum (356 reputation)Too Much Forum (356 reputation)Too Much Forum (356 reputation)Too Much Forum (356 reputation)Too Much Forum (356 reputation)Too Much Forum (356 reputation)Too Much Forum (356 reputation)Too Much Forum (356 reputation)
Group: Forum Members
Posts: 6, Visits: 12
SemperFi - 3/25/2018 10:06:14 AM
TouchTheSky - 3/25/2018 7:57:03 AM
KevinWolters - 3/24/2018 9:49:06 AM
wget https://storage.googleapis.com/golang/go1.9.linux-armv6l.tar.gz
sudo tar -C /root -xzf go1.9.linux-armv6l.tar.gz
wget 
https://storage.googleapis.com/golang/go1.9.linux-armv6l.tar.gz
sudo tar -C /root -xzf go1.9.linux-armv6l.tar.gz
Sorry to bother again..
I‌ don't get it. Yesterday i downloaded a fresh stratux image and installed it to my SD card.
After i got it up and running i followed to following instructions that i found on this forum:

//Log in using SSH over wifiHotSpot or HDMI/Keyboard
‌‌
sudo raspi-config
//expand file system and reboot

//Log in using SSH over wifiHotSpot or HDMI/Keyboard
sudo ifup eth0

//Log in using SSH to eth0 IP address
sudo su
systemctl start ntp
service stratux stop
sudo apt-get update
sudo apt-get install libconfig9
sudo apt-get install libjpeg8
wget https://storage.googleapis.com/golang/go1.9.linux-armv6l.tar.gz
sudo tar -C /root -xzf go1.9.linux-armv6l.tar.gz
cd /root/stratux
export PATH=/root/go/bin:${PATH}
export GOROOT=/root/go
export GOPATH=/root/go_path
cd /
rm -Rf /root/stratux
cd && git clone https://github.com/WiringPi/WiringPi.git && cd WiringPi/wiringPi && make static && make install-static
cd && git clone https://github.com/0x74-0x62/stratux.git && cd stratux && git checkout remotes/origin/devel/flarm_receiver && make && make install
//Long Wait
service stratux start

//Finnish‌‌

A‌fter the stratux start command i got the following notice:
"Warning: Unit file of stratux.service changed on disk, 'systemctl daemon-reload' recommended."

How do i know if i installed it correctly? i cannot find any changes in the software or an extra Flarm button/switch or option..

I also tried to configure my 978Mhz antenna as TouchTheSky mentioned but it keeps saying scanning base stations and nothing happens..

(‌This is my first experiënce with Raspberry so i have got a lot to learn).‌

The latest FLARM version requires go version 1.10. Therefore you need to use the following go commands:

‌‌wget http://storage.googleapis.com/golang/go1.10.linux-armv6l.tar.gz
sudo tar -C /root -xzf go1.10.linux-armv6l.tar.gz

‌The antenna ppm configuration is not really important, you should however eeprom the second SDR as follows:
‌rtl_eeprom -d1 -s stx:0
‌This requires to stop stratux beforehand with "stxstop"

‌Ok, that did it, THX!, working now.
‌No FLARM traffic near though, but I'll see.
‌Q: do you have a picture of a FLARM target shown in Traffic@192.168.10.1, how are they recognized?
‌Q: Hardware//Settings@192.168.10.1 now has 978, 1090 and 868 - 978 has to be OFF?
‌Q: Status@192.168.10.1 does not show FLARM?

Thanks! i also seem to have it working.
I have got the same questions as SemperFi Smile
For the connection with SD we still have to use SkyEcho, Ilevel as a third-party device? or do we still have to change the IP and switch to Flarm as third-party?

T‌hank you for all the support!‌

TouchTheSky
T
Too Much Forum (5.6K reputation)Too Much Forum (5.6K reputation)Too Much Forum (5.6K reputation)Too Much Forum (5.6K reputation)Too Much Forum (5.6K reputation)Too Much Forum (5.6K reputation)Too Much Forum (5.6K reputation)Too Much Forum (5.6K reputation)Too Much Forum (5.6K reputation)
Group: Forum Members
Posts: 153, Visits: 4.4K
KevinWolters - 3/24/2018 9:49:06 AM
wget https://storage.googleapis.com/golang/go1.9.linux-armv6l.tar.gz
sudo tar -C /root -xzf go1.9.linux-armv6l.tar.gz
wget 
https://storage.googleapis.com/golang/go1.9.linux-armv6l.tar.gz
sudo tar -C /root -xzf go1.9.linux-armv6l.tar.gz
Sorry to bother again..
I‌ don't get it. Yesterday i downloaded a fresh stratux image and installed it to my SD card.
After i got it up and running i followed to following instructions that i found on this forum:

//Log in using SSH over wifiHotSpot or HDMI/Keyboard
‌‌
sudo raspi-config
//expand file system and reboot

//Log in using SSH over wifiHotSpot or HDMI/Keyboard
sudo ifup eth0

//Log in using SSH to eth0 IP address
sudo su
systemctl start ntp
service stratux stop
sudo apt-get update
sudo apt-get install libconfig9
sudo apt-get install libjpeg8
wget https://storage.googleapis.com/golang/go1.9.linux-armv6l.tar.gz
sudo tar -C /root -xzf go1.9.linux-armv6l.tar.gz
cd /root/stratux
export PATH=/root/go/bin:${PATH}
export GOROOT=/root/go
export GOPATH=/root/go_path
cd /
rm -Rf /root/stratux
cd && git clone https://github.com/WiringPi/WiringPi.git && cd WiringPi/wiringPi && make static && make install-static
cd && git clone https://github.com/0x74-0x62/stratux.git && cd stratux && git checkout remotes/origin/devel/flarm_receiver && make && make install
//Long Wait
service stratux start

//Finnish‌‌

A‌fter the stratux start command i got the following notice:
"Warning: Unit file of stratux.service changed on disk, 'systemctl daemon-reload' recommended."

How do i know if i installed it correctly? i cannot find any changes in the software or an extra Flarm button/switch or option..

I also tried to configure my 978Mhz antenna as TouchTheSky mentioned but it keeps saying scanning base stations and nothing happens..

(‌This is my first experiënce with Raspberry so i have got a lot to learn).‌

The latest FLARM version requires go version 1.10. Therefore you need to use the following go commands:

‌‌wget http://storage.googleapis.com/golang/go1.10.linux-armv6l.tar.gz
sudo tar -C /root -xzf go1.10.linux-armv6l.tar.gz

‌The antenna ppm configuration is not really important, you should however eeprom the second SDR as follows:
‌rtl_eeprom -d1 -s stx:0
‌This requires to stop stratux beforehand with "stxstop"

Kevin Wolters
K
Too Much Forum (356 reputation)Too Much Forum (356 reputation)Too Much Forum (356 reputation)Too Much Forum (356 reputation)Too Much Forum (356 reputation)Too Much Forum (356 reputation)Too Much Forum (356 reputation)Too Much Forum (356 reputation)Too Much Forum (356 reputation)
Group: Forum Members
Posts: 6, Visits: 12
Sorry to bother again..
I‌ don't get it. Yesterday i downloaded a fresh stratux image and installed it to my SD card.
After i got it up and running i followed to following instructions that i found on this forum:

//Log in using SSH over wifiHotSpot or HDMI/Keyboard
‌‌
sudo raspi-config
//expand file system and reboot

//Log in using SSH over wifiHotSpot or HDMI/Keyboard
sudo ifup eth0

//Log in using SSH to eth0 IP address
sudo su
systemctl start ntp
service stratux stop
sudo apt-get update
sudo apt-get install libconfig9
sudo apt-get install libjpeg8
wget https://storage.googleapis.com/golang/go1.9.linux-armv6l.tar.gz
sudo tar -C /root -xzf go1.9.linux-armv6l.tar.gz
cd /root/stratux
export PATH=/root/go/bin:${PATH}
export GOROOT=/root/go
export GOPATH=/root/go_path
cd /
rm -Rf /root/stratux
cd && git clone https://github.com/WiringPi/WiringPi.git && cd WiringPi/wiringPi && make static && make install-static
cd && git clone https://github.com/0x74-0x62/stratux.git && cd stratux && git checkout remotes/origin/devel/flarm_receiver && make && make install
//Long Wait
service stratux start

//Finnish‌‌

A‌fter the stratux start command i got the following notice:
"Warning: Unit file of stratux.service changed on disk, 'systemctl daemon-reload' recommended."

How do i know if i installed it correctly? i cannot find any changes in the software or an extra Flarm button/switch or option..

I also tried to configure my 978Mhz antenna as TouchTheSky mentioned but it keeps saying scanning base stations and nothing happens..

(‌This is my first experiënce with Raspberry so i have got a lot to learn).‌

GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Reading This Topic

Login

Explore
Messages
Mentions
Search