Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Latest commit

 

History

History

IoTBlockly

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
page_type urlFragment languages products description
sample
iot-blockly
csharp
windows
windows-iot
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!