Go to advanced search

by karlshea
Fri Nov 03, 2017 4:59 am
Forum: Troubleshooting
Topic: Raspbian Stretch: issue with PPS accuracy of NTP.
Replies: 9
Views: 6393

Re: Raspbian Stretch: issue with PPS accuracy of NTP.

do you use Raspbian Stratch Lite ore the Full version with the Desktop? i always used Raspbian Stretch Lite, so i have no esperience with the Full desktop version. Lite, no desktop. and i use for time server the very first RPi 1. enabled turbo ( force_turbo=1 ), so the processor does not step up an...
by karlshea
Wed Nov 01, 2017 8:51 pm
Forum: Troubleshooting
Topic: Raspbian Stretch: issue with PPS accuracy of NTP.
Replies: 9
Views: 6393

Re: Raspbian Stretch: issue with PPS accuracy of NTP.

I played with this a bunch the other day and I think I might have fixed it, but... do you just have tested stretch, or is it on jessie fine but stretch has issues? On jessie I was using the unstable ntp package with PPS support so I didn't have to compile it, and that was working just fine. Directly...
by karlshea
Tue Oct 31, 2017 2:58 am
Forum: Troubleshooting
Topic: Raspbian Stretch: issue with PPS accuracy of NTP.
Replies: 9
Views: 6393

Re: Raspbian Stretch: issue with PPS accuracy of NTP.

I'm also having issues with PPS on Stretch. My PPS source keeps getting marked as a false ticker, which just leaves the output from the GPS chip over serial and that has ~300ms swings.

Testing using `ppstest /dev/pps0` seems to work fine.

Any idea what I should try and do?
by karlshea
Sun Jun 18, 2017 6:22 am
Forum: HATs and other add-ons
Topic: Raspberry Pi Drives ITEAD PN532 NFC Module with libnfc
Replies: 16
Views: 47856

Re: Raspberry Pi Drives ITEAD PN532 NFC Module with libnfc

I was having problems getting this board to work with a Pi 3, and although I could never get i2c and serial to work I was able to get it working with SPI. The frequency just needs to be turned down, so my connection string looks like this:

Code: Select all

pn532_spi:/dev/spidev0.0:280000

Go to advanced search