Giter VIP home page Giter VIP logo

grapto-v3w's Introduction

Prerequisites

CAD Development

ergogen

$ npm i ergogen installing globally causes permission errors depending on environment

You need to hack the footprints in gen_src/footprints into your local install of ergogen.

run ergogen (-d flag ouputs svg in addition to svg)

$ cd gen_src $ ergogen -d config.yaml

Then copy kicad pcbs into the respective kicad project

FW Development

src

git clone [email protected]:arqubusier/zmk.git

packages

sudo pacman -S git
autoconf
automake
ccache
dfu-util
libtool
make
gcc
ninja
cmake \

pip install --user west

toolchains

export ZSDK_VERSION=0.13.2 wget -q "https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v${ZSDK_VERSION}/zephyr-toolchain-arm-${ZSDK_VERSION}-linux-x86_64-setup.run" &&
sh "zephyr-toolchain-arm-${ZSDK_VERSION}-linux-x86_64-setup.run" --quiet -- -d ~/.local/zephyr-sdk-${ZSDK_VERSION} &&
rm "zephyr-toolchain-arm-${ZSDK_VERSION}-linux-x86_64-setup.run"

west setup

cd west init -l app/ west update west zephyr-export pip install --user -r zephyr/scripts/requirements-base.txt

yay -S nrf5x-command-line-tools

FW Development

Flashing

cd cd app west flash cd

FW Development

Building

west build -p -b grapto_v3w

Flashing

west flash

Usage

Pair on Arch Linux

Set report mode characteristic to report

$ sudo bluetoothctl menu scan clean transport le back scan on connect E9:9E:30:E3:E4:5B

grapto-v3w's People

Contributors

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