hello
well, I’m new to IoT and this stuff (), and what I wanna do is to record a sound via thinger, and then send it to my microcontroller (mine is Nodemcu ESP8266).
is it possible and if yes, how can I do that?
Hi @Maria_Motalebi, welcome to our community!
Not sure I understood completely your use case, but a possible solution for what your describe is:
- Record voice in some device (mobile phone, your PC), and store it in a web server (i.e. Thinger File Storages, Dropbox…)
- Create a resource on your device to receive urls
- Call the device API with the audio url and make use of it, i.e., download, and play…
However, you cannot record the audio directly with Thinger.io…