Out-of-the-box plugins to boost your workflow!

TomoSoft is a software developer in the Unity Asset Store who creates input tools, interacting with Raspberry Pi, ESP32, and Micro: Bit using Bluetooth low energy(BLE) or human interface device (HiD). The created input tools take your gameplay features to the next level, in addition, to speed up your game development. Besides, they always come with clear and detailed documentation.

Contact

Unity asset

TomoSoft sells the following assets in the Unity Asset Store. Those assets use to interface by BLE or Hid, between windows PC and raspberry pi, ESP32, Micro:bit. Those functions enable to send sensor data into Unity worked on windows PC, when sensors device, e.g., gyro, accelerometer, GPS, are connected with Raspberry Pi, ESP32, Micro:bit.

MicroBle – micro:bit BLE Interface

MicroBle is an interface adapter between Windows PC and micro:bit using BLE(Bluetooth low energy). This adapter can quickly add the micro:bit to your game as a gamepad ― no code required!

To use an accelerometer and LED screen on the micro:bit, you write code in purchased assets into the micro:bit, and create Unity scripts by referencing sample code in purchased assets. Thereby you can use the x, y, and z acceleration data of the accelerometer and LED screen data in your game.

Features:

  • The package includes the micro:bit code that obtains x, y, and z acceleration data from the micro:bit. You write this code to the micro:bit using Arduino IDE.
  • Read accelerometer data from the micro:bit, convert x, y, z acceleration data to byte array data type, and transfer that data to Unity by using BLE(Bluetooth low energy).
  • The package also includes the micro:bit code that receives LED screen ON/OFF data at the micro:bit. You write this code to the micro:bit using Arduino IDE.
  • The package includes the Unity 3D object ‘glasses’ for displaying the accelerometer and Inputfield / Button for displaying the LED screen on the micro:bit.
  • The Unity script example describes how to receive the acceleration data from micro:bit and to send the LED screen data to the micro:bit.
  • Refer to ‘MicroBle Quick Start’ for how to set up the MicroBle In detail.
  • Refer to ‘MicroBle Design Tips’ to rewrite the micro:bit code and the Unity script example. You can transfer array data up to 64 bytes between Windows PC and micro:bit to connect your sensor or display panel to the micro:bit.

Requirements:

  • Unity 2022.3 or newer
  • Windows PC (Windows10) with Bluetooth low Energy Adapter
  • BBC micro:bit Version 1.x ( not work 2.x)
  • Arduino IDE, for details, refer to ‘Arduino IDE for MicroBle’ for how to set up the development environment.
  • Transfer array data up to 64 bytes from Unity to micro:bit and array data up to 64 bytes from micro:bit to Unity by changing the Unity script example and the micro:bit code.
Download now !

MicroBleMobile – micro:bit BLE Interface for Android

MicroBleMobile is an interface adapter between Android mobile phone and micro:bit using BLE (Bluetooth low energy). This adapter can quickly add the micro:bit to your game as a gamepad ― no code required! To use the sensors device (gyro, accelerometer, GPS, etc.) and the display panel (LED, LCD panel, etc.) on the micro:bit, you write code in purchased assets into the micro:bit and create Unity scripts by referencing sample code in purchased assets. Thereby you can use the sensor device data and the display panel data in your game.

Features:

  • The package includes the micro:bit code that obtains x, y, and z data generated by the SIN function from the micro:bit. You write this code to the micro:bit using Arduino IDE.
  • Read x, y, and z data from the micro:bit, convert x, y, and z data to byte array data type, and transfer that data to Unity by using BLE (Bluetooth low energy).
  • The package also includes the micro:bit code that receives numerical data at the micro:bit. You write this code to the micro:bit using Arduino IDE.
  • The package include
  • s the Unity 3D object ‘tumbler’ for displaying the x, y, and z and Inputfield / Button for sending numerical to the micro:bit.

  • The Unity script example describes how to receive the x, y, and z data from micro:bit and to send the numerical data to micro:bit.
  • Refer to ‘MicroBleMobile Quick Start’ for how to set up the MicroBleMobile in detail.
  • Refer to ‘MicroBleMobile Design Tips’ to rewrite the micro:bit code and the Unity script example. You can transfer array data up to 64 bytes between Android mobile phone and micro:bit to connect your sensor or display panel to the micro:bit.

Requirements:

  • Unity 2022.3 or newer
  • Android mobile phone (Android 7.0 Nougat or higher)
  • BBC micro:bit Version 1.x ( not work 2.x)
  • Building games for Android, for details, refer to ‘Building games for Android’ for how to build and run game objects for Android.
  • Android Logcat, for details, refer to ‘Install and Use Android Logcat’ for how to install and use Android Logcat.
  • Arduino IDE, for details, refer to ‘Arduino IDE for MicroBle’ for how to set up the development environment.
  • Transfer array data up to 64 bytes from Unity to micro:bit and array data up to 64 bytes from micro:bit to Unity by changing the Unity script example and the micro:bit code.
Download now !

Esp32Ble – ESP32 BLE Interface

Esp32Ble is an interface adapter between Windows PC and Esp32 using BLE (Bluetooth low energy). This adapter can quickly add the Esp32 to your game as a gamepad ― no code required! To use the sensors device (gyro, accelerometer, GPS, etc.) and the display panel (LED, LCD panel, etc.) on the Esp32, you write code in purchased assets into the Esp32 and create Unity scripts by referencing sample code in purchased assets. Thereby you can use the sensor device data and the display panel data in your game.

Features:

  • The package includes the Esp32 code that obtains x, y, and z data generated by the SIN function from the Esp32. You write this code to the Esp32 using Arduino IDE.
  • Read x, y, and z data from the Esp32, convert x, y, and z data to byte array data type, and transfer that data to Unity by using BLE (Bluetooth low energy).
  • The package also includes the Esp32 code that receives numerical data at the Esp32. You write this code to the Esp32 using Arduino IDE.
  • The package includes the Unity 3D object ‘glasses’ for displaying the x, y, and z and Inputfield / Button for sending numerical to the Esp32.
  • The Unity script example describes how to receive the x, y, and z data from Esp32 and to send the numerical data to Esp32.
  • Refer to ‘Esp32Ble Quick Start’ for how to set up the Esp32Ble In detail.
  • Refer to ‘Esp32Ble Design Tips’ to rewrite the Esp32 code and the Unity script example. You can transfer array data up to 64 bytes between Windows PC and Esp32 to connect your sensor or display panel to the Esp32.

Requirements:

  • Unity 2022.3 or newer
  • Windows PC (Windows10) with Bluetooth low Energy Adapter
  • Esp32 (not work Esp32 S3 or Esp32 C3)
  • Arduino IDE, for details, refer to ‘Arduino IDE for Esp32Ble’ for how to set up the development environment.
  • Transfer array data up to 64 bytes from Unity to Esp32 and array data up to 64 bytes from Esp32 to Unity by changing the Unity script example and the Esp32 code.
Download now !

Esp32BleAndroid – ESP32 BLE Interface for Android

Esp32BleAndroid is an interface adapter between Android mobile phone and Esp32 using BLE (Bluetooth low energy). This adapter can quickly add the Esp32 to your game as a gamepad ― no code required! To use the sensors device (gyro, accelerometer, GPS, etc.) and the display panel (LED, LCD panel, etc.) on the Esp32, you write code in purchased assets into the Esp32 and create Unity scripts by referencing sample code in purchased assets. Thereby you can use the sensor device data and the display panel data in your game.

