RobHumphris / OLDublox-bluetooth

A small module that enables Bluetooth communication between device and Ublox Bluetooth modules using the AT command set.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ublox-Bluetooth

This implements a small subset of the AT commands defined in the u-blox Short Range Modules documents

Its a Linux only implementation.

sudo network-manager.nmcli con add type gsm ifname cdc-wdm0 con-name three apn three.co.uk
sudo network-manager.nmcli con up three
sudo network-manager.nmcli con show three
sudo network-manager.nmcli con down three

About

A small module that enables Bluetooth communication between device and Ublox Bluetooth modules using the AT command set.


Languages

Language:Go 100.0%