Skip to content
Snippets Groups Projects
Select Git revision
  • 395392c3716da10038d0a39eff5b875df5461b87
  • master default protected
  • julia1
  • device_rewrite
  • bufferandcomedi
  • v0.1.0
6 results

LabConnections.jl

  • Clone with SSH
  • Clone with HTTPS
  • mgreiff's avatar
    Marcus Greiff authored
    395392c3
    History

    pipeline status coverage report

    Welcome to LabConnections.jl - the IO-software part of the LabDev project

    The goal of this project is to develop a software package in Julia for interfacing with lab processes using the BeagleBone Black Rev C (BBB).

    The full documentation of the package is available here.

    Repository structure

    OBS! SPI development

    The SPI development is done in C and in a forked repository, currently separated from the julia project. If you wish to work on the SPI implementation, simply clone the repository "serbus", a small C stack available at github.com/mgreiff/serbus into your julia package directory (for example ~/.julia/v0.6). Then, in the LabConnections package on the host computer, run flash_BB.sh in the /utils directory transferring both LabConnections and serbus to the BB.

    On the BB, run

    cp /home/debian/juliapackages/serbus/bb_spi.sh /home/debian

    and then execute

    ./bb_spi.sh

    in the /home/debian directory to run the SPI example with the ADC from SPI0.