Page 1 of 1

Mesh BLE for Pinpad systems

Posted: Mon May 13, 2024 8:08 pm
by Pablitus
Hello...I already purchase a couple of ESP32-C6 devices to accomplish this issue.

We used a pinpad system (for Credit/Debit cards) who uses exclusively Bluetooth protocol. The issue is that in large venues the pinpad loses connection against the PC. So I think that a BLE Mesh system who can amplify the range of the signal, can do the trick for us. But i canĀ“t fin the proper code for it...

Anyone has an idea of how to accomplish that?

Re: Mesh BLE for Pinpad systems

Posted: Mon May 20, 2024 3:39 pm
by Pablitus
Hello? Anyone who can help?

Re: Mesh BLE for Pinpad systems

Posted: Tue May 21, 2024 3:02 am
by chegewara
Hi,
there is no example for such case, because its not standard usage.
You can implement it with vendor model.

Re: Mesh BLE for Pinpad systems

Posted: Wed Jun 05, 2024 6:08 pm
by Pablitus
Vendor model like?

Re: Mesh BLE for Pinpad systems

Posted: Mon Jun 10, 2024 6:18 pm
by chegewara
Vendor model like ble mesh vendor model. Here you can find examples
https://github.com/espressif/esp-idf/tr ... dor_models

Based on this model you can design what you are sending.