Hello,
I am at Ideation phase of my startup. I would like to create a PoS that takes payments using BLE. To pay at checkout, a customer will just hover his/her phone at 5 to 10 cm above the PoS. The PoS sends a payment request to the customer's phone using BLE. The BLE payment request message wakes the payment app on the phone.The payment app then asks the customer's to authenticate and authorise the payment....
The ble messages will be formatted using the Google Eddystone standard.
I would like to create a prototype using the Raspberry Pi model 3+ but have no knowledge of C/C++. I have done some research and found the mbed Eddystone implementation at https://github.com/google/eddystone/tre ... tions/mbed.
Could someone please port it to the Raspberry Pi Model 3+.