Git Product home page Git Product logo

jobcho_share's Introduction

JOBCHO_share

QUICK START

1. 펌웨어 수정

./insole/insole.ino/

이 위치에 있는 파일을 열어줍니다.

//int insole_type = 0; //left insole
int insole_type = 1; //right insole

파일의 1~2 라인에 있는 코드를 수정합니다.

오른쪽 인솔인 경우

//int insole_type = 0; //left insole
int insole_type = 1; //right insole

코드를 위와 같이 수정합니다.

왼쪽 인솔인 경우

int insole_type = 0; //left insole
//int insole_type = 1; //right insole

코드를 위와 같이 수정합니다.

2. 펌웨어 업로드

장치와 컴퓨터를 연결하여 수정된 펌웨어를 업로드합니다.

3. 블루투스 연결

블루투스 터미널을 이용하여 블루투스 장치를 검색합니다.

왼쪽 인솔의 경우 장치 이름은 아래와 같습니다.

left insole

오른쪽 인솔의 경우 장치 이름은 아래와 같습니다.

right insole

4. 데이터 수신

펌웨어는 장치가 임의의 데이터를 수신한 뒤, 장치의 데이터를 송신하게 됩니다.
따라서 블루투스 터미널을 통해 임의의 데이터를 장치에 송신하면 장치의 데이터를 수신받을 수 있습니다.

jobcho_share's People

Contributors

nano-2-ly avatar

Watchers

James Cloos 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.