bglib: Implementation of the BGAPI serial protocol

[ library, mit, program ] [ Propose Tags ]

This library implements Silicon Labs' (formerly BlueGiga) serial protocol to communicate with certain Bluetooth and Wifi products such as the BLED112 USB dongle or the BLE112 and BLE113 Bluetooth Low Energy modules.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 1.0.0.0, 1.0.0.1, 2.0.0.0, 3.0.0.0
Dependencies async, base (>=4.7 && <5), bglib, binary, bytestring, monad-loops, mtl, optparse-applicative, serialport, stm [details]
License MIT
Copyright MIT
Author Tamas Fabian
Maintainer giganetom@gmail.com
Category library
Home page https://github.com/netom/bgapi#readme
Source repo head: git clone https://github.com/netom/haskell-bglib
Uploaded by tamasFabian at 2019-06-12T14:31:28Z
Distributions
Executables bgapitest
Downloads 1808 total (13 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-06-12 [all 1 reports]

Readme for bglib-1.0.0.0

[back to package description]

haskell-bglib

An implementation of the BGAPI serial protocol.

This protocol is spoken by Silicon Labs (formely BlueGiga) Bluetooth and Wifi products via UART or USB.

The Bluetooth Smart Software API Reference Manual can be found at:

https://www.silabs.com/products/wireless/bluetooth/bluetooth-low-energy-modules/ble113-bluetooth-smart-module

The library works over a SerialPort, so the hardware need to be connected over a standard port that is recognized by the operating system.