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? |
Beta Was this translation helpful? Give feedback.
-
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:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
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:
> ***@***.***>
>
|
Beta Was this translation helpful? Give feedback.
-
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! |
Beta Was this translation helpful? Give feedback.
-
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.
Beta Was this translation helpful? Give feedback.
All reactions