Is it possible to do high bandwidth applications? Seems like only 100kb cache is too limited

I was following the guide here Sending and Receiving Large Binary Objects but “large” here seems to mean kbs of data. I am assuming if I wanted to do something like real time streaming of audio even, Im looking at the wrong product.

Hi @ando818 welcome to the Blues forums.

The Notecard is designed primarily for low-power, intermittent communication rather than real-time data streaming. Its capabilities are oriented towards efficiently handling small amounts of data targeting low-bandwidth tasks, such as sending sensor readings or controlling devices over cellular networks.

Currently, Notecard does not support traditional ‘streaming’ applications such as audio or video. You could, however, compress and chunk the data if desired, such as still images, and then stitch them together in the cloud. This has been done by some of our customers, and I’m hoping to have a demo of how to do this available shortly.

Thanks,

Alex

1 Like