+1 on the above (@thebaldgeek I’ve changed a little the link to point to the one that pierros analyse the bandwidth)
If the bandwidth above seems to be too much, we can probably decrease it by either schedule less observations or maybe cutting the audio and leave only waterfall and data which need less bandwidth (at least until we move to the waterfall-data instead of waterfall-image that we currently send).
on my new list a add 2 micro sdcard and 1 usb key with etcher and prebuild image.
Is it possible to feed the 2 LNA4ALL with the 5v GPIO raspberry?
Or does it need a dedicated 5v power supply?
Yes.
Go to the LNA4ALL website; http://lna4all.blogspot.com/
Scroll down and look at the mods for the different power supply options.
I did the external 5v option (place the zero ohm jumper) and then took a USB lead and cut the end off.
One end plugs into one of the Pi USB ports, the other is soldered on the LNA4ALL.
It works just fine.
As far as I know there isn’t any option right now for diactivated, so there two options, either implement this option or install it as it is and perfor locally at the installation the necessary changes.
I’m not sure if we will make it to have this option ready in the October, so probably we would need to go on with the second option.
Just to be sure, is the problem the internet speed (bandwidth rate) or the total volume of data (specific GB limit). In the first case, 100kb/s should be ok for the audio too, in the second case indeed we will need to limit the uploaded data.
Firstly: Super exciting opportunity and thank you for contributing!
For such a location (with limited serviceability) I would go for more rugged setup with proven components.
We are preparing an updated version of the reference no-rotator ground station (with intention of that being a kit). Check the BOM here and some pictures of how this looks. I would advise going for such a solution.
For such an extreme location we (LSF) might be able to help with procuring some parts and setup (and special software requirements). Please reachout to pierros@ libre dot space or reply here to figure out how we help more.
Thanks for support.
Unfortunately no budget will not allow to leave on such an advanced config.
The budget is currently in the 400euros.
I think to change the 2 LNA4ALL by the amp ZX60-12LN +.
The antenna will be outside but the electronics will be inside to test a realistic configuration for the south pole (-60/-80°C)
I do not plan to use on the raspberry pi 4 because it requires active cooling which is not allowed to the pole because of the production of static electricity from the ventilator and very low humidity.
In addition to the rtl-sdr, the rpi3b + is powerful enough.
In our configuration no need for filter because we will install the station in an area far from civilization
Hey I’m going to create a temporary (hackish) version for not uploading audio, until we make a release of client that allows that from the settings menu. I’ll let describe here in detail what you will need to do.
Let us know if there is any remaining issue with the station.
Go back and hit Apply in satnogs-setup and then exit. After that make sure that you see the station online/testing mode in SatNOGS Network (it shouldn’t take more than 5min)
Run again sudo satnogs-setup and go to Advanced configuration
Go to SATNOGS_CLIENT_URL option and add this url: git+https://gitlab.com/adamkalis/satnogs-client.git@only-waterfall
Go back and hit Update
After finishing update, go to Advanced configuration again and set: HAMLIB_UTILS_RIG_ENABLED to Yes HAMLIB_UTILS_RIG_OPTS to -m 1
Go back and hit Apply
Exit satnogs-setup
Now you should run the version that doesn’t upload the audio file
As the bandwidth is low and shared, as you described, I suggest also you shape the upload and download speeds. I suggest you use a script called wondershaper. Here are the steps you need to set it up:
Run sudo apt install wondershaper
Find the network interface you want to shape by running ip addr, for example on my pi are eth0 for cable network and wlan0 for wifi one.
Shape the traffic by running sudo wondershaper [interface] [download speed in Kbps] [upload speed in Kbps], for example on my pi that uses the cable network, for shaping download to 10KB/s and upload to 5KB/s I ran sudo wondershaper eth0 80 40
The above will try to keep the average speed to these limits, this means that sometimes it can pass the limit for few seconds.
Let us know if you have any question or you need anything else for the station setup.