2020-10-13 07:30 AM
Hi,
I am very new to STM32 & IO-Link community. We are thinking of implementing IO-Link for our sensor based structures. I have purchased two boards (P-NUCLEO-IOD01A1 & P-NUCLEO-IOM01M1) for slave and master communication. Can anybody please guide me how to achieve the following:
Thanks :grinning_face:
Azeem
Solved! Go to Solution.
2020-10-22 04:45 AM
Hi Azeem @Azeem,
was the above solution ok for you?
If so, you can mark the answer as Best to help future community users having the same question.
Thanks,
-Eleon
2020-10-16 07:12 AM
Hi @Azeem ,
let me please check if I well understood your question, since I'm not an expert on this topic.
Your purpose is to setup a communication with / between the P-NUCLEO-IOD01A1 "sensors IO-Link board" and P-NUCLEO-IOM01M1 "master IO-Link board", right?
If so, you can check the STSW-IOLINKGUI. This GUI is a Windows-based application able to control simultaneously the STSW-IOM001 and STSW-IOD003 firmware and able to automatically identify the firmware version. You can find the user manual UM2436 here.
This helps you to debug the feature you want to implement in your custom application. This may not be a direct custom firmware to deploy the master and sensor IO-Link blocks, but you can start to do this by the firmware function pack of the single boards.
Let me please know if it can be a good solution for you.
-Eleon
2020-10-22 04:45 AM
Hi Azeem @Azeem,
was the above solution ok for you?
If so, you can mark the answer as Best to help future community users having the same question.
Thanks,
-Eleon
2020-10-28 07:27 AM
Hi @Eleon BORLINI , Thank you for you reply. I was able to communicate between the boards. Now, I am actually going through the stacks to understand what is going on in their. Appreciate your time. Thanks
2020-10-28 07:29 AM
Thank you for the update @Azeem :)
2022-02-17 11:42 PM
Hi Azeem @Azeem
I also have purchased two boards (P-NUCLEO-IOD01A1 & P-NUCLEO-IOM01M1) for master and slave communication.
I want to read the Sensor Data .
Is any guide to know how to use the stack to read the data from the boards?