GitXplorerGitXplorer
j

slowimage

public
22 stars
1 forks
0 issues

Commits

List of commits on branch master.
Verified
89fead93fc2c2554866444dc01770a3e0b37a06c

Update README.md

jjavl committed a year ago
Unverified
da0e5ad767207d2948f55185f8ea9bebc49971c2

Update README.md

jjavl committed 7 years ago
Unverified
200b489bd57a5c0add3b498679acb72736808904

Adds license

jjavl committed 7 years ago
Unverified
64356bb5ac6c41f9d802419eedeb15234b00d309

Renamed to slowimage

jjavl committed 7 years ago
Unverified
0b80fa265ee8769e6024a877d657ddd9d8d8f350

Delete ttn_img_sender.ino

jjavl committed 7 years ago
Unverified
d36690dbc71570662266058337f725b2bedd5667

Update README.md

jjavl committed 7 years ago

README

The README file for this repository.

Lora Image Sender

Made during Hackers & Designers Summer Academy 2017, On & Off the grid. During this workshop we were introducted to LoRa, a low-power, low-bandwidth network technology using The Things Network (TTN).

Did you find this script useful? Feel free to support my open source software:

GitHub Sponsor

slowimage_sender.py takes an image and converts it to bytes. When ready, the Arduino (programmed with ttn_img_sender.ino) will request four bytes from this script and send them over LoRa. It will then sleep for about a minute before requesting the next four bytes. slow_receiver.py uses MQTT to connect to TTN to get the sent data and will try to rebuild the image.

This repo contains a 3x3 image (test.png) for quick testing, and buda.png which is the image we worked with during the workshop.

More info on the used node hardware can be found here. The two needed Arduino libraries can be downloaded here.