You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The keyboard supplier tells me that it is possible to do feedback.
Report the result of the code with LED and buzzer.
Respons code error, or code right and opening.
The library does not have this function.
Can someone help me ?
The text was updated successfully, but these errors were encountered:
This can be done without the library. It is all depending on how the keyboard accepts the signal. Some keyboard just need high or low 5V signal but some requires transistor to drive.
What you need to do is to confirm with your keyboard supplier what signal is required.
Then you can use regular Arduino digitalWrite(GPIOPIN, HIGH) or digitalWrite(GPIOPIN, LOW) to drive the LED or the buzzer.
The keyboard supplier tells me that it is possible to do feedback.
Report the result of the code with LED and buzzer.
Respons code error, or code right and opening.
The library does not have this function.
Can someone help me ?
The text was updated successfully, but these errors were encountered: