+xrg - 3/25/2018 3:40:29 PM+xTouchTheSky - 3/25/2018 7:57:03 AM you should however eeprom the second SDR as follows:rtl_eeprom -d1 -s stx:0This 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??
+xTouchTheSky - 3/25/2018 7:57:03 AM you should however eeprom the second SDR as follows:rtl_eeprom -d1 -s stx:0This requires to stop stratux beforehand with "stxstop"
+xrg - 3/25/2018 5:59:44 PMOk. 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.
+xrg - 11/7/2017 1:35:31 PMHave you installed the latest stratux software? And if so have you got the ahrs chip (which includes the baro sensor)? If no baro sensor you’ll not see traffic in SkyDemon unless you downgrade stratux software to 1.2 but you should see the traffic on the stratux web page.
+xTouchTheSky - 4/23/2018 11:34:02 AM+xrg - 11/7/2017 1:35:31 PMHave you installed the latest stratux software? And if so have you got the ahrs chip (which includes the baro sensor)? If no baro sensor you’ll not see traffic in SkyDemon unless you downgrade stratux software to 1.2 but you should see the traffic on the stratux web page.Sorry for coming back to this topic. Can someone confirm that the baro sensor is required to see traffic in SD?
+xTouchTheSky - 4/23/2018 4:26:33 PMIs there any particular reason for it?
+xrg - 4/23/2018 4:46:20 PM+xTouchTheSky - 4/23/2018 4:26:33 PMIs there any particular reason for it?Without it the GDL90 message only includes GPS altitude and Skydemon requires barometric so a comparison can be made to other traffic. http://forums.skydemon.aero/FindPost24546.aspx
+xpopov - 2/27/2018 10:18:55 AM+xpopov - 2/20/2018 9:27:42 AMHi everyone.I have been able to complete my Stratux with flarm setup.Have not been able to test the Flarm receiving yet as the snow here in Norway have put a damper on glider flying but logs indicate that it works.I ended up copy/paste the item list form stratux.me to ebay and order everything from there.3D printed my own case as I was not happy with the one offered, I made my own remix of this one: https://www.thingiverse.com/thing:1707442I will sit down and make a step by step guide to what I did and post it here in a few days.My confusion in the start was the MPU9250+BMP280 sensor. I read some old posts from before or as this was released that confused me. It took me some time to understand that as for weather, I find using 3/4G to be more than good enough where I fly, the easiest way to keep your 3g connection while connected to the Stratux wifi is to switch form DHCP to Static IP on your mobile device and remove the Gateway address.Tested this on both iphone and ipad.-alexHi all.After doing the above, to get the Stratux working with flarm based on this post: https://www.reddit.com/r/stratux/comments/6pa2nj/flarm_receiver_functionality/I did the following after loading the Stratux image on the SD card and starting the Pi://Log in using SSH over wifiHotSpot or HDMI/Keyboardsudo raspi-config//expand file system and reboot//Log in using SSH over wifiHotSpot or HDMI/Keyboardsudo ifup eth0//Log in using SSH to eth0 IP addresssudo susystemctl start ntpservice stratux stopsudo apt-get updatesudo apt-get install libconfig9sudo apt-get install libjpeg8wget https://storage.googleapis.com/golang/go1.9.linux-armv6l.tar.gzsudo tar -C /root -xzf go1.9.linux-armv6l.tar.gzcd /root/stratuxexport PATH=/root/go/bin:${PATH}export GOROOT=/root/go export GOPATH=/root/go_pathcd /rm -Rf /root/stratuxcd && git clone https://github.com/WiringPi/WiringPi.git && cd WiringPi/wiringPi && make static && make install-staticcd && git clone https://github.com/0x74-0x62/stratux.git && cd stratux && git checkout remotes/origin/devel/flarm_receiver && make && make install//Long Waitservice stratux start//Finnish
+xpopov - 2/20/2018 9:27:42 AMHi everyone.I have been able to complete my Stratux with flarm setup.Have not been able to test the Flarm receiving yet as the snow here in Norway have put a damper on glider flying but logs indicate that it works.I ended up copy/paste the item list form stratux.me to ebay and order everything from there.3D printed my own case as I was not happy with the one offered, I made my own remix of this one: https://www.thingiverse.com/thing:1707442I will sit down and make a step by step guide to what I did and post it here in a few days.My confusion in the start was the MPU9250+BMP280 sensor. I read some old posts from before or as this was released that confused me. It took me some time to understand that as for weather, I find using 3/4G to be more than good enough where I fly, the easiest way to keep your 3g connection while connected to the Stratux wifi is to switch form DHCP to Static IP on your mobile device and remove the Gateway address.Tested this on both iphone and ipad.-alex
+xSemperFi - 5/13/2018 5:22:37 PMSetting up the FlarmSTRATUX is quite easy and straigt forward, just a bit time consuming and you have to be precise.Where are you struggling exactly?