Code Monkey home page Code Monkey logo

da298a's Introduction

Engineering Project with Software Engineering

The project consist of hardware, firmware and software stacks. sky is a framework library for both shelter and sunlight. shelter being the sandbox simulation program without the hardware. sunlight is firmware for the hardware(tempos).

To run the whole software stack follow the requirement list.

Requirements

This list is for the whole project and is not required if only subset of the project is in used. Check the different guides on what is actually required.

Development Guide (nurture)

To run the simulation program it is required that cmake and vcpkg is installed. cmake is used for setting up build script for the current working environment and vcpkg is used for package management to automatically download required libraries to build.

Follow Get started with vcpkg guide on how to download and setup vcpkg for all systems.

Ninja (macOS and Linux)

This requires that VCPKG_ROOT environment variable is defined.

cmake -S . -Bbuild -GNinja -DCMAKE_TOOLCHAIN_FILE=${VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake

${VCPKG_ROOT}: This points to where the vcpkg is installed.

macOS (Xcode)

This requires that VCPKG_ROOT environment variable is defined.

cmake -S . -Bbuild -GXcode -DCMAKE_TOOLCHAIN_FILE=${VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake

${VCPKG_ROOT}: This points to where the vcpkg is installed.

Windows (Visual Studio)

This requires Visual Studio. Use command below to generate Visual Studio solution files. ${VCPKG_ROOT} needs to be replaced with path to where vcpkg is installed.

cmake -S . -Bbuild -DCMAKE_TOOLCHAIN_FILE=${VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake

Development Guide (sunlight)

To build and upload the firmware to the hardware PlatformIO is required. Install the PlatformIO IDE extension for Visual Studio Code and open the sunlight directory and the build environment should be automatically configured.

da298a's People

Contributors

cheister27 avatar grohiik avatar mnerv avatar pettr-git avatar reem200 avatar revvvy avatar

Watchers

 avatar  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.