• New
    ELECFREAKS micro:bit Retro Programming Arcade  (EF08282)
    ELECFREAKS micro:bit Retro Programming Arcade  (EF08282)
    ELECFREAKS micro:bit Retro Programming Arcade  (EF08282)
    ELECFREAKS micro:bit Retro Programming Arcade  (EF08282)

    ELECFREAKS micro:bit Retro Programming Arcade (EF08282)

    EF-08282
    €34.80

    29.00 € tax excl.

    ELECFREAKS micro:bit Retro Programming Arcade  (EF08282)

    Quantity :
    OUT OF STOCK

    ELECFREAKS micro:bit Retro Programming Arcade  (EF08282)

    http://wiki.elecfreaks.com/en/microbit/expansion-board/microbit-retro-arcade

    Description

    micro:bit Retro Programming Arcade is a color screen joystick expansion board for micro:bit V2, it contains a TFT 160*128 color screen, 4 directional buttons, two A/B buttons and a reset button. micro:bit Retro Programming Arcade can be used with micro:bit V2 to program games online and play offline on the Microsoft Arcade programming platform. It is a simple and fun way to help children write their own games and understand the mystery behind them. It also supports custom game characters, diverse scenarios and plot design using graphical programming software, making it easy for everyone to achieve fun electronic creations and unlimited game ideas. micro:bit Retro Arcade can also be used as a remote control handle in addition to a game programming learning machine.

    http://wiki.elecfreaks.com/en/microbit/expansion-board/microbit-retro-arcade

    micro:bit Retro Arcade is a color screen joystick expansion board for micro:bit V2, it contains a TFT 160*128 color screen, 4 directional buttons, two A/B buttons and a reset button. micro:bit Retro Arcade can be used with micro:bit V2 to program games online and play offline on the Microsoft Arcade programming platform. It is a simple and fun way to help children write their own games and understand the mystery behind them. It also supports custom game characters, diverse scenarios and plot design using graphical programming software, making it easy for everyone to achieve fun electronic creations and unlimited game ideas. micro:bit Retro Arcade can also be used as a remote control handle in addition to a game programming learning machine.

    microbit-retro-arcade-01-430ee70c1e914cc9b671f31a61e08a10.png

    Features

    • It can be used as a remote control handle to communicate with the robot trolley
    • It can be used as an extended game handheld to create individual games through graphical programming

    Basic parameters

    ProjectsParameters
    Screen Type TFT screen
    Screen size 128 x 160
    Size 13.79cm x 8.13cm
    Net weight 52g
    Power supply method Dry Battery

    The micro:bit V2 is combined with an expansion board and microUSB is connected to the micro:bit V2.

    Game Programming Guide

    • At this time, if power is supplied from the micro:bit V2 side, the power switch of the expansion board will be on regardless of the switch.
    • The expansion board power switch will control the power supply from the expansion board side.

    Programming Platform

    Arcade game programming platform address: https://arcade.makecode.com

    Programming page introduction

    1. Click on the section numbered 1 and enter the project name to create a project to start programming
    2. The following part of number 2 is a simple tutorial provided by some platforms and the game works shared by the community

    microbit-retro-arcade-08-723f28a42c073b229792f6a40bc9c81c.png

    Introduction to the programming interface, for the basic introduction to the first roughly divided into 3 parts need to understand

    1. Online simulator: Simulate the running effect in real time according to the logic of the code
    2. Programming blocks bar: we drag in programming code from here for programming
    3. Code editing area: we drag out the code from the block bar and put it together here to finish building the image, interface and logic of the game

    microbit-retro-arcade-09-3c123959e5e41493ccf58f46cbdb184d.png

    Rapid Creation

    Click New Project.

    microbit-retro-arcade-10-0bf87fa1d7cf87adb5f5976d4729599f.png

    Enter a project name to create a new project.

    microbit-retro-arcade-11-6aabb86f160d05bae02bd137b3db915b.png

    Create sprites and click on the gray rectangle in the block to open the image editor.

    microbit-retro-arcade-12-bc6737fa14b25887d07549a1ada810b4.png

    Customize the sprite image or just select a preset sprite from the gallery. Control sprite movement by moving the sprite blocks with the buttons.

    microbit-retro-arcade-13-4811b7cc3d0666f727726b5892ea2b63.png

    Set the screen background color.

    microbit-retro-arcade-14-8e4a64929b1d9c96a3c0f844958195d6.png

    To prevent the sprite from moving out of the screen screen, set the sprite to be within the screen range.

    microbit-retro-arcade-15-e47450651e7a0fa59addba6e37536c7e.png

    Game Download

    Download steps

    Since the micro:bit V2 (nRF52833) is still in beta for the Arcade platform officials, we need to first go to the platform's settings page to open up the hardware options that are still in the trial version.

    microbit-retro-arcade-16-547001015bd2b65efa370e7cb4a5212d.png

    microbit-retro-arcade-17-971406cf79bfa36b85eb10fa28a99a5f.png

    Make sure Expermental Hardware is enabled (you only need to set it once)

    microbit-retro-arcade-18-3cfb578fa27148e38fa61c0de22120aa.png

    Then go back to the programming home page, click on the download button in the bottom left corner, and in the pop-up select hardware window pull down to the bottom and select N3

    microbit-retro-arcade-19-709df3392891f249d6273373d2c79d46.png

    You will get a file in .hex format, drag it into the MICROBIT drive to run it on micro:bit V2 + Microbit Retro Arcade.

    Remote Control Handle Guide

    Material Preparation

    The following materials are required for this case.

    • micro:bit V2 × 2
    • Microbit Retro Arcade × 1
    • Cutebot × 1

    Cutebot side program

    Programming platform

    Link: https://makecode.microbit.org/# Create a new project to go to the programming home page

    microbit-retro-arcade-20-70746275cc5c8ca89316cfbcb8905f94.png

    Add extension

    Add the Cutebot Smart Racing Extension software library and click on the extension.

    microbit-retro-arcade-21-9a154194c6acd13542c6466b5844ee86.png

    Type "cutebot" in the search field, click Search, and add the extensions library.

    microbit-retro-arcade-22-519f0bfa470f83395f3c72a1ad5d3b82.png

    Writing programs .

    microbit-retro-arcade-23-3d0a841faaf6bdf544af9e9506478239.png

    Link: https://makecode.microbit.org/_gC9gJDET83xd

    Remote control end program

    Programming Platform

    Link: https://arcade.makecode.com/# Create a new project to go to the programming home page.

    microbit-retro-arcade-24-a0da666c1e55e83b51d0f44a91fc5c25.png

    Add extension

    Add the wireless communication extension library and click Extend.

    microbit-retro-arcade-25-1c5f2a2e79b54601962c7b7abffacdf5.png

    Type "radio" in the search field and click Search to add the extension library.

    microbit-retro-arcade-26-afd6a45b570b6f7a7198fccde78b939c.png

    Writing programs .

    microbit-retro-arcade-27-d0363952821fe1efec5004e59c72f58f.png

    Link: https://makecode.com/_1HCLTf71TFJk

    Download steps

    Since the micro:bit V2 (nRF52833) is still in beta for the Arcade platform officials, we need to first go to the platform's settings page to open up the hardware options that are still in the trial version.

    microbit-retro-arcade-16-547001015bd2b65efa370e7cb4a5212d.png

    microbit-retro-arcade-17-971406cf79bfa36b85eb10fa28a99a5f.png

    Make sure Expermental Hardware is enabled (you only need to set it once)

    microbit-retro-arcade-18-3cfb578fa27148e38fa61c0de22120aa.png

    Then go back to the programming home page, click on the download button in the bottom left corner, and in the pop-up select hardware window pull down to the bottom and select N3

    microbit-retro-arcade-19-709df3392891f249d6273373d2c79d46.png

    You will get a file in .hex format, drag it into the MICROBIT drive to run it on micro:bit V2 + Microbit Retro Arcade.

    Waveshare Electronics
    EF-08282

    Specific References

    ELECFREAKS micro:bit Retro Programming Arcade (EF08282)

    €34.80

    29.00 € tax excl.