-
Notifications
You must be signed in to change notification settings - Fork 10
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
Use libcamera for image capture, more robust radio IC handling #15
Conversation
…era2 as the default
…it option in startup_tx.sh
Everything seems to be going well with my test setup and this latest version. I do have a few notes, but they all pertain to documentation and configuration. These notes are from a Raspberry Pi OS Lite 64-bit install in a Pi 3. NTP in Debian Bookworm is now ntpsec. The configuration file has moved to To use the systemd-timedatectld (timedatectl), it needs to be made aware that ntpsec exists and is the NTP daemon of choice. Adding the unit file name to a specific file (per these instructions) will accomplish this. The impact of not doing this is that
When installing python3-picamera2, adding the --no-install-recommends is highly suggested. There are a lot of desktop related packages that it wants to install for live image preview, which defeats the purpose of the Lite version of the OS. I believe that is all. I will comment again if I think of anything else. |
…ny exceptions from the capture function and re-initialise the camera
…e the camera is already stopped.
Added get_temperature function to radio_wrappers.py
…dded support for mDNS/avahi in container
…net decoder instances
…epancy (and it makes the math so much easier)
Add KA9Q Radio support to Wenet
A few major changes in here:
Some minor changes to the RX webGUI:
This needs a lot of testing before I'll be willing to fly it on a launch!