Replies: 4 comments
|
hey @dewy721 currently you cannot use unused I/O pins unfortunately. You would like to drive a specific pin with a MQTT call directly? Bypassing all the esp-rfid functionality? esp-rfid already manages a led and buzzer for feedback, so I'm not sure what you have in mind in detail? |
0 replies
|
Well, I was imaging connections for i2c lcd output (for MQTT based
messages).
…On Tue, Nov 22, 2022 at 2:12 PM Matteo Giaccone ***@***.***> wrote:
hey @dewy721 <https://github.com/dewy721> currently you cannot use unused
I/O pins unfortunately.
You would like to drive a specific pin with a MQTT call directly?
Bypassing all the esp-rfid functionality?
esp-rfid already manages a led and buzzer for feedback, so I'm not sure
what you have in mind in detail?
—
Reply to this email directly, view it on GitHub
<#528 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAL6RXQRQSAHKBUUQCI774TWJUSLLANCNFSM55F6Q5AA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
0 replies
|
MQTT direct I/O? Sounds useful as well.
…On Tue, Nov 22, 2022 at 2:22 PM Duane Bishop ***@***.***> wrote:
Well, I was imaging connections for i2c lcd output (for MQTT based
messages).
On Tue, Nov 22, 2022 at 2:12 PM Matteo Giaccone ***@***.***>
wrote:
> hey @dewy721 <https://github.com/dewy721> currently you cannot use
> unused I/O pins unfortunately.
>
> You would like to drive a specific pin with a MQTT call directly?
> Bypassing all the esp-rfid functionality?
>
> esp-rfid already manages a led and buzzer for feedback, so I'm not sure
> what you have in mind in detail?
>
> —
> Reply to this email directly, view it on GitHub
> <#528 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AAL6RXQRQSAHKBUUQCI774TWJUSLLANCNFSM55F6Q5AA>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***>
>
|
0 replies
|
OK, that sounds interesting :) Currently there's nothing to drive this though. If you want to work on this feel free to ask, I can help you to get started! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Is there a way to use MQTT to control the unused I/O pins?
The readers we use have an RGB status led, and a piezo buzzer for user feedback. Breakouts with one wire for each.
All reactions