JoyFrog Coding with MakeCode

Load JoyFrog Extension: github.com/KittenBot/pxt-joyfrog

Search joyfrog in the search bar.(JoyFrog is verified by Microsoft)

Blocks for JoyFrog:

Using the Analog Stick:

Showing the value of the stick’s position.

Sample Program

Using the buttons:

Each button can be individually triggered.

Sample Program

Using the IO pins.

The Edge Connectors on JoyFrog can be used like a piano.

Try Connecting different conductive objects to create your unique piano!

Sample Program

You can connect earphones or speakers to the 3.5mm audio jack.

Transmitting an InfraRed signal:

Trasmitting an InfraRed signal on button press.

The infrared signals are in a hexadecimal format.

Sample Program

Receiving an InfraRed signal:

Displaying the received signal.

The infrared signals are in a hexadecimal format.

Sample Program

Analog Read:

Reading analog values.

Sample Program

Analog(PWM) Write:

Writing analog(PWM) values.

Sample Program

Digital Read:

Reading digital values.

Sample Program

Digital Write:

Writing digital values.

Sample Program

Last updated