开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育
Date

Re: Raspberry pi ham radio setup software

 

Linux already has at leas half a dozen methods of software installation and maintenance. That's what confuses some people. We don't need any more.


On 28/05/2023 09:38 EDT Jay Lijoi <lijoi@...> wrote:


I wish you well. Linux needs a more realistic method for software installation and maintenance. I appreciate you helping the Amateur Radio community.

--
Jay
WB2QQJ

Nigel A. Gunn, ///shoulders.outwards.resolutions tel +1-937-971-0366
Amateur Radio G8IFF W8IFF and GMRS WRBV701, e-mail nigel@... www


Re: Raspberry pi ham radio setup software

 

Nice ?.. where is Qsstv?! :)

kelly?
k7mhi?


Re: Raspberry pi ham radio setup software

 

I wish you well. Linux needs a more realistic method for software installation and maintenance. I appreciate you helping the Amateur Radio community.

--
Jay
WB2QQJ


Raspberry pi ham radio setup software

 

开云体育

Hey RaspberryPi 4 Ham Radio Group,
So I have been working on a project for some time now and I finally feel that it's ready for some other folks to take a look at it and test it out. If you're into using raspberry pi computers for ham radio I have created a repository of scripts/playbooks to setup, compile and maintain/update radio tools on the pi. I finally released a version 1.0.0 at There is some basic documentation in the README file stars and issues appreciated if you find anything. I have been testing on the latest raspberry pi OS and often use VNC to power my pis connected to radios in the shack. This isn't focused on portable operating out of the box but I do have scripts for setting up things like GPS time sync and real time clock modules. You may ask why you would use this over build a pi or other tools. The primary reason I created these was because Ansible(configuration management tool I'm using) is better at maintaining state than bash scripts and preventing redundant work during setup or updates. Thanks for any feedback and I hope someone finds it useful!
73,
DE K2EXE Mark
--

Join my ham radio and follow me on Twitter



Raspberry Pi shortage ending soon?

 


Maybe some good news!
See attached article:





Re: what is the proper way to install Python

 

If you need a later release of Python, such as version 3.10 for AutoGPT, you
can add later distributions to /etc/apt/sources.list. You can edit this file
(as root) using your favorite text editor.

To add custom sources, creating separate files under
/etc/apt/sources.list.d/ is preferred.

See man 5 sources.list:

Distributions:

* DebianTesting: current development state of the next stable Debian
distribution

* DebianUnstable: rolling development version containing the latest
packages

See:

Video:
How do you get a fresh install of Debian Unstable (Sid)? Well, there are
three routes you could take. I show you my preferred method of installing
Sid.
See:

Larry
WB6BBB



On Fri, 19 May 2023 17:57:35 -0700, "David Ranch"
<rpi4hamradio-groupsio@...> wrote:

I would recommend to stick with the version that comes with
the Raspberry Pi OS distribution:

sudo apt install python3

For modules, etc, I also recommend to try to stick with the OS supported
versions. You can see what's available with:

apt-cache search python3

--David
KI6ZHD


Re: what is the proper way to install Python

 

And some course work for python 102, arguably years ago I would have said this was 201 but virtual environments and use of them can really keep a clean slate if your wanting that. Lots of projects use them now as well.?





kelly


Re: what is the proper way to install Python

 

开云体育


Hello Arnold,

It should be installed by default (even on the Lite version).? Regardless, I would recommend to stick with the version that comes with the Raspberry Pi OS distribution:

?? sudo apt install python3

For modules, etc, I also recommend to try to stick with the OS supported versions.? You can see what's available with:

?? apt-cache search python3

--David
KI6ZHD


what is the proper way to install Python

 

What is the most proper way to install Python in a fresh Bullseye OS, lite version OS?
I believe it's easy, but this time I want to make sure I'm doing it properly.
?
Thanks, Arnold
KQ6DI


Re: pi3b help needed #hardware

 

As far as wifi differences, 3B is only 2.4ghz. 3B+ is dual band 2.4ghz and 5ghz


Get
On May 19, 2023, at 09:06, Jerry Rector - K4OAM <kb4oam@...> wrote:

Sorry Randy, you misspoke on this.

I also have 3-3Bs and 4-3B+s, and all have onboard WiFi.

They are all used as IOT devices, connected via WiFi with
no external adapters.


On Fri, May 19, 2023 at 9:43?AM Randy Greig <ve3yrg@...> wrote:
No, the Pi3b does not have Wireless, the Pi3B+ has wireless. I have both.


Re: pi3b help needed #hardware

 

And I have multiples of both.
Direct from raspberry pi foundations web site:

