Implement in python a gateway between TCP socket and bluetooth LE device implementing

Job ID: 34950350

Budget: €30 – €250 EUR

Hi,

This project is to send packet received on bluetooth LE to the connected tcp socket
- Be able to scan and select a bluetooth device supporting Gatt server NUS UART (Nordic Uart emulation over bluetooth)
- Listening on tcp socket
- Once connected all packet received on bluetooth have to be sent to tcp socket

- stack to be used for bluetooth must be bleak
- For gui can be Kivy, Tkinter, PyQT (please provide which one you intent to use in your proposal)
- A button to launch a scan that list bluetooth device and select a bluetooth device
- A text view that display bluetooth status (connected, disconnected, connecting)
- A text view that display tcp status (listening, connected)

https://github.com/coyt/PythonNUS can be a starting point for this