# scratchhw-link
![](https://img.shields.io/travis/com/ScratchHW/scratchhw-link) ![](https://img.shields.io/github/license/ScratchHW/scratchhw-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 IDE 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)

