Keyboard Shortcuts
Likes
- RaspberryPi-4-HamRadio
- Messages
Search
Raspberry Pi 3+B and TNC install....... Problems
Lorin Tremblay
HI!
Due a defective SD Card I had to re-install everything from scratch....... But after a couple of days of struggling with the TNC, I have yet to get it to work. I have read pretty much all the tutorial under the sun, and yet still no success.... Where does someone start or looks when everything fails. Raspeberry Pi 3+B with TNC All the latest sorftware as of 08-30-2023, no update are available. Reinstalled to OS about 6 times so far and tried different approaches. Is there a 2023 updated tutorial on enabling the TNC on the raspberry PI? So far, from what I understood is that you need to enable the serial port and disable serial login modify the config.txt with the 3 lines that's need to be added and also the cmdline.txt file Verify the the TNC with an oscillating scope and meter, the tnc is good. So any help or insight would be great! |
Re: RadioBerry
Appears to be Greg, cyclone chip is listed.?
this hat is under a watt , the HermesLite2 is a full 5w with filters (no filters on the hat, so experimental levels)? if it’s really interesting buy a Hermes 5w radio - I don’t regret the $150 here half the cost of a kiwi?
|
Re: RadioBerry
Modes? Power output on TX? Sensitivity on RX? Filter bandwidths / adjustability? N6OTQ On Tue, Aug 29, 2023 at 6:05?PM Kelly K7MHI via <kellykeeton=[email protected]> wrote: if that link sucked -? |
Re: RadioBerry
toggle quoted message
Show quoted text
On Tue, Aug 29, 2023 at 7:05?PM Kelly K7MHI via <kellykeeton=[email protected]> wrote: if that link sucked -? |
Re: Power on/off button
If you look at , you'll see that a 100ms debounce is already in the kernel overlay -- no need to add your own.
This has been available since 2017. You can choose other GPIO pins, except, the comments say that for "Raspberry Pi 1 Model B rev 1 can be wake up only by GPIO1 pin." Look through /boot/overlays/README for tons of other useful built-in functionality. 73, Ron KO4RON |
Re: Power on/off button
David - I also added a software debounce to the command to add some noise immunity. What I like is that this approach acts as both a power down and power up using the same button. One of the drawbacks is that it uses the I2C GPIO #3. I guess we can't have everything. 73- Scott
|
Re: Raspberry Pi-400 - Hermes Lite 2
Pierre FK8IH
I eventually bought a CrowPi-L by Elecrow (https://www.elecrow.com/crowpi-l-real-raspberry-pi-laptop-for-learning-programming-and-hardware.html) I'm totally satisfied by this choice. |
Re: Power on/off button
开云体育Hmmm.. that's a new one to me and thanks for mentioning it.? That said, I use a modified version of this older-style shutdown method mentioned at .? My concern for the new way is I had a considerable amount of false shutdowns with the original script so I added both software debouncing and also a required 5 second hold-down of the button to ensure it's a) not a glitch / RFI / etc and you REALLY want the Pi to go down.? I also see this new approach defaults to the use of the GPIO pin#3 which is also the I2C SCL signal.? That's a serious bummer as I personally use I2C all the time for say RTC chips, LCD displays, etc. but fortunately, this is reconfigurable to GPIO#1 though that will impact reading of HATT ID eproms. --David KI6ZHD On 08/20/2023 09:35 AM, Scott Eckert
via groups.io wrote:
I needed an easy power ON/OFF button on my RPi4B and came across this approach at??which worked great. It does the equivalent of "shutdown" command. Read the link for additional info before implementing. |
Power on/off button
I needed an easy power ON/OFF button on my RPi4B and came across this approach at??which worked great. It does the equivalent of "shutdown" command. Read the link for additional info before implementing.
Simply add the line below to the /boot/config.txt and add a push button between gpio_pin 3 and ground. dtoverlay=gpio-shutdown,gpio_pin=3 |
Re: Kenwood VM-71A/K Crossband Question
开云体育It would really help if you would quote the message you are
replying to. Something like this going out to a large group
probably doesn't tell most people anything. ----- Original Message -----
From: "Scott Eckert via groups.io" To: [email protected] Sent: Sunday, August 13, 2023 09:44:26 AM Subject: Re: [RaspberryPi-4-HamRadio] Kenwood VM-71A/K Crossband Question > Makes sense. I guess I wasn't thinking too hard about it! Thanks - Scott > > > > > > --
|
Re: Kenwood VM-71A/K Crossband Question
开云体育It's okay. We all may mistakes. Getting the wrong group or a
private message that gets sent to a group.? : ) ----- Original Message -----
From: "Scott Eckert via groups.io" To: [email protected] Sent: Sunday, August 13, 2023 09:42:43 AM Subject: Re: [RaspberryPi-4-HamRadio] Kenwood VM-71A/K Crossband Question > I meant it has nothing to do with a RPi4. Scott > > > > > > --
|