How to upload to cloud in remote locations

Our application needs live viewing of remote cameras , is there any suggested way for the same.

We saw in forum LTE dongles are not yet supported . What could be a way to integrate LTE modules with the rtl8735b . We would need a USB link for vide upload.

We saw a way to build LTE hotspot using esp32 + LTE module , but that does not seem to be a efficient way of doing this .

Hi @boltsandbytes,

Yes, LTE support is currently under development. We will keep you updated once it becomes available.

In the meantime, we previously shared an alternative approach here:

Not sure whether this workaround fits your application requirements; if you are interested in this approach, do let us know.

Any timeline for LTE integration ? . Everything else seems to work , only LTE link remains for us .

Currently we are exploring PPPoS and have a basic link working. But would prefer USB based LTE integration. Serial is anyway very slow and cannot handle high resolution .

Just an update , we were able to remote stream video using pppos and LTE module ( most have pppos ) . We are able to achive 720p live streams with low latency.

We also had to implement RTSP push to stream to MediaMTX .

Would love to see USB working for higher resolutions.