Page 5 of 5

Re: Langstone Update 28/05/20

Posted: Fri Jun 05, 2020 8:44 pm
by G8IKP
I'm sort of glad to hear, as I have had these problems since I did my first Langstone build. I was trying different power units a different Pluto and a complete rebuild of the SD card but it stopped after about 30 seconds on a new SD rebuild then subsequent reboots lasts about 5 seconds before freezing. John

Re: Langstone Update 28/05/20

Posted: Fri Jun 05, 2020 9:36 pm
by g4eml
John,

This problem only occurred in the last few days. If you were having problems before that then you have a different fault.

Colin.

Re: Langstone Update 28/05/20

Posted: Sun Jun 07, 2020 12:48 pm
by G4FKK
Hi Colin,

You may remember I reported intermittent tx/rx switching delays recently. I've noticed that disconnecting the Langstone from my LAN appears to make the switching entirely reliable - well, so far at any rate. I wonder if that's a clue to something in the coding or whether my LAN is doing something it shouldn't?

73, Martin - G4FKK

Re: Langstone Update 28/05/20

Posted: Sun Jun 07, 2020 1:52 pm
by g4eml
Hi Martin,

The Pluto, although connected with USB actually appears to the software as if it is a network device. I suppose activity on the Pi’s network port could conceivably cause the response time of the Pluto to slow down.

Just out of interest what is the network address range for your wired network? The Pluto by default sets up a network address of 192.168.2.x , if your wired network also uses that range then the Pi might have difficulty working out where to send the Pluto commands. If you do have an address clash then it is possible to change the Pluto to use a different subnet.

I don’t see any difference on my system with the Ethernet connected or not.

Colin.

Re: Langstone Update 28/05/20

Posted: Sun Jun 07, 2020 6:02 pm
by G4FKK
Thanks for that Colin,

My local address range is 192.168.102.nnn (for various historical reasons), and I haven't changed the Pluto's address. I just realised I haven't installed a pullup on pin 11 (PTT), so maybe some odd earth-loop is putting some noise on it when the network cable is plugged in?

73, Martin - G4FKK

Re: Langstone Update 28/05/20

Posted: Sun Jun 07, 2020 6:55 pm
by g4eml
You do need additional pull-ups on the input pins. Even though I have enabled the built in pull-ups they don’t seem to be very effective.

Colin.

Re: Langstone Update 28/05/20

Posted: Sun Jun 07, 2020 8:18 pm
by g0mjw
I read that: "wiringPi pull-ups and pull-downs do not work on the Pi4B. The ways the pulls work has changed in the new BCM2711 SoC used in the Pi4B"

and there needs to be a new version but it's not being maintained. Howver someone else is on it - see https://github.com/WiringPi/WiringPi

So maybe it's software but I just used a 3k3 resistor and it works fine.

Mike