# Sending Data to the SmartMic

There are two ways to send data to the SmartMic:

### Via Trillbit Android SDK&#x20;

Below are the Android SDK methods, to be called from the player application:

Use the start\_sending method to start sending data from the sender.&#x20;

```
trillSDK.start_sending(sendingConfiguration);
```

To instruct the SDK to stop sending data , use stop\_sending method:

```
 trillSDK.stop_sending();
```

### Via trillbit iOS SDK methods:

Use the start\_sending method to start sending data from the sender.&#x20;

```
trillSDK.start_sending(data, repeatCount);
```

To instruct the SDK to stop sending data , use stop\_sending method:

```
 trillSDK.stop_sending();
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://trillbit.gitbook.io/trillbit-sdk/knowles-smartmic-support/trill-sdk-for-knowles/setup-guide/sending-data-to-the-smartmic.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
