Forum Widgets
Latest Discussions
Internet speed
So i have 250/100 internet but for some reason i get 250mb download but my upload does not go over 10mbs. But when on wireless it gives 250/100 anyone have any ideas or fixes to run? yes i have tried with different cables and devices where the internet is fineLarshaaaDec 05, 2024Copper Contributor17Views0likes1Commentcan't use create_from_edge_environment with proxy options - client doesn't connect to azure iot hub
Hello, I am trying to configure a client connection towards azure iot hub from a module. I've tried creating the client withcreate_from_edge_environment method and I get the following error: Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/azure/iot/device/common/mqtt_transport.py", line 391, in connect rc = self._mqtt_client.connect( File "/usr/local/lib/python3.10/site-packages/paho/mqtt/client.py", line 914, in connect return self.reconnect() File "/usr/local/lib/python3.10/site-packages/paho/mqtt/client.py", line 1044, in reconnect sock = self._create_socket_connection() File "/usr/local/lib/python3.10/site-packages/paho/mqtt/client.py", line 3683, in _create_socket_connection return socks.create_connection(addr, timeout=self._connect_timeout, source_address=source, **proxy) File "/usr/local/lib/python3.10/site-packages/socks.py", line 209, in create_connection raise err File "/usr/local/lib/python3.10/site-packages/socks.py", line 199, in create_connection sock.connect((remote_host, remote_port)) File "/usr/local/lib/python3.10/site-packages/socks.py", line 47, in wrapper return function(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/socks.py", line 814, in connect raise GeneralProxyError("Socket error", error) socks.GeneralProxyError: Socket error: 407: Proxy Authentication Required This problem doesn't appear if I create the client usingcreate_from_connection_stringmethod. This adds complexity to my script and I would like to usecreate_from_edge_environment method. Does anybody have any insights on why one method works and the other doesn't? Thanks!teodoramihucOct 22, 2024Copper Contributor91Views0likes0Commentsunable to deploy modules other than edgeAgen & edgeHub to my device
Hi, I have my device hooked up to IoT Edge account and have two modules built and pushed to my ACR account. I've added them the modules to my device under IoT Edge Modules. I configured ther ACR name, address, username & password and there's no apparent error visible. The DESIRED STATUS for both modules is set to running. under Settings, i can see that the Image URI & the Module name has been set as well, yet my device does not receive the modules. When I execute "iotedge list", I only see the edgeAgent & the edgeHub modules. What might I be missing, I'm wondering? Thanks for any help in this matter!mistyronOct 11, 2024Copper Contributor166Views1like2CommentsIOT device event twin change detect
What are the ways to catch IOT device event twin change in azure? I want to send notification or execute something like function app, when device twin event occur and reported property get change. I am using .net 8 and azure. let me know all possible ways. Thanks, Bhavin Bhesaniya.Bhavin163884Sep 20, 2024Copper Contributor317Views0likes1CommentProblems with Edge Computing and Microsoft Azure IoT Edge. Any Advice?
Hi everyone, I'm currently experiencing some challenges with my edge computing setup and a Microsoft product. As someone relatively new to managing both hardware and software in this capacity, I could really use some advice from those more experienced. Here are the specifics of my setup: Edge Computing Setup: High-end CPUs, ample RAM, and SSD storage capacity. Microsoft Product: Microsoft Azure IoT Edge The Issues: Performance Challenges: The Microsoft Azure IoT Edge is not performing as expected with my edge computing setup, especially during high-traffic periods and intensive computational tasks. There are noticeable slowdowns and performance bottlenecks. Installation and Configuration Difficulties: During the setup of the Microsoft Azure IoT Edge with my edge computing infrastructure, I encountered several hurdles. While I managed to complete the installation, I suspect there may be lingering configuration issues affecting performance and usability. Integration and Compatibility Concerns: I'm facing compatibility issues with certain applications and third-party tools within the Microsoft Azure IoT Edge. These issues are disrupting workflows and reducing efficiency in system management. Steps Taken So Far: I've ensured that my hardware setup meets or exceeds the recommended specifications for the Microsoft Azure IoT Edge. I've followed the installation and setup documentation for the Microsoft Azure IoT Edge meticulously. I've reviewed and adjusted system configurations and resource allocations to optimize performance. Despite my efforts, the challenges persist. Have any of you encountered similar issues with Microsoft products in edge computing environments? Are there specific configurations, optimizations, or troubleshooting techniques you've found effective? Any advice, insights, or recommended resources would be greatly appreciated. Thank you in advance for your help!stevanjohn011Aug 06, 2024Copper Contributor466Views0likes0CommentsAzure Certified Device catalog gets a makeover!
You may have noticed that the Azure Certified Device catalog is looking a bit different lately -- we’re excited to share that the catalog has recently been updated to include a new landing page! Bringing you an enhanced search experience, the catalog landing page starts your customer journey with any information that you might need, including links to our certification requirements, shortcuts to pre-filtered views of our featured devices and solutions, and recent program announcements. The landing page is the first of many changes coming to the catalog to improve your experience on our page and help you get started building on Azure even faster than before. Let us know what you think of the new and improved catalog in the comments down below!1.2KViews0likes1CommentAZURE IOT HUB DEPRECATION
Hi, I have a query on Azure iot Hub, Will Azure iot Hub get deprecated sooner? Because i could see the some post related to depreciation of Azure iot Hub. 1) https://azure.microsoft.com/en-us/updates/azure-iot-hub-on-azure-stack-hub-preview-will-be-retired-and-it-will-not-go-to-ga/?cdn=disable#:~:text=On%2030%20September%202022%2C%20the,to%20Azure%20IoT%20Edge%20gateway. 2) https://learn.microsoft.com/en-us/dotnet/api/overview/azure/iot/management/management-iothub%28deprecated%29?view=azure-dotnet Due these post, it makes to say this question.SolvedPavithvishnuJul 19, 2024Copper Contributor4.3KViews0likes4CommentsDetect IOT device twin report property and execute notification
Hello Community, I am seeking for the help to achieve one functionality for my IOT device. I have crated one Azure IOT device under azure IOT hub. Now on the device twin whenever my device report property get change( any property), It should send some event notification to the end user. What is the best way to achieve this? I want to use Azure event grid but the template is not available in message routing you can see below. If i use Event Hub then there is a risk to increase latency. let me know if there is any other way to get this with lowest latency. Thanks, Bhavin Bhesaniya.Bhavin163884Jul 19, 2024Copper Contributor215Views0likes0CommentsConnecting PLC to Azure IoT Hub
We have a client with an Automation Direct Productivity 3000 PLC. Looks like it has an MQTT client configuration that may allow us to connect directly to Azure IoT Hub, but we are struggling. We're waiting for the client to get a vendor resource to assist. Meanwhile. we're trying to figure out if that will work directly, or if we need something like IoT Edge to act as a protocol translator. Unsure if the device is able to utilize TLS 1.2 or not. The config screen looks like this (please ignore current settings): Do we need to use something like IoT Edge to convert the MQTT to use TLS? Any other advice for getting this up and running? Thank you, -PeterPeterDanielsJul 01, 2024Copper Contributor365Views0likes0CommentsHow would Azure create IoT systems for FM with focus on sustainability?
How would Azure develop IT solutions for FM that are transparent on their impact on sustainability? How could we demonstrate to clients the efficiency savings and sustainability impact?JustinerialtoJun 19, 2024Copper Contributor171Views0likes0Comments
Resources
Tags
- Azure Certified Device Program27 Topics
- iot19 Topics
- Azure IoT13 Topics
- Makers11 Topics
- azure8 Topics
- IoT Hub7 Topics
- IoT Edge6 Topics
- Azure Digital Twins5 Topics
- Azure Data Explorer4 Topics
- Robotics4 Topics