5 years, 8 months ago.

SQL request on Mbed

Hello everyone,

For my professional project, I'm using a STM32 microcontroller and I would like to send data in a database hosted by MySQL server.

My STM32 is connected on the network by Ethernet. My SQL database is built.

Now, I need the SQL library (MySQL.h) to import it on my Mbed project and do my requests.

Someone know how is it possible to do SQL requests on a STM32 microcontroller ? How is it posible to include SQL library on a Mbed project ?

I did a lot of researches but I did not found my answer...

Thanks in advanced for your answer.

Best regards,

Aurore

1 Answer

5 years, 8 months ago.

As far as I now, there is no HTTP API support in MySQL. In order to push data to db you need to create some kind of collector server script ie. in PHP, node.js etc