Raspberry Pi 3 Model B is the earliest model of the third-generation Raspberry Pi. It replaced Raspberry Pi 2 Model B in February 2016. See also Raspberry Pi 3 Model B+, the latest product in the Raspberry Pi 3 range.

Quad Core 1.2GHz Broadcom BCM2837 64bit CPU
1GB RAM
BCM43438 wireless LAN and Bluetooth Low Energy (BLE) on board
100 Base Ethernet
40-pin extended GPIO
4 USB 2 ports
4 Pole stereo output and composite video port
Full size HDMI
CSI camera port for connecting a Raspberry Pi camera
DSI display port for connecting a Raspberry Pi touchscreen display
Micro SD port for loading your operating system and storing data
Upgraded switched Micro USB power source up to 2.5A




The Raspberry Pi 3 Model B+ is the final revision in the Raspberry Pi 3 range.

Broadcom BCM2837B0, Cortex-A53 (ARMv8) 64-bit SoC @ 1.4GHz
1GB LPDDR2 SDRAM
2.4GHz and 5GHz IEEE 802.11.b/g/n/ac wireless LAN, Bluetooth 4.2, BLE
Gigabit Ethernet over USB 2.0 (maximum throughput 300 Mbps)
Extended 40-pin GPIO header
Full-size HDMI
4 USB 2.0 ports
CSI camera port for connecting a Raspberry Pi camera
DSI display port for connecting a Raspberry Pi touchscreen display
4-pole stereo output and composite video port
Micro SD port for loading your operating system and storing data
5V/2.5A DC power input
Power-over-Ethernet (PoE) support (requires separate PoE HAT)

Get
On May 19, 2023, at 05:43, Randy Greig <ve3yrg@...> wrote:

No, the Pi3b does not have Wireless, the Pi3B+ has wireless. I have both.


Re: pi3b help needed #hardware

 

Sorry Randy, you misspoke on this.

I also have 3-3Bs and 4-3B+s, and all have onboard WiFi.

They are all used as IOT devices, connected via WiFi with
no external adapters.


On Fri, May 19, 2023 at 9:43?AM Randy Greig <ve3yrg@...> wrote:
No, the Pi3b does not have Wireless, the Pi3B+ has wireless. I have both.


Re: pi3b help needed #hardware

 

开云体育


Not true.? The original 3B does have Wifi onboard:

??

?? 30% down the page
?? --
?? BCM43438 wireless LAN and Bluetooth Low Energy (BLE) on board
?? --

--David
KI6ZHD



On 05/18/2023 04:09 PM, Randy Greig wrote:

No, the Pi3b does not have Wireless, the Pi3B+ has wireless. I have both.


Re: pi3b help needed #hardware

 

No, the Pi3b does not have Wireless, the Pi3B+ has wireless. I have both.


Re: pi3b help needed #hardware

 

All pi3's are wireless
Pi2 was the last full size pi without wireless. PiZero is the only one still made without wireless

Get
On May 17, 2023, at 15:51, Dennis Valliant <abqden@...> wrote:

Not all pi 3's are wireless.
I don't know if you've already solved the problem, but in case it's still an issue: when I hooked up a pi version 3 at your place using ethernet, I then plugged in your hdmi monitor and a keyboard and used the home screen (if you have a text prompt then type startx to get the home screen). In the upper right-hand corner is a network symbol and I clicked on it to launch the wi-fi setup. I was using the current raspbian setup, not an android installation. I don't know whether the pi I left there is a wired or a wireless. If that's the one you are using and it turns out to be wifi-less then I usually use a wireless usb dongle to add the wifi. I have a usb wireless dongle up here if you don't want to wait on an order.

On Wed, May 17, 2023 at 4:15?PM N5XMT <dacooley@...> wrote:
Have you run sudo apt update and sudo apt full-upgrade -y to update Raspbian?
Also, is your wifi only the 5ghz band?? Pi 3B only supports 2.4ghz wifi

Get
On May 17, 2023, at 13:34, "WILLIAM D. via " <yahoo.com@ target=_blank>wa1emt=@> wrote:
Ok I need help.
Im new to the PI and I bought a new pi 3b.
I can put the android system on there but for some reason the wifi thats built in does not work. I installed android and got that running but the wifi just turns on then off. Ethernet connection works great but I cant use it as it has to be wireless.
Its going to run the app for my cameras that are all hooked to a DVR that has constant ethernet internet. Im trying to get the cameras on a monitor in another room.
The only issue I have is the wireless wont work and I know that has been an issue as so far I have read on the internet.
I can put an android OS on it or the Raspberry PI OS with the desktop with no issues. Just cant get the damn wireless to work.
Is there a wireless dongle that I can use and if so, which one and how do I put the drivers in for that.
Please help guys..I want to learn but nothing is working.
You can PM me of tag me in responses...Ill even pay for it.


Re: pi3b help needed #hardware

 

Not all pi 3's are wireless.
I don't know if you've already solved the problem, but in case it's still an issue: when I hooked up a pi version 3 at your place using ethernet, I then plugged in your hdmi monitor and a keyboard and used the home screen (if you have a text prompt then type startx to get the home screen). In the upper right-hand corner is a network symbol and I clicked on it to launch the wi-fi setup. I was using the current raspbian setup, not an android installation. I don't know whether the pi I left there is a wired or a wireless. If that's the one you are using and it turns out to be wifi-less then I usually use a wireless usb dongle to add the wifi. I have a usb wireless dongle up here if you don't want to wait on an order.


On Wed, May 17, 2023 at 4:15?PM N5XMT <dacooley@...> wrote:
Have you run sudo apt update and sudo apt full-upgrade -y to update Raspbian?
Also, is your wifi only the 5ghz band?? Pi 3B only supports 2.4ghz wifi

Get
On May 17, 2023, at 13:34, "WILLIAM D. via " <yahoo.com@ target=_blank>wa1emt=@> wrote:
Ok I need help.
Im new to the PI and I bought a new pi 3b.
I can put the android system on there but for some reason the wifi thats built in does not work. I installed android and got that running but the wifi just turns on then off. Ethernet connection works great but I cant use it as it has to be wireless.
Its going to run the app for my cameras that are all hooked to a DVR that has constant ethernet internet. Im trying to get the cameras on a monitor in another room.
The only issue I have is the wireless wont work and I know that has been an issue as so far I have read on the internet.
I can put an android OS on it or the Raspberry PI OS with the desktop with no issues. Just cant get the damn wireless to work.
Is there a wireless dongle that I can use and if so, which one and how do I put the drivers in for that.
Please help guys..I want to learn but nothing is working.
You can PM me of tag me in responses...Ill even pay for it.


Re: pi3b help needed #hardware

 

Have you run sudo apt update and sudo apt full-upgrade -y to update Raspbian?
Also, is your wifi only the 5ghz band?? Pi 3B only supports 2.4ghz wifi

Get
On May 17, 2023, at 13:34, "WILLIAM D. via " <yahoo.com@groups.io target=_blank>[email protected]> wrote:

Ok I need help.
Im new to the PI and I bought a new pi 3b.
I can put the android system on there but for some reason the wifi thats built in does not work. I installed android and got that running but the wifi just turns on then off. Ethernet connection works great but I cant use it as it has to be wireless.
Its going to run the app for my cameras that are all hooked to a DVR that has constant ethernet internet. Im trying to get the cameras on a monitor in another room.
The only issue I have is the wireless wont work and I know that has been an issue as so far I have read on the internet.
I can put an android OS on it or the Raspberry PI OS with the desktop with no issues. Just cant get the damn wireless to work.
Is there a wireless dongle that I can use and if so, which one and how do I put the drivers in for that.
Please help guys..I want to learn but nothing is working.
You can PM me of tag me in responses...Ill even pay for it.


pi3b help needed #hardware

WILLIAM D.
 

Ok I need help.
Im new to the PI and I bought a new pi 3b.
I can put the android system on there but for some reason the wifi thats built in does not work. I installed android and got that running but the wifi just turns on then off. Ethernet connection works great but I cant use it as it has to be wireless.
Its going to run the app for my cameras that are all hooked to a DVR that has constant ethernet internet. Im trying to get the cameras on a monitor in another room.
The only issue I have is the wireless wont work and I know that has been an issue as so far I have read on the internet.
I can put an android OS on it or the Raspberry PI OS with the desktop with no issues. Just cant get the damn wireless to work.
Is there a wireless dongle that I can use and if so, which one and how do I put the drivers in for that.
Please help guys..I want to learn but nothing is working.
You can PM me of tag me in responses...Ill even pay for it.


Re: WSPR Make and Make Install #wspr #pi

 



The problem is a missing function called makedev, not a program.
makedev() is actually a macro and you need to include the correct header for it.

It is possible to add the following line in mailbox.c to fix it:
#include <sys/sysmacros.h>


Re: PiGate RMS Documentation ?

 

On 2023-04-28 10:25, Gary wrote:
In my experience, if it's *on*-site backup, it isn't backup.
-- /
/=Gary AK2QJ
depends on your disaster. if the "on site" site is damaged, then it won't be a backup.


--
Charles MacDonald VA3CPY Stittsville Ontario
cmacd@... Just Beyond the Fringe
No Microsoft Products were used in sending this e-mail.