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)
- Host: GitHub
- URL: https://github.com/art1415926535/simplesender
- Owner: art1415926535
- Created: 2016-12-29T10:38:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-29T10:38:36.000Z (over 9 years ago)
- Last Synced: 2025-01-21T21:32:57.808Z (over 1 year ago)
- Topics: arduino, bluetooth, radio-frequency-communication, rfcomm, sender
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!
```