Coder Social home page Coder Social logo

aussiegingersnap / loracamera Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bwhitman/loracamera

0.0 0.0 0.0 4.66 MB

transmit sound & image over a lora link

License: MIT License

Ruby 0.01% C++ 32.78% Python 1.24% C 65.47% Objective-C 0.29% Makefile 0.01% HTML 0.18% CMake 0.03%

loracamera's Introduction

loracamera

transmit sound & image over a 915MHz LoRa link to a base station near your wifi. Currently set up to a send a frame from a serial TTL camera and a few seconds of sound from a microphone, but can be adapted for most data you want to send using LoRa directly.

I'm using two of the Heltec WiFi LoRa 32 v2, readily available on amazon etc. I'm able to get about 1km in range in a dense wooded place from this setup.

The camera I'm using is this one from Adafruit, but I'm looking for better options. The library is very fiddly, I had to slow down a bunch of serial calls to get it going on an ESP32, and the camera quality is low.

I'm using this MEMS i2s microphone as well.

local: esp-idf project for the device near a wifi link

remote: esp-idf project for the device out in a remote place

server: python web server to handle file uploads. Just run listen.py and update your local IP from local.cpp.

This is set up as an esp-idf project instead of Arduino, althought I'm using the Arduino component so that the camera package and Heltec LoRa package work fine. I have a lot of trouble with the Arduino IDE when there's more than one dev board connected and would rather work in a terminal anyway. I'm sure it's easy to port this back to Arduino if you want, it's simple enough.

You will want auth.h to exist in the local/main/ folder, with

#define WIFI_SSID your_ssid
#define WIFI_PASS your_password

loracamera's People

Contributors

bwhitman avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.