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

Waveshare WM8960 Audio HAT #23

Open
paspo opened this issue Apr 15, 2021 · 0 comments
Open

Waveshare WM8960 Audio HAT #23

paspo opened this issue Apr 15, 2021 · 0 comments

Comments

@paspo
Copy link

paspo commented Apr 15, 2021

If you're using the Waveshare WM8960 Audio HAT, please take these notes into consideration:

  • you have no LEDs and the default LED assignments are conflicting with some I2S signals
  • the button is on different GPIO

So please use this configuration:

const (
//	no LEDs on this board, these GPIOs are free to use
//      don't use GPIO18 with this board
	OnlineLEDPin       uint = 22
	ParticipantsLEDPin uint = 23
	TransmitLEDPin     uint = 24
//	This is the correct GPIO for the button
	ButtonPin          uint = 17
)

Maybe take into consideration the possibility to not use the LEDs in code.

Also: thanks for talkiepi, it's awesome.

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