# scratch-link **Repository Path**: darrenwu/scratch-link ## Basic Information - **Project Name**: scratch-link - **Description**: Scratch local socket server. Provide hardware connection to scratch-vm. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-19 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # scratch-link This project start from [https://github.com/Micircle/scratch-node-link](https://github.com/Micircle/scratch-node-link). I add a lot of new features like: serialport connection and arduino build. ### Instructions ```bash npm install ``` Copy you Arduino IED to this path `\tools\Arduino\*`, then you can start. ``` npm start ``` If you work on windows and want to use BLE connection check this instructions: [https://github.com/noble/noble](https://github.com/noble/noble)