Coder Social home page Coder Social logo

miata-bot / conergb-companion Goto Github PK

View Code? Open in Web Editor NEW
4.0 1.0 0.0 1.53 MB

React Native companion app for can-link project.

License: MIT License

JavaScript 4.96% TypeScript 58.69% Ruby 7.05% Java 19.97% Objective-C 6.24% Objective-C++ 3.08%

conergb-companion's Introduction

RGB Controller Companion Mobile Application

A React Native application to control an RGB Controller over BLE. The RGB Controller is an open source hardware project designed, among many other things, to control auxiliary RGB lighting.


Tech Stack

This app is written in TypeScript and utilizes React Native, a few core libraries, and various other supporting libraries.

Core dependencies include:

  • React Native
    • Allows for the creation of native mobile applications written with Javascript
  • Native Base
    • Component and theming library that provides the foundation for this application's user interface
  • react-native-ble-manager
    • Bridges native Bluetooth Low Energy APIs
  • react-native-permissions
    • Bridges native app permissions APIs
  • React Navigation
    • Routing and navigation library that provides a true native experience for transitioning between app screens

Local Development

TL;DR: run npm i and npm run start.

The instructions for setting up the development environment closely follows the instructions in React Native's documentation for setting up a development environment. Ensure that you are reading the instructions under "React Native CLI Quickstart".

This project requires Node.js 18; I highly recommend installing it with asdf and its associated node plugin.

conergb-companion's People

Contributors

gulci avatar

Stargazers

Anthony DiBlasio avatar Connor Rigby avatar  avatar Daniel Burkholder avatar

Watchers

Connor Rigby avatar

conergb-companion's Issues

Onboarding flow

The app should have on onboarding flow that:

  • explains the need for and then asks for permissions
  • scans for and pairs to the controller
  • remembers that the user has already gone through onboarding
  • reappears if pairing is lost

Bluetooth functionality can be mocked.

Bluetooth functionality

The app should be able to:

  • scan for the controller
  • pair with the controller
  • send/receive data

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.