Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility with Zero 2 W #117

Open
funtime1818 opened this issue Oct 30, 2021 · 2 comments
Open

Compatibility with Zero 2 W #117

funtime1818 opened this issue Oct 30, 2021 · 2 comments

Comments

@funtime1818
Copy link

It is mentioned in the Readme that the RX pipeline can run on a Raspberry Pi 3, and I was wondering if there would be any difficulty getting it running on a Zero 2 W, as the performance is slightly lower. Thank you!

@porkiedev
Copy link

I haven't actually been able to test out goestools for myself yet so I can't speak for software compatability (though I imagine it would work just fine)

But for the hardware specs, The Z2W's CPU is rated for 1GHz. The Pi3 is 1.2GHz. There is always the option of running a 100-200MHz overclock on the Z2W provided you can keep it cool (I would suggest thermal paste or a heatsink case, thermal pads suck)
People have overclocked the Z2W to 1.4GHz and had stable results. I have no doubt a 1.2GHz would work fine.

That said, if goestools is memory intensive I wouldn't particularly suggest it, the Z2W only has 0.5GB of ram as opposed to the Pi3's 1GB.

@DakotaNelson
Copy link

'goesproc' doesn't work on a raspi zero, because OpenCV won't compile on it (due to lack of RAM) - but building just goesrecv using 'cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local -DBUILD_GOESPROC=OFF` works at least to compile.

I'm running into an unrelated issue right now (#155) that's preventing me from testing it running, but I suspect the zero should be able to receive packets, you'll just have to process them elsewhere.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants