An open API service indexing awesome lists of open source software.

https://github.com/art1415926535/simplesender

Simple sender for radio frequency communication (RFCOMM)
https://github.com/art1415926535/simplesender

arduino bluetooth radio-frequency-communication rfcomm sender

Last synced: about 2 months ago
JSON representation

Simple sender for radio frequency communication (RFCOMM)

Awesome Lists containing this project

README

          

# Simple Sender for radio frequency communication (RFCOMM)

### Example of work
This program sends "hello" to the device linvor. Linvor is the [HC-06 Bluetooth module](http://wiki.pinguino.cc/index.php/SPP_Bluetooth_Modules#HC-05.2C_HC-06_Hardware).
```
main.py linvor hello
Searching for linvor
Connecting...
Connected!
Send 'hello'
Disconnected!
```