Quickstart
Last updated
Last updated
Maker Playground, the complete embedded system, IoT development software. Peripheral's behavior studies, circuit wiring diagram, instruction designing and uploading the finish instruction to the device are done in just one. Maker Playground uses diagram to define device's behavior, then the source code and circuit wiring diagram will be generated. Many embedded controllers are support such as Arduino (AVR), ESP8266 & ESP32 based platforms and Raspberry Pi.
Download Maker Playground software from www.makerplayground.io For further installation instruction, click the link below.
Installation Instruction1. Choose platform and controller. For example; Arduino (AVR8) and Arduino UNO board.
2. Choose peripheral from Device Explorer tab by clicking + at the top right to add the peripheral. For example; LED peripheral will be added and the LED will be appear in the circuit diagram pane.
Warning sign will appear besides the device tab while device's configuration parameter is not complete.
3. Device's port connection can be configured under Device Configuration tab. The port can be selected by user or using Auto Select for optimum selection. The warning sign besides the device tab will disappear after the device's port is selected.
For further device configuration information, click the link below.
Devices TABInteractive mode supports commanding and retrieving data from any type of peripherals. This is able to safe time for installing libraries, coding, uploading software and serial monitoring.
For further instruction for Interactive Mode, please visit the link below.
Interactive Mode6. Next, creating sample project of LED blinking. The LED will be ON-OFF every 1 second continuously. Using Diagram tab to define instruction for the device. Click Add Scene to add new Scene Block and click LED1.
7. Add another scene block, Add LED1 and configure LED1's action in this scene to be OFF as shown.
The complete diagram will be shown below.
8. Add and place delay block among scene1 and scene2 blocks.
9. Add 1 more delay block at the last position of the series.
10. Connect the blocks together.
11. Press upload button at the right top of the screen.
For further diagram connection information, please visit the link below.
Maker Playground Diagram4. Complete the device's wiring and begin the test by choosing communication port between the controller and the computer and press button to start Interactive Mode.
5. When software uploading complete, button will be turned to button. Now, the device(s) within the circuit diagram pane can be clicked to open the setting menu for action setting or viewing input values. By changing LED's action from ON to OFF or changing LED's brightness level and press button, the action of the physical device will be performed immediately.