Features:

  • The package includes the Esp32 code that obtains x, y, and z data generated by the SIN function from the Esp32. You write this code to the Esp32 using Arduino IDE.
  • Read x, y, and z data from the Esp32, convert x, y, and z data to byte array data type, and transfer that data to Unity by using BLE (Bluetooth low energy).
  • The package also includes the Esp32 code that receives numerical data at the Esp32. You write this code to the Esp32 using Arduino IDE.
  • The package includes the Unity 3D object ‘tumbler’ for displaying the x, y, and z and Inputfield / Button for sending numerical to the Esp32.
  • The Unity script example describes how to receive the x, y, and z data from Esp32 and to send the numerical data to Esp32.
  • Refer to ‘Esp32BleAndroid Quick Start’ for how to set up the Esp32BleAndroid in detail.
  • Refer to ‘Esp32BleAndroid Design Tips’ to rewrite the Esp32 code and the Unity script example. You can transfer array data up to 64 bytes between Android mobile phone and Esp32 to connect your sensor or display panel to the Esp32.

Requirements:

  • Unity 2022.3 or newer
  • Android mobile phone (Android 7.0 Nougat or higher)
  • Esp32 (not work Esp32 S3 or Esp32 C3)
  • Building games for Android, for details, refer to ‘Building games for Android’ for how to build and run game objects for Android.
  • Android Logcat, for details, refer to ‘Install and Use Android Logcat’ for how to install and use Android Logcat.
  • Arduino IDE, for details, refer to ‘Arduino IDE for Esp32Ble’ for how to set up the development environment.
  • Transfer array data up to 64 bytes from Unity to Esp32 and array data up to 64 bytes from Esp32 to Unity by changing the Unity script example and the Esp32 code.
Download now !

PiBle – Raspberry Pi BLE Interface

PiBle is an interface adapter between Windows PC and Raspberry Pi using BLE (Bluetooth low energy). This adapter can quickly add the Raspberry Pi to your game as a gamepad ― no code required! To use the sensors device (gyro, accelerometer, GPS, etc.) and the display panel (LED, LCD panel, etc.) on the Raspberry Pi, you write code in purchased assets into the Raspberry Pi and create Unity scripts by referencing sample code in purchased assets. Thereby you can use the sensor device data and the display panel data in your game.

Features:

  • The package includes the Raspberry Pi code (Python script) that obtains x, y, and z data generated by the SIN function from the Raspberry Pi. You copy (use FTP) this code to the Raspberry Pi.
  • Read x, y, and z data from the Raspberry Pi, convert x, y, and z data to byte array data type, and transfer that data to Unity by using BLE (Bluetooth low energy).
  • The package also includes the Raspberry Pi code that receives numerical data at the Raspberry Pi. You copy this code to the Raspberry Pi.
  • The package includes the Unity 3D object ‘glasses’ for displaying the x, y, and z and Inputfield / Button for sending numerical to the Raspberry Pi.
  • The Unity script example describes how to receive the x, y, and z data from Raspberry Pi and to send the numerical data to Raspberry Pi.
  • Refer to ‘PiBle Quick Start’ for how to set up the PiBle in detail.
  • Refer to ‘PiBle Design Tips’ to rewrite the Raspberry Pi code and the Unity script example. You can transfer array data up to 64 bytes between Windows PC and Raspberry Pi to connect your sensor or display panel to the Raspberry Pi.

Requirements:

  • Unity 2022.3 or newer
  • Windows PC (Windows10) with Bluetooth low Energy Adapter
  • Raspberry Pi 4(include Raspberry Pi 3 or Raspberry Pi Zero W) or higher
  • Transfer array data up to 64 bytes from Unity to Raspberry Pi and array data up to 64 bytes from Raspberry Pi to Unity by changing the Unity script example and the Raspberry Pi code.
Download now !

PiBleMobile – BLE Interface for Mobile

PiBleMobile is an interface adapter between Android mobile phone and Raspberry Pi using BLE (Bluetooth low energy). This adapter can quickly add the Raspberry Pi to your game as a gamepad ― no code required! To use the sensors device (gyro, accelerometer, GPS, etc.) and the display panel (LED, LCD panel, etc.) on the Raspberry Pi, you write code in purchased assets into the Raspberry Pi and create Unity scripts by referencing sample code in purchased assets. Thereby you can use the sensor device data and the display panel data in your game.

Features:

  • The package includes the Raspberry Pi code (Python script) that obtains x, y, and z data generated by the SIN function from the Raspberry Pi. You copy (use FTP) this code to the Raspberry Pi.
  • Read x, y, and z data from the Raspberry Pi, convert x, y, and z data to byte array data type, and transfer that data to Unity by using BLE (Bluetooth low energy).
  • The package also includes the Raspberry Pi code that receives numerical data at the Raspberry Pi. You copy this code to the Raspberry Pi.
  • The package includes the Unity 3D object ‘tumbler’ for displaying the x, y, and z and Inputfield / Button for sending numerical to the Raspberry Pi.
  • The Unity script example describes how to receive the x, y, and z data from Raspberry Pi and to send the numerical data to Raspberry Pi.
  • Refer to ‘PiBleMobile Quick Start’ for how to set up the PiBleMobile in detail.
  • Refer to ‘PiBleMobile Design Tips’ to rewrite the Raspberry Pi code and the Unity script example. You can transfer array data up to 64 bytes between Android mobile phone and Raspberry Pi to connect your sensor or display panel to the Raspberry Pi.

Requirements:

  • Unity 2022.3 or newer
  • Android mobile phone (Android 7.0 Nougat or higher)
  • Raspberry Pi 4(including Raspberry Pi 3 or Raspberry Pi Zero W) or higher. Not work at Python 3.11.x.
  • Building games for Android, for details, refer to ‘Building games for Android’ for how to build and run game objects for Android.
  • Android Logcat, for details, refer to ‘Install and Use Android Logcat’ for how to install and use Android Logcat.
  • Transfer array data up to 64 bytes from Unity to Raspberry Pi and array data up to 64 bytes from Raspberry Pi to Unity by changing the Unity script example and the Raspberry Pi code.
Download now !

PicoHID – Raspberry Pi Hid Interface Pico

PicoHID is an interface adapter between Windows PC and Raspberry Pi Pico using USB HID (Human interface device). This adapter can quickly add the Raspberry Pi Pico to your game as a gamepad ― no code required! To use the sensors device (gyro, accelerometer, GPS, etc.) and the display panel (LED, LCD panel, etc.) on the Raspberry Pi Pico, you write code in purchased assets into the Raspberry Pi Pico and create Unity scripts by referencing sample code in purchased assets. Thereby you can use the sensor device data and the display panel data in your game.

Features:

  • The package includes the Raspberry Pi Pico code that obtains x, y, and z data generated by the Trigonometric function from the Raspberry Pi Pico. You write this code to the Raspberry Pi Pico using Arduino IDE.
  • Read x, y, and z data from the Raspberry Pi Pico, convert x, y, and z data to byte array data type, and transfer that data to Unity by using USB HID (Human interface device).
  • The package also includes the Raspberry Pi Pico code that receives numerical data at the Raspberry Pi Pico. You write this code to the Raspberry Pi Pico using Arduino IDE.
  • The package includes the Unity 3D object ‘cube’ for displaying the x, y, and z and Inputfield / Button for sending numerical to the Raspberry Pi Pico.
  • The Unity script example describes how to receive the x, y, and z data from Raspberry Pi Pico and to send the numerical data to Raspberry Pi Pico.
  • Refer to ‘PicoHID Quick Start’ for how to set up the PicoHID in detail.
  • Refer to ‘PicoHID Design Tips’ to rewrite the Raspberry Pi Pico code and the Unity script example. You can transfer array data up to 64 bytes between Windows PC and Raspberry Pi Pico to connect your sensor or display panel to the Raspberry Pi Pico.

Requirements:

  • Unity 2022.3 or newer
  • Windows PC (Windows10)
  • Raspberry Pi Pico
  • Arduino IDE, for details, refer to ‘Arduino IDE for PicoHID’ for how to set up the development environment.
  • Transfer array data up to 64 bytes from Unity to Raspberry Pi Pico and array data up to 64 bytes from Raspberry Pi Pico to Unity by changing the Unity script example and the Raspberry Pi Pico code.

In case of any trouble, contact me by email so I can assist you.

Download now !