sandeepmistry / arduino-LoRa

An Arduino library for sending and receiving data using LoRa radios.
MIT License
1.65k stars 630 forks source link

esp32-cam support? #454

Closed halukmy closed 3 years ago

halukmy commented 3 years ago

can we transfor image or video ? anyone tried it before?

IoTThinks commented 3 years ago

LoRa is limited in bandwidth. Up to 27kbps. The packet size is up to 255 bytes/packet.

Unless you can optimize your image and break the image into multiple packets to send.

halukmy commented 3 years ago

@IoTThinks thanks you friend, can you share example on api page please how to transform data to multiple packets

IoTThinks commented 3 years ago

You need to do it yourself.