Giter Club home page Giter Club logo

blueunity's People

Contributors

bentalebahmed avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

blueunity's Issues

Oculus quest 2 compatibility

Greetings.
This is not an issue, but a question.

Do you know if this plugin can work with oculus apps?
If it can't, do you know of some alternative way/plugin to connect arduino and the quest 2?

Thank you for your time.

Manifest merger failed

Hi, I am currently trying to implement your work into mine. Unfortunatly i am no able to build the project. I also tryed to just build your samplescene in a different project with the right unity version and all your instructions.
This is the the errormessage:
Manifest merger failed: uses-sdk:minSdkVersion 19 cannot be smaller than version 27 declared in library [:unity3dbluetoothplugin-release:] C:\Users\nicob.gradle\caches\transforms-2\files-2.1\93f119f031a02a569fff430d493fe4ee\unity3dbluetooth plugin-release\AndroidManifest.xml as the library might be using APIs not available in 19 See the Console for details.
Screenshot (53)

This project works with the ESP32!

Hi, just wanna let you know that your example works with the ESP32, using it's standard Bluetooth library (BluetoothSerial.h)

So you can add that to your list of compatibilities in the README.

Also thank you so much for this! Your little test app will be a great starting point for my RC robot controller app!

Error: IllegalThreadStateException when starting a new connection after closing a previous one in V3 plugin.

Hi, currently when you start a new connection after closing a previous one you get:

StartConnection Error: IllegalThreadStateException

Looking into stackoverflow, it seems that the line #154 is the problem:

reader = new BufferedReader(new InputStreamReader(inputStream));
ReadDatathread.start();
UnityPlayer.UnitySendMessage("BluetoothManager", "ConnectionStatus", "connected");

I think that the solution is to create a new thread before running ReadDatathread.start();.

How to reproduce it

  1. Start a connection.
  2. Close the connection.
  3. Start a connection.

OBD2

Hey, I'm doing a Bluetooth connect with an obd2 device and want to get the rpm from it. how can I read the 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.