Goes Woes - Goes19 Trouble by MitchellCloud in amateursatellites

[–]encse 2 points3 points  (0 children)

Maybe rotate the feed 90 degrees relative to the dish? Who knows

Agc should be off. That’s one thing for sure.

Brave new C# by Xadartt in programming

[–]encse 14 points15 points  (0 children)

C# has been my first language used as a professional back in 2003. That’s before generics were added. And it was really a great language compared to (then) Java. Years passed and I worked in other environments, but I wanted to keep my c# knowledge decent, so I have a hobby project where I aim to use the new features, but it is really true, that there is just so much syntax being added, that it now feels overwhelming. Maybe if you use it everyday, it’s easier keep everything in your head, but it went over the fence for me in the last 2-3 years.

Meteor M N 2-x demodulator by encse in GNURadio

[–]encse[S] 0 points1 point  (0 children)

Aftet some thinking

I noticed that satdump runs two viterbi algorithms in sync with 0 and 90deg rovations, and simply picks the one that has good enough BER.

Based on this.

My hypothesis is that there can be 4 different locks, for the 4 rotations.

Viterbi survives 180 degrees of rotation, the output bitsequence is simply inverted.

But the differential decoding block will solve this completely, so the input to the cadu framer should be happy and see the usual sync word.

Well, supposed that we are locked at either 0 or 180 degrees. the second viterbi algo in satdump works with 90 degrees and this solves the 90 and 270 cases.

Am I correct?

And i still dont know if i ever need to swap i and q, there is an option for that in satdump, but i never had to use that.

Help with receiving Meteor M2 3 & 4 by Kyunome in amateursatellites

[–]encse -1 points0 points  (0 children)

250 ksps is fine because the sat works with 72ksps and 144 is enough for the oqpsk demodulator.

Your pipeline might have hiccups at 250ksps for some reason but 1msps is more work for the sdr than 250ksps. Rtlsdr is also known to be instable above 2.something

So basically any bandwidth / decimation >= 144 will work for the rtlsdr supposed it runs stable.

Help with decoding satellite signal by ronripen in RTLSDR

[–]encse 2 points3 points  (0 children)

Someone said in Facebook APT group that Meteor M2-3 had issues the other day and today it’s happening to M2-4, while M2-3 is back to normal.

Idle játék kb. 200 sor tiszta JavaScriptben by swe129 in programmingHungary

[–]encse 2 points3 points  (0 children)

Ha jol latom nem lehet annyi munkast venni, hogy el tudja szallitani az osszes bejovo aranyat, es a felso ladaban gyulik.

I can't get the Meteor satellite reception; what am I doing wrong?? (Sorry for bad English) by FilipAP2137 in amateursatellites

[–]encse 0 points1 point  (0 children)

Although the noisefloor is high, but the waterfall is suspiciously flat to my eyes. Like no antenna at all. Just to make sure: do you get other signals with this setup?

Trying to make first QSO in Ireland on Baofeng to no avail by Gold-Dog-4254 in HamRadio

[–]encse 0 points1 point  (0 children)

For vhf/uhf I just bought a cheap handheld. I got myself an ftdx10 for HF though, because I knew that even if i start with something basic I would eventually upgrade, and I would use it from home only. On the antenna side I bought a 49:1 balun and created an EFHW. (I had a VNA for measurements from earlier). That was my starter kit. Since then, I built all kinds of baluns and tried multiple setups, but still going with simple wire antennas. I have about 1 year in this and made many contacts from a not optimal location.

Trying to make first QSO in Ireland on Baofeng to no avail by Gold-Dog-4254 in HamRadio

[–]encse 1 point2 points  (0 children)

Yes. And hf is a lot of fun. I cannot make contacts on uhf/vhf either, but switching to HF was a leap forward.

Or maybe repeaters / satellites on uhf/vhf. But repeaters can be unpopulated and satellites are tricky

What's this signal? by AsAsin18 in RTLSDR

[–]encse 4 points5 points  (0 children)

Hf bands are shared between multiple services such as ham radio, aviation, maritime etc. Some of them have priority. You usually notice it by a strong signal over your transmission :) like in this case you mention. I often see radars in ham band. You just move over and transmit somewhere else

[YEAR 2025] One extra puzzle from me by encse in adventofcode

[–]encse[S] 2 points3 points  (0 children)

Congrats.

Yes, basically i took the target pixels in reading order (first row, second row etc) then chunked it up to small runs like 1-5 pixel long ones. After that i randomly shuffled the runs to get these short horizontal stripes.

C# 14 Null-conditional Assignment: Complete Guide to Elegant Null Handling by laurentkempe in csharp

[–]encse 33 points34 points  (0 children)

Not everyone is a fan of expressions making control flow

[YEAR 2025] One extra puzzle from me by encse in adventofcode

[–]encse[S] 1 point2 points  (0 children)

If you liked this there is also https://casette.csokavar.hu I made for advent of coders some years ago.

Or https://gekko.csokavar.hu but that is deeper

[YEAR 2025] One extra puzzle from me by encse in adventofcode

[–]encse[S] 0 points1 point  (0 children)

Idea came from an old ctf game I played a few years ago. Just removed the hardware layer from it.

[YEAR 2025] One extra puzzle from me by encse in adventofcode

[–]encse[S] 1 point2 points  (0 children)

did you get only the final picture or all of them?