Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1.14 KB

File metadata and controls

28 lines (24 loc) · 1.14 KB
page_type urlFragment languages products description
sample
iot-blockly
csharp
windows
A sample that shows how to leverage various pieces of open source software to create a "block" development experience on Raspberry Pi for Windows 10 IoT Core.

IoT Blocky

IoTBlockly leverages various pieces of open source software to create a "block" development experience right on your Raspberry Pi.

  1. [Google Blockly](https://developers.google.com/blockly) for the block editor.
  2. [Chakra JavaScript engine](https://github.com/Microsoft/Chakra-Samples) to execute JavaScript snippets.
  3. Emmellsoft.IoT.Rpi.SenseHat library to control the [Raspberry Pi Sense Hat](https://github.com/emmellsoft/RPi.SenseHat).

Requirements:

  1. Raspberry Pi 2 or Raspberry Pi 3
  2. [Raspberry Pi Sense Hat]((https://www.raspberrypi.org/products/sense-hat)
  3. Windows 10 Core installed and running on the Raspberry Pi

Usage

Compile the solution and deploy the IoTBlocklyBackgroundApp to your Raspberry Pi. Once the app is up and running, browse to http://your-rpi-name:8024 and start coding with Blockly!