Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

High Speed UART RPi4 #7

Open
TylerHannis opened this issue Feb 23, 2020 · 0 comments
Open

High Speed UART RPi4 #7

TylerHannis opened this issue Feb 23, 2020 · 0 comments

Comments

@TylerHannis
Copy link

Not really an issue, but wanted to share this setup. I was able to get HSU working on a raspberry pi 4 and elechouse chip. It is a lot faster than I2C and uses the same number of wires.

  • The hardware switches on the chip board need to be set to "00".
  • Plug the NFC device into 3.3v power, SCL to TXD and SDA to RXD.
  • Run "sudo raspi-config" go to interfacing options -> serial.
    • Select No for terminal output, and Yes to expose hardware. Reboot.
  • "sudo nano /etc/nfc/libnfc.conf"
    • device.name = "PN532_UART"
    • device.connstring = "pn532_uart:/dev/ttyS0"
      • save the file
  • Run pimiibo as normal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant