I'd like to use a standalone ATMEGA328P programmed with Arduino and the SIM7020E NB-IoT module from Waveshare:
to send data to a google firebase service.
I have followed the videos that explain how it is done for the ESP8266 WiFi module:
The sending with the NB-IoT module works fine. I'd just like to have a TCP server actually. What's the best way to setup a fileserver using google firebase?
I am also open to other solutions but the scalability of firebase seems nice.
I don’t have experience with Firebase, but I’m wondering why you want a FileServer instead of a database and use a typical web service. I’m not sure if that will be any easier/better, but it’d be scalable and a more standard approach if persisted data is what you’re after.
It’s probabñy easier to query a database than a FileServer.
Dear mbobinger,
Can you solve that problem now? I have same problem with NB-IoT. If you can solved that problem please kindly show me how you solved it. thank you so much.