Establish a BLE connection to a G1 device using its Bluetooth MAC address, enabling communication via the Nordic UART protocol. Returns connection status, device name, and error details if applicable.
Retrieve detailed Bluetooth information from the current device to monitor connection status, paired devices, and configurations for environment analysis.
Discover and list available G1 Bluetooth devices by scanning for "G1_" named devices. Returns device details, addresses, and signal strength in a structured JSON response.
Send hexadecimal messages to G1 Bluetooth devices via the Nordic UART protocol, await responses, and receive JSON status updates including sent status, response data, and errors.
Retrieve the current connection status and device details for G1 Bluetooth devices. Check connection state, UART service availability, pending messages, and total message count for effective device management.
A ModelContextProtocol server that enables Claude AI to detect and scan nearby Bluetooth devices, providing Bluetooth sensing capabilities to Claude through a compatible MCP interface.
Enables control of lights in CASAMBI networks through Bluetooth interface without requiring APIs. Provides direct lighting control and management capabilities through natural language interactions.
A Python server that enables remote control of Bittle robots via Bluetooth using the Model Context Protocol (MCP), allowing users to programmatically send movement and pose commands.