pi-scripts icon indicating copy to clipboard operation
pi-scripts copied to clipboard

Various scripts written for ham radio pi

Results 10 pi-scripts issues
Sort by recently updated
recently updated
newest added

Needs update. See [this line](https://github.com/km4ack/pi-scripts/blob/master/flhelper#L236)

bug

If IC2ACTIVE=$(ls /dev/*i2c*) is used the subsequent if statement if [ $IC2ACTIVE = "/dev/i2c-1" ] will be false if more than one i2c devices exists even if one of them...

Discovered something else. In /etc/chrony/chrony.conf there's an entry that sets the parameters of the reference time source NMEA. refclock SHM 0 offset 0.0 delay 0.8 refid NMEA I set the...

enhancement

Doesn't correctly account for Suffix (Jr/Sr/ etc.) if it exists.

bug

https://groups.io/g/mobilinkd/topic/72456096

add link to this github for those that want to edit the ip range of autohotspot https://github.com/lcgreenwald/autohotspot

enhancement

this will allow time to be synced before GPS lock. Seems as though time is there even before the GPS has a lock. edited /etc/default/gpsd to include the -r option

enhancement

Jason, I re-wrote the MAIN body of this script to use a single call to `jq` making the script much faster (and less resource intensive). Old: ``` $ time bash...

Tested with `AC1EO` and `KM4ACK`. `NAME=$(cat $FILE | head -1 | sed 's///' | sed 's///' | awk 'sub(", " $NF, "")')` `CALL=$(cat $FILE | head -1 | sed 's///'...

Is it possible to update the [script](https://github.com/km4ack/pi-scripts/blob/master/rtc) to add other real time clocks? The code lists only DS1307, but there are [others](https://github.com/raspberrypi/linux/blob/rpi-4.4.y/arch/arm/boot/dts/overlays/i2c-rtc-overlay.dts) like DS3231. Or offer to enter your [chip...