Giter VIP home page Giter VIP logo

q-hardware's Introduction

Q hardware

Qlocx has 5 different hardware types:

  1. Q1 (BT)
  2. Q2 (BT)
  3. Q3-16 (BT)
  4. Q3-32 (BT)
  5. Qiot-1 (IOT)

Each folder in the project corresponds to a certain hardware type

Remote SSH connection

On programming computer (host), run the following command:

ngrok tcp 22

The output should include a "Forwarding" value, e.g: tcp://2.tcp.....:PORT -> localhost:22

The client computer should run the following command:

ssh [email protected]... -p PORT and should be prompted to enter password.

...and voila!

Installing deps

After cloning the project, run sudo chmod +x freshInstall.sh to make installation script executable. Then, run ./freshInstall.sh so that dependencies get installed. During installation, you will be prompted to enter your password. You might also be prompted to press Enter or answer Y/n to some questions. Always press Enter or answer Y.

Here is where we found the zip file that we are downloading through the sdk from nordicsemi:

https://www.nordicsemi.com/Products/Development-software/nRF5-SDK/Download#infotabs

CLI for above mentioned SDK: https://www.nordicsemi.com/Products/Development-tools/nRF-Command-Line-Tools/Download?lang=en#infotabs

The JLink package has been manualle downloaded and placed in the repo due to the fact that it is not possible to download the .deb file through the command line (terms and conditions view shows up). Source: https://www.segger.com/downloads/jlink/JLink_Linux_V782b_x86_64.deb

Running the project

It might be required to make run.sh executable. To do so, run sudo chmod +x run.sh in the project's root folder. Then, run ./run.sh <NAME_OF_FOLDER>, e.g. ./run.sh q1.

q-hardware's People

Contributors

mattemyoo avatar anna-arlig avatar robertkofoed avatar

Watchers

 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.