Giter Club home page Giter Club logo

kyvernitis's Introduction

Kyvernitis

Codacy Badge

Zephyr Application for R24 to program WeAct Blackpill F401cc as daughter board (for pixhawk).

Repo contains source files for each subsystem.

Directory Structure

kyvernitis-ws/
│
├── kyvernitis/       │ <== Current Repo
│    ├── bio-arm
│    │    ├── boards
│    │    │   └── app.overlay
│    │    ├── CMakeLists.txt
│    │    ├── Kconfig
│    │    ├── prj.conf
│    │    └── src
│    │        └── main.c
│    ├── sub-system
│    │    ├── ...
│    │
│    ├── dts
│    │   └── bindings
│    │       └── pwm-motors.yaml
│    │       └── ...
│    ├── kyvernitis.c
│    ├── kyvernitis.h
│    ├── scripts
│    │    ├── ...
│    │
│    ├── tests
│    │    ├── ... 
│    │
│    ├── LICENSE
│    ├── README.md
│    ├── west.yml
│    └── zephyr
│        └── module.yml
│        └── Kconfig
│        └── CMakeLists.txt          
│                                   
├── modules/
│   └── lib/
│       └── canard/
│   └── hal/
│       └── ...     
│
└── zephyr/              
    └── west.yml         
                         

Installation

This application contains a manifest file so it will follow a T2 topology workspace (refer to Zephyr docs)

Assuming you have all the dependencies for zephyr development as well as the toolchain from the official release

mkdir kyvernitis-ws
cd kyvernitis-ws

Create and activate virtual environment (can skip this step if you already have one) to install west

python3 -m venv .venv
source .venv/bin/activate
pip install west

Init the workspace with the manifest repo and pull modules from upstream

west init -m https://github.com/waseemR02/kyvernitis 
west config --global update.narrow true
west update
pip install -r zephyr/scripts/requirements-base.txt
source zephyr/zephyr-env.sh 

If everything is installed successfully then it should build any working sub-system without any errors

west build -p always -o=-j4 -b blackpill_f401cc kyvernitis/bio-arm

Helpers

To view init sequence of the application you built, run

west build -d build -t initlevels

kyvernitis's People

Contributors

waseemr02 avatar kknives avatar mohnish4533 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

kyvernitis's Issues

CAN message blocking

After a certain amount of time the CAN-to-TTL starts blocking the sending and recieving of frames.
Probable cause is the speed of can-bus.

Timer 1,3, 4 raises ENOTSUP error when setting period to 20ms (50 Hz)

When the Timer 1, Timer 3, Timer 4 are set to use 50 Hz frequency or 20 ms time period, they raise ENOTSUP error. This is essential for controlling servo. Previously time period was set to 500 us which works fine with Roboclaw in analog mode. But servo will require 50 hz frequency

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.