GodotBluetooth
GodotBluetooth copied to clipboard
Bluetooth Module for Android Games/Applications made with Godot Engine
I'm looking for a possibility to port this plugin to Godot 4.1 Does anyone know what changes need to be done? Is it enough to compile this plugin against the...
Hello, you, who are seeing this! I've made this module a long time ago, for a specific project, a proof of concept using Godot and Arduino. As everyone can see,...
edit config.py: ``` def can_build(env, plat): return plat=="android" def configure(env): if (env['platform'] == 'android'): env.android_add_to_permissions("android/AndroidPermissionsChunk.xml") env.android_add_java_dir("android/src") ``` edit GodotBluetooth.java: comment this line: //import android.support.v7.app.AppCompatActivity; there is no engine.cfg in godot...
`package org.godotengine.godot; import android.app.Activity; import android.app.AlertDialog; import android.bluetooth.BluetoothAdapter; import android.bluetooth.BluetoothDevice; import android.bluetooth.BluetoothSocket; import android.os.Handler; import android.os.Message; //import android.support.v7.app.AppCompatActivity; import android.content.DialogInterface; import android.util.Log; import android.widget.Toast; import android.content.Intent; import java.io.IOException; import java.io.InputStream;...
testet on arduino uno
Just reopening this . . . the github errors over the last day caused this PR to not register and I'm trying to get a Hacktoberfest tshirt