I am working on a project where I want to connect multiple MKR WAN 1310 or 1300 devices to a custom gateway that is not made by Arduino. I then plan to send the collected data to an Azure IoT platform. How can I set up this configuration? Specifically, I'm looking for guidance on:
Connecting MKR WAN 1310/1300 devices to a non-Arduino custom gateway
Configuring the custom gateway to receive data from these devices
Sending the aggregated data from the gateway to Azure IoT Hub
Any advice or resources on implementing this setup would be greatly appreciated.
Just getting an idea before starting the project.