Skip to content

gbelbe/pi-radio-transfer

 
 

Repository files navigation

A simple tool to transmit files from a Raspberry Pi using HF radio

=====Setting up the environment====

  1. signup for a resin.io account here and create an application associated with a device Click on your application, and download the ResinOS image for this application.

  2. burn this image on your sd card with etcher.io

  3. In case needed, check here to configure Wifi connections

  4. Insert the sd card on your device, connect it to ethernet (or your wifi network) and start it. Go back to your resin.io pannel and check that your device is being installed.

  5. Clone this repo locally

$ git clone git@github.com:gbelbe/pi-radio-transfer.git

Then add your resin.io application's remote:

$ git remote add resin username@git.resin.io:username/myapp.git

and push the code to the newly added remote:

$ git push resin master

It should take a few minutes for the code to push the first time (next times will be much faster)

Once the device is updated, you should see this in your logs: log output

About

A simple tool to transmit files from a raspberry Pi using a HF radio

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 86.6%
  • CMake 12.6%
  • Other 0.8%