Publisher | TomoSoft |
---|---|
File size | 1.15MB |
Number of files | 8 |
Latest version | 1 |
Latest release date | 2025-02-07 01:06:13 |
First release date | 2025-02-07 01:06:13 |
Supported Unity versions | 2018.4.2 or higher |
![screenshot](http://assetstorev1-prd-cdn.unity3d.com/package-screenshot/985e2e01-346e-4a78-bd1f-f593034d91b4_scaled.jpg)
![screenshot](http://assetstorev1-prd-cdn.unity3d.com/package-screenshot/a034ed5d-cbfd-40dd-813a-bc6694b716c8_scaled.jpg)
![screenshot](http://assetstorev1-prd-cdn.unity3d.com/package-screenshot/a94975af-c307-4437-a94e-1b32b7325d36_scaled.jpg)
Asset ‘PicoBle for PC’ is an interface adapter between Windows PC and Pico W using BLE (Bluetooth low energy). This asset can quickly add the Pico W 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 Pico W, you write code in purchased assets into the Pico W 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 Pico W code that obtains x, y, and z data generated by the SIN function from the Pico W. You write this code to the Pico W using Arduino IDE.
- Read x, y, and z data from the Pico W, 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 Pico W code that receives numerical data at the Pico W. You write this code to the Pico W 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 Pico W.
- The Unity script example describes how to receive the x, y, and z data from Pico W and to send the numerical data to Pico W.
- Refer to ‘Quick Start of PicoBle for PC’ for how to set up this asset in detail.
- Refer to ‘Design Tips of PicoBle for PC’ to rewrite the Pico W code and the Unity script example. You can transfer array data up to 64 bytes between Windows PC and Pico W to connect your sensor or display panel to the Pico W.
Requirements:
- Unity 2022.3 or newer
- Windows PC (Windows10 or 11) with Bluetooth low Energy Adapter
- Raspberry Pi Pico W (Rasberry Pi Pico does not work)
- Arduino IDE, for details, refer to ‘Arduino IDE v2 for Pico/Pico W’ for how to set up the development environment.
- Transfer array data up to 64 bytes from Unity to Pico W and array data up to 64 bytes from Pico W to Unity by changing the Unity script example and the Pico Wcode.
- The package includes third-party libraries under their respective licenses, which are scribed in Third-Party Notices.txt.
In case of any trouble, contact me by email so I can assist you.