Re: Problems with thumbdrive backup
#hampi
Paul 5B8BA
Take a look at The Ultimate Guide to Backup and Restore your Raspberry Pi
Gives several methods including dd, rsync, over network, compacting files, adding/removing files, scheduling backups. HTH Paul, 5B8BA
|
|
Re: QDX
I don’t know. It's very limited as it can't do SSB, RTTY, PSK, CW. etc. 73
What software or package of software would you install on a raspberry pi 4, with a solid state hard drive, to use with a QRPLabs QDX?
|
|
Re: QDX
David Ranch
The QRPLabs QDX documentation covers this: https://qrp-labs.com/images/qdx/manual_1_04.pdf - Section 3- Operating Instructions - WSJT-X - JS8Call - The Section 4 "Summary" in the PDF talks of how this unit generally works and the best I can tell, it generally only works with "single tone" modems and not with more complex signals like say PSK, QAM, etc. but that's just my speculation. --David KI6ZHD
On 11/04/2021 10:12 AM, ohwenzelph via
groups.io wrote:
QRPLabs QDX
|
|
QDX
ohwenzelph
What software or package of software would you install on a raspberry pi 4, with a solid state hard drive, to use with a QRPLabs QDX?
jt aa1of
|
|
Re: Won't boot up
Ron - KA7RLM
Yes, iPhones are very fussy and problematic with this configuration, Go to the W-Fi section of the Pi-Star Support Group and search for answers. If you can't find a solution, then post your question to the group but please use the search feature first. These questions have been asked many times before.
Here is the link: https://forum.pistar.uk -Ron 73 de KA7RLM
|
|
Re: Won't boot up
mikenjapan@...
I did finally get a message from the seller (Mostly in Chinese) but they did give a link showing what version of Pi-Star to use. It,s loading now that I flashed it onto the card. I wish the screen would work again (I thought it was kind of cool and I could tell when it was running) but that's a small issue.
|
|
Re: Won't boot up
Kelly Keeton
There is a security setting on apple to check - maximize compatibility
toggle quoted messageShow quoted text
Excuse typos and brevity, sent from a mobile device.
On Wednesday, November 3, 2021, 5:58 AM, Nigel Gunn, G8IFF/W8IFF <nigel@...> wrote:
|
|
Re: Won't boot up
You're biggest issue might be having an iPhone. I've seen far more people post wifi connection problems with iPhones than Android phones.
On 03/11/2021 01:49 mikenjapan via groups.io <mikenjapan@...> wrote:Nigel A. Gunn, ///shoulders.outwards.resolutions tel +1-937-971-0366 Amateur Radio G8IFF W8IFF and GMRS WRBV701, e-mail nigel@... www http://www.ngunn.net
|
|
Won't boot up
mikenjapan@...
I bought a hotspot from Ebay (China) and it was working great. I wanted to configure it to use in my truck so I changed the wifi info to my iphone hotspot info. I could connect to the pi through my phone. It looked good and talked from the radio to hotspot but not out to the internet, so I rebooted. Dashboard Came up but said it wasn't connected to ??the interface?? (Sorry, I don't remember but basically in the area where the wifi info is on the dashboard) and not connected to wifi. I trie3d putting in the wifi info but it wouldn't take. It would not connect and then empty the name and password fields. I tried it again by saving changes and rebooting. Nothing. It won't boot up at all. I have tried different versions of Pi-star and flashed them onto an SD card and none will boot up. What am I doing wrong?
|
|
Re: Before I go reinventing someone elses wheel....
Jeremy Edwards
Spitballing an idea.... I wonder if you might consider setting up a HTML page with live system info on the PI... ...and then use a free monitoring tool like uptime robot to get your emails: https://uptimerobot.com/ (Free) Jeremy Edwards "To acquire knowledge, one must study; but to acquire wisdom, one must observe."
On Mon, Nov 1, 2021 at 8:05 AM Basil Gunn <basil@...> wrote:
|
|
Re: Before I go reinventing someone elses wheel....
Mike,
I've done something similar with detecting when my well pump comes on. The email part was pretty straight forward because Linux has a number of command line email clients. I used: mutt - email client postfix - email server paclink-unix - winlink support For the AC detection circuit I used a Linrose B2150A3 Amber Neon Pilot light as an Opto-isolated AC Voltage Sensor. Some links below for reference: * [[https://forum.arduino.cc/index.php?topic=403547.0 | How to detect AC voltage (not measuring)]] * [[https://www.hackster.io/porrey/vacsensor-0fe427 | Opto-Isolated AC Voltage Sensor]] - Daniel Porrey * [[https://www.amazon.com/Linrose-B2150A3-Amber-105-125VAC-Pilot/dp/B008JFSOQU/ref=sr_1_3?ie=UTF8&qid=1439643695&sr=8-3&keywords=Linrose+pilot+light | Linrose B2150A3 Amber 105-125VAC Neon Pilot Light]] I would run the RPi from 12 Volts using some buck regulator. /Basil n7nix
|
|
Re: Before I go reinventing someone elses wheel....
Bill Buhler
Hi,
toggle quoted messageShow quoted text
I've lashed together things like this in the past as one off shell scripts. For the email side I suggest smtp-cli running on a raspberry pi, there is a walk through at http://www.logix.cz/michal/devel/smtp-cli/ . It supports smtp authentication, which will let you use a modern mail service like Gmail, outlook.com, etc to be the sending mailbox. For ease I would just build one service email address on one of the free services and then use the subject line to specify the site the message originated from. You could write a script that checks the gpio pin status controlled by your relay / wall wart every minute or two and based on that sends a message for either power up or down. With another script that triggers at boot time to announce it has booted and the ac mains state. Finally cron can be set to send a watchdog email x times a day with the system uptime listed for comfort that everything is working as planned. Best of luck! 73 - Bill Buhler AF7SJ
-------- Original message -------- From: M M <wa6ilq@...> Date: 11/1/21 2:40 AM (GMT-07:00) To: RaspberryPi-4-HamRadio@groups.io Subject: [RaspberryPi-4-HamRadio] Before I go reinventing someone elses wheel.... Does anybody have something like the below already operational?
|
|
Re: Before I go reinventing someone elses wheel....
Mark Griffith
Hi, While you can easily monitor the power, the email thing becomes complicated. Software to send an email exists for the Pi and depending upon which software you use, can be difficult or less difficult to set up. The problem is in getting to an email hosting site over the Internet. The email software on the Pi needs to be setup with a ""host" defined, which is an email server on the Internet that agrees to accept and process your email. Getting that part done is not simple and there are all sorts of blocks put in the way to prevent little email systems from doing this to hold down the email spam that exists. I have done this myself for several corporations (before I retired) and it's a royal pain in the kiester. However, I have setup a system where I use a PiGate RMS device to do this by using the Winlink system has the email host. This assumes you have a Winlink account, which is free. In this system, you could have the PiGate RMS monitor a couple pins on the GPIO that are connected to a 120V relay. When the power goes out the pins are shorted and the power outage detected. Then you wait some time and keep checking the pins to see if they remain shorted. This prevents sending an email on just a power blip. Then the software composes and sends and email through the Internet to your email address, as long as it is not your Winlink address. You could probably do something similar using a regular PiGate to send the email over a VHF radio connection to a Winlink RMS station. Or perhaps use PAT. Once you get over the email thing, it's pretty simple. I have a commercial device at my shack which is 16 miles away from my home. It monitors power, temperature, and for flooding, but it uses a landline to make a call to my cell phone. It was not expensive. There are, I believe, commercial power monitors that will use the Internet, but they work by updating a host site which then sends email to you. This is not very cheap. Some food for thought. Mark KD0QYN
On Mon, Nov 1, 2021, 3:40 AM M M <wa6ilq@...> wrote:
|
|
Re: Problems with thumbdrive backup
#hampi
M M
Don't do it on just one thumb drive. 1) go to totally not there with no warning.
|
|
Before I go reinventing someone elses wheel....
M M
Does anybody have something like the below already operational?
|
|
Re: I have a new to me Raspberry Pi board
Group Free, did it for me. Thanks loads! Case closed
On 10/29/21 12:46 PM, David Ranch via
groups.io wrote:
-- 73, de Vince KD7TWW In what year did the FCC mandate the 1500 Watt PEP limit for amateur radio station power output? - Motorola Corp was formally named "Galvin Manufacturing Corporation" (1928–1947)
|
|
Re: I have a new to me Raspberry Pi board
Kelly Keeton
Jon, there is a unsubscribe and mute topic button on the bottom of every email you receive if you were not aware how to properly exit the room.
toggle quoted messageShow quoted text
Excuse typos and brevity, sent from a mobile device.
On Friday, October 29, 2021, 12:00 PM, Jon Moran <jon@...> wrote:
|
|
Re: I have a new to me Raspberry Pi board
Hey Vince, try pi-stats. Do you have a linux OS running on the subject device? 73
On Fri, Oct 29, 2021, 11:20 vince kd7tww <vince@...> wrote: Hello Group
|
|
Re: I have a new to me Raspberry Pi board
Jon Moran
I'm done with this group
|
|
Re: I have a new to me Raspberry Pi board
Vince,
toggle quoted messageShow quoted text
Give these commands a try: lscpu cpuinfo cat /proc/cpuinfo lshw If you need to install any of those, try something like this Apt-get update apt-get <package name> Best regards, Larry WB6BBB
On Fri, 29 Oct 2021 12:20:15 -0600, "vince kd7tww" <vince@...> wrote:
|
|