# Case 46:Rangefinder Guitar ## Introduction Build a rangefinder guitar with the [Nezha Inventor's Kit](https://shop.elecfreaks.com/products/elecfreaks-micro-bit-nezha-48-in-1-inventors-kit-without-micro-bit-board?_pos=2&_sid=ed1b6fbd2&_ss=r).  ## Quick to Start ### Materials Required [Nezha Inventor's Kit](https://shop.elecfreaks.com/products/elecfreaks-micro-bit-nezha-48-in-1-inventors-kit-without-micro-bit-board?_pos=2&_sid=ed1b6fbd2&_ss=r) ### Assembly Components List  Build it as the assembly steps suggest:                               ### Connection Diagram Connect the [Ultrasonic sensor](https://shop.elecfreaks.com/products/elecfreaks-planetx-ultrasonic-sensor?_pos=1&_sid=9f90a6738&_ss=r) to J1 on [Nezha Breakout Board](https://shop.elecfreaks.com/products/elecfreaks-nezha-breakout-board?_pos=1&_sid=00432325a&_ss=rl).  ## MakeCode Programming ### Step 1 Click "Advanced" in the MakeCode drawer to see more choices.  For programming [Ultrasonic sensor](https://shop.elecfreaks.com/products/elecfreaks-planetx-ultrasonic-sensor?_pos=1&_sid=9f90a6738&_ss=r), we need to add a package. Search with ”PlanetX“, in the dialogue box and click to download it.  *Notice*: If you met a tip indicating that some codebases would be deleted due to incompatibility, you may continue as the tips say or create a new project in the menu. ### Step 2 ### Code as the picture suggests  ### Reference Link: [https://makecode.microbit.org/_YzwYdqDiifXh](https://makecode.microbit.org/_YzwYdqDiifXh) You may also download it directly:
### Result By detecting the distance between the ultrasonic sensor and the baffle, the buzzer is controlled to emit different tones. 