Re: Boot over USB
N5XMT
Look in /var/log/syslog. I bet you will see some time outs and USB resets. Had the same here. Seems the bottom connector doesn't have any tension on the connector and you get poor connection on the inner 4 pins that the USB3.0 uses.
On Jan 27, 2021, at 10:47, "Ken O'Hara via groups.io" <yahoo.com@groups.io target=_blank>kenidowa=yahoo.com@groups.io> wrote: Has anyone had experience booting over USB? I have had an interesting experience with it and I thought I would share.
|
||||||||||||||||||||||
|
||||||||||||||||||||||
Boot over USB
Ken O'Hara
Has anyone had experience booting over USB? I have had an interesting experience with it and I thought I would share.
I set up a Raspberry Pi OS system on a SSD drive and connected it to lower USB3.0 slot. It started up initially just fine and was working fine but over a period of time (a few hours) it would start failing in strange ways. Mostly all the icons and task bar would go away, but the splash screen remained and mouse over Bluetooth continued to work. I tried reloading os several times but same or similar issues occurred. Now the interesting part, I plugged the SSD drive into the upper USB3.0 slot and booted up and has now been working normally for over 30 some hours no more failures. I am hopeful this continues because performance is nice. Ken
|
||||||||||||||||||||||
|
||||||||||||||||||||||
Re: FW: [RaspberryPi-4-HamRadio] Long serial cable issue
Tom Tengdin
When I was at Purdue in the 70's we used Cat3 plain old 24ga telephone cable for hundreds of RS232 terminals on our Engineering Computer Network. Wish I could find my old pictures, it was quite the setup in the day. If we went between buildings we converted to RS422 4wire and added Telco standard 3 terminal gas tubes to both ends of the between building cable.
|
||||||||||||||||||||||
|
||||||||||||||||||||||
Re: Sparkfun now has Pi 400 in stock
I'm not a "power" user. I'm a "low power" user. My previous machine was a 5W nominal 2015 Compulab Mintbox Mini, with a 4 core Athlon, at 1200 MHz. The Pi 400 is visibly quicker. I ran Debian Stretch on old box, Raspbian Buster on the Pi 400 (I run FLdigi, FLrig, Firefox and Hamclock. I flashed it to Hampi image as soon as I got it). The touch screen ribbon connector is not available on the Pi 400. There may be a GPIB workaround. I don't know. 73
|
||||||||||||||||||||||
|
||||||||||||||||||||||
Re: Sparkfun now has Pi 400 in stock
It actually works really well. I picked one up super early (before they sold out!) and have loved it ever since. I am still in the "testing" phase with my go-kit, but I do think it's going to replace my dedicated Pi (plus screen) in my box. It's really convenient, works well with wired and wireless mouse, and supports dual HDMI screens. Keyboard is great, well designed, spacious. Performance is as good as all other Pi4's with 4GB. Love it!
|
||||||||||||||||||||||
|
||||||||||||||||||||||
Re: Sparkfun now has Pi 400 in stock
Bill Buhler
How is the performance of the Pi 400 with ham radio apps? It kind
of looks like with a small HDMI touch screen it could work well
for portable operation.
On 1/26/2021 10:16 AM, Dave R wrote:
I have no connection to Sparkfun. (I found my Pi 400 kit at CanaKits.) 73
|
||||||||||||||||||||||
|
||||||||||||||||||||||
Re: Long serial cable issue
Mark Griffith
Good old time research data. Thanks for posting. Also, people today tend to forget that most communications now is serial. The SATA drive on your computer, serial, your WiFi connection, serial, USB 3.0, serial, etc, etc. Just much faster than the old 9600 baud serial line to a mainframe computer. I remember when the old IBM-PC and the early personal computers struggled to download data at speeds of 9600 baud because the CPU was just not fast enough. We have come a long way with serial data. Mark KD0QYN
On Tuesday, January 26, 2021, 5:09:57 PM CST, ve3smf via groups.io <ve3smf@...> wrote:
RS232 physical propertiesThe RS232 standard describes a communication method capable of communicating in different environments. This has had its impact on the maximum allowable voltages etc. on the pins. In the original definition, the technical possibilities of that time were taken into account. The maximum baud rate defined for example is 20 kbps. With current devices like the 16550A UART, maximum speeds of 1.5 Mbps are allowed. VoltagesThe signal level of the RS232 pins can have two states. A high bit, or mark state is identified by a negative voltage and a low bit or space state uses a positive value. This might be a bit confusing, because in normal circumstances, high logical values are defined by high voltages also. The voltage limits are shown below.
More information about the voltage levels of RS232 and other serial interfaces can be found in the interface comparison table. The maximum voltage swing the computer can generate on its port can have influence on the maximum cable length and communication speed that is allowed. Also, if the voltage difference is small, data distortion will occur sooner. For example, my Toshiba laptop mark’s voltage is -9.3 V, compared to -11.5 V on my desktop computer. The laptop has difficulties to communicate with Mitsubishi PLCs in industrial environments with high noise levels where the desktop computer has no data errors at all using the same cable. Thus, even far beyond the minimum voltage levels, 2 volts extra can make a huge difference in communication quality. Despite the high voltages present, it is not possible to destroy the serial port by short-circuiting. Only applying external voltages with high currents may eventually burn out the driver chips. Still then, the UART won’t be damaged in most cases. Maximum cable lengthsCable length is one of the most discussed items in RS232 world. The standard has a clear answer, the maximum cable length is 50 feet, or the cable length equal to a capacitance of 2500 pF. The latter rule is often forgotten. This means that using a cable with low capacitance allows you to span longer distances without going beyond the limitations of the standard. If for example UTP CAT-5 cable is used with a typical capacitance of 17 pF/ft, the maximum allowed cable length is 147 feet. The cable length mentioned in the standard allows maximum communication speed to occur. If speed is reduced by a factor 2 or 4, the maximum length increases dramatically. Texas Instruments has done some practical experiments years ago at different baud rates to test the maximum allowed cable lengths. Keep in mind, that the RS232 standard was originally developed for 20 kbps. By halving the maximum communication speed, the allowed cable length increases a factor ten!
Ref: RS232 Specifications and standard - Lammert Bies
|
||||||||||||||||||||||
|
||||||||||||||||||||||
Re: FW: [RaspberryPi-4-HamRadio] Long serial cable issue
ve3smf
RS232 physical propertiesThe RS232 standard describes a communication method capable of communicating in different environments. This has had its impact on the maximum allowable voltages etc. on the pins. In the original definition, the technical possibilities of that time were taken into account. The maximum baud rate defined for example is 20 kbps. With current devices like the 16550A UART, maximum speeds of 1.5 Mbps are allowed. VoltagesThe signal level of the RS232 pins can have two states. A high bit, or mark state is identified by a negative voltage and a low bit or space state uses a positive value. This might be a bit confusing, because in normal circumstances, high logical values are defined by high voltages also. The voltage limits are shown below.
More information about the voltage levels of RS232 and other serial interfaces can be found in the interface comparison table. The maximum voltage swing the computer can generate on its port can have influence on the maximum cable length and communication speed that is allowed. Also, if the voltage difference is small, data distortion will occur sooner. For example, my Toshiba laptop mark’s voltage is -9.3 V, compared to -11.5 V on my desktop computer. The laptop has difficulties to communicate with Mitsubishi PLCs in industrial environments with high noise levels where the desktop computer has no data errors at all using the same cable. Thus, even far beyond the minimum voltage levels, 2 volts extra can make a huge difference in communication quality. Despite the high voltages present, it is not possible to destroy the serial port by short-circuiting. Only applying external voltages with high currents may eventually burn out the driver chips. Still then, the UART won’t be damaged in most cases. Maximum cable lengthsCable length is one of the most discussed items in RS232 world. The standard has a clear answer, the maximum cable length is 50 feet, or the cable length equal to a capacitance of 2500 pF. The latter rule is often forgotten. This means that using a cable with low capacitance allows you to span longer distances without going beyond the limitations of the standard. If for example UTP CAT-5 cable is used with a typical capacitance of 17 pF/ft, the maximum allowed cable length is 147 feet. The cable length mentioned in the standard allows maximum communication speed to occur. If speed is reduced by a factor 2 or 4, the maximum length increases dramatically. Texas Instruments has done some practical experiments years ago at different baud rates to test the maximum allowed cable lengths. Keep in mind, that the RS232 standard was originally developed for 20 kbps. By halving the maximum communication speed, the allowed cable length increases a factor ten!
Ref: RS232 Specifications and standard - Lammert Bies
|
||||||||||||||||||||||
|
||||||||||||||||||||||
Sparkfun now has Pi 400 in stock
I have no connection to Sparkfun. (I found my Pi 400 kit at CanaKits.) 73
|
||||||||||||||||||||||
|
||||||||||||||||||||||
Re: Best log SW on Pi for WFD?
Heath Petty
I was planning on using: https://github.com/scotthibbs/FDLog_Enhanced It has support for winter field day. -Heath
On Sat, Jan 23, 2021 at 7:35 PM Troy - K4JDA <troy.davis@...> wrote: What’s the best Pi logging SW to use for Winter Field Day? Thinking about doing Pi only ...
|
||||||||||||||||||||||
|
||||||||||||||||||||||
Re: Best log SW on Pi for WFD?
Troy
Do a quick search on YouTube for "Fldigi field day" there's a couple of videos which may help if needed. 73 Glen
|
||||||||||||||||||||||
|
||||||||||||||||||||||
Re: Best log SW on Pi for WFD?
Hi Troy
I'm not saying it's the best, but Fldigi may be worth checking out if using data modes. I noticed in the Fldigi configuration there's options to setup a multi-op Field Day logging Server/Client. 73 Glen
|
||||||||||||||||||||||
|
||||||||||||||||||||||
Re: Best log SW on Pi for WFD?
Lee - WB4QOJ
Watching for answers . Lee WB4QOJ
On Sat, Jan 23, 2021, 10:35 PM Troy - K4JDA <troy.davis@...> wrote: What’s the best Pi logging SW to use for Winter Field Day? Thinking about doing Pi only ...
|
||||||||||||||||||||||
|
||||||||||||||||||||||
Best log SW on Pi for WFD?
What’s the best Pi logging SW to use for Winter Field Day? Thinking about doing Pi only ...
|
||||||||||||||||||||||
|
||||||||||||||||||||||
Re: lost audio out in wsjt-x
David Ranch
It's TERRIBLE advice to other users to "never ever" patch your computers. If they are connected to a network that can reach the Internet, you're putting your system at risk as there are just too many ways that computers can be compromised these days (web browsing, looking at PDF files, etc). The primary way to keep your risks low is to keep them patched and reboot when required. A pain? Absolutely. Necessary evil? Absolutely! The back up of SD cards is a good idea. This is also very important as SD cards just aren't intended for any heavy duty write operations. If they are used this way, it's only a matter of time before your SD card fails. Current image backups will make moving to a new SD card very simple and painless. --David KI6ZHD
On 01/22/2021 08:57 PM, bbillp wrote:
Once your Pi is working never ever do an UPDATE, it makes no sense unless there is an absolute requirement by the developer of the application software. Create a backup image of your SD card once you are satisfied with operation.
|
||||||||||||||||||||||
|
||||||||||||||||||||||
Re: lost audio out in wsjt-x
N5XMT
Really? As the linux developers find flaws in their code they put out newer versions.
There are thousands of files and hundreds of packages and just a correction to one of the files in a package and it downloads the whole package.
No need to be a smart ass.
On Jan 23, 2021, at 09:16, bbillp <b.bill.p@...> wrote: Then Name the security updates.
|
||||||||||||||||||||||
|
||||||||||||||||||||||
Re: lost audio out in wsjt-x
I'm pretty sure the list will tell you. 73
On Sat, Jan 23, 2021, 09:16 bbillp <b.bill.p@...> wrote: Then Name the security updates.
|
||||||||||||||||||||||
|
||||||||||||||||||||||
Re: lost audio out in wsjt-x
bbillp
Then Name the security updates.
|
||||||||||||||||||||||
|
||||||||||||||||||||||
Re: lost audio out in wsjt-x
N5XMT
Updates fix security issues that are discovered. Bad advice to never do updates
On Jan 22, 2021, at 20:57, bbillp <b.bill.p@...> wrote: Once your Pi is working never ever do an UPDATE, it makes no sense unless there is an absolute requirement by the developer of the application software. Create a backup image of your SD card once you are satisfied with operation.
|
||||||||||||||||||||||
|
||||||||||||||||||||||
Re: lost audio out in wsjt-x
bbillp
Once your Pi is working never ever do an UPDATE, it makes no sense unless there is an absolute requirement by the developer of the application software. Create a backup image of your SD card once you are satisfied with operation.
|
||||||||||||||||||||||
|