/re-natal-esp32control-app

A re-natal (clojure script on react-js) project to control esp32 over BLE connection.

Primary LanguageClojureEclipse Public License 1.0EPL-1.0

re-natal-esp32control-app

A Clojure library designed to control car over BLE connection.

image

If you want to make simillar application, setup memo may help you.

If you want reference how to release this app, release memo may help you.

Usage

Install dependencies. (Using yarn causes production build error at app:bundleReleaseJsAndAssets.)

npm install

If you want to develop with using figwheel.

adb reverse tcp:8081 tcp:8081
adb reverse tcp:3449 tcp:3449
lein figwheel android

For linux.

react-native start

Connect your android device to pc and execute the following command to run application on android.

react-native run-android

License

Copyright © 2017 FIXME

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

References