Data input to Wix data base using Arduino

Hello,
I need to collect temperature using Arduino and a digital sensor and need to put those data to a Wix Data Base. The data base should be updated automatically. The Arduino Uno sends sensor data hourly.
Is there any way to do this task. Please help me.

Thank you

Hey there,

I don’t know much about Arduinos, so I’m not sure what you mean when you say that is “sends sensor data hourly”.

Anyhow, in general term, I think you’ll need to create an HTTP function for your Arduino to call. In that HTTP function you can update a database collection with the information the Arduino sends. To learn about HTTP functions, see: Velo: Exposing a Site API with HTTP Functions | Help Center | Wix.com.

I need to get temperature data once for an hour and save the data in Wixdata base. Then those data should be represented on my website. Thank you very much Sam, I will try it.

What if you could use some of Arduino kits for that purpose. I know they have plenty of sets to choose from here - 5 Best Arduino Starter Kit Reviews (January 2022) . Still, it might be necessary to implement HTTP protocol to fulfill the task you’ve described here. And I don’t know how you want to make the whole process automated. It’s been quite a while since you posted, I wonder if you managed to succeed!