# Case 07: Wireless Communication ## Purpose Use the Smart Coding Kit to send signals. ## Products Link 2 x [ELECFREAKS micro:bit Smart Coding Watch Kit](https://shop.elecfreaks.com/products/elecfreaks-micro-bit-smart-coding-watch-kit-without-micro-bit-board?_pos=2&_sid=ce4e7cb69&_ss=r) ![](./images/smart_coding_kit_case_07_01.png) ## Software [MicroSoftmakecode](https://makecode.microbit.org/#) ## Programming ### Step 1 Sending end Show icon Set the wireless group Send number 1 when button A being pressed Send number 2 when button B being pressed ![](./images/smart_coding_kit_case_07_02.png) ### Step 2 Receiving end Show icon Set the wireless group Save the received number as variable i Judge the received number and display the icon accordingly. ![](./images/smart_coding_kit_case_07_03.png) ### Link Sending end Link:[https://makecode.microbit.org/_ix81uXcAULqW](https://makecode.microbit.org/_ix81uXcAULqW) You can also download it direcly below:
Receiving end Link:[https://makecode.microbit.org/_WpqdARYUXWMj](https://makecode.microbit.org/_WpqdARYUXWMj) You can also download it direcly below:
## Result While button A or B in the sending end being pressed, an icon of `√` or `×` displays on the receiving end. ## Exploration ## FAQ ## Relevant File