Arduino MKR wifi device and Azure MySQL database?

Is it possible in any way to send sensor data from Arduino MKR wifi device to Azure MySQL database?

Hi!

Without knowing many details of your setup, I would suggest the following: You can use webhooks to send data to IFTTT or Zapier and trigger an action that inserts data into an Azure MySQL Database.

I have not digged too much into this, but I guess that you could use something like this:

triggered by Arduino Cloud webhooks

I hope this helps!

Note: If you manage to make it work, it would be great if you could share how to do it here :blush: .

I use a MKR WIFI 1010 and a webserver using PHP to send the data to a MYSQL DB on another server, I am guessing you could use PHP as the passthrough. The
Arduino sends the data to to the webserver host which processes it via a PHP page which sends it on to my DB. Works well.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.