-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Assistance Required in Connecting Robot to IoT Central with Specific Project Settings #1735
Comments
Can you share the stacktrace that you see when sending telemetry fails? |
Hi @timtay-microsoft, thanks for the following. The Error is coming from IotHubEventCallback:
|
Do you see any errors when using other protocols? Such as: deviceClient = new DeviceClient(connectionString, IotHubClientProtocol.AMQPS); or deviceClient = new DeviceClient(connectionString, IotHubClientProtocol.MQTT); |
Hi @timtay-microsoft, thanks for the follow-up. Yes, the error is the same for all protocols except HTTPS. The error sample below is from the MQTT protocol: V/IoTest: Error connecting to Azure IoT Central: Could not open the connection |
Have you tried upgrading the SDK version to either the latest v1 release (1.34.3) or to the latest v2 release (2.2.0)? |
Yes, I am experiencing issues with Android compatibility. However, I will attempt again using the specific version(s) you recommended. I will keep you updated. Thank you. |
Hello @timtay-microsoft, I keep encountering the same Android compatibility issues. Initially, the IDE prompted me to upgrade, but after resolving many issues, it's now suggesting that I downgrade. I feel like I'm going in circles. |
Closing as stale |
Dear Azure Team, I am reaching out to reopen a previously raised issue regarding the Azure SDK upgrade for our Android application. Despite earlier efforts, we continue to face challenges in this process. Our main difficulty lies in the absence of detailed documentation. The available "Quickstart" guide only offers an APK, which unfortunately does not meet our needs as it lacks the source code. To facilitate a smoother upgrade process, could you kindly provide us with the Android source code or a simple demonstration? Specifically, we are looking for a way to send telemetry data to Azure IoT Central from an Android device. Your assistance in providing these resources would be highly valuable in helping us resolve the issues we are encountering. Thank you for your attention and support. |
Dear IoT Team,
I am encountering challenges while attempting to integrate a robot with IoT Central. This is a critical issue as it pertains to one of many units that require connection.
Project Configuration Details:
implementation 'com.microsoft.azure.sdk.iot:iot-device-client:1.29.2'
The challenges faced are as follows:
//V/IoTest: Telemetry sent with status: ERROR
Would you be able to provide a sample compatible with my project configuration, or advise me on appropriate solutions?
Enclosed code snippet:
Best Regards,
Alan
The text was updated successfully, but these errors were encountered: