Skip to content

Understanding Hello You

Wendy Ju edited this page Jan 30, 2016 · 5 revisions

System Overview

We can look at a visual explanation of how the system is working in the diagram below.

helloYouSketch.ino (The Arduino code)

The Arduino code written in C++. It may be written or edited on the IxE itself, but it is compiled, uploaded and run on the Arduino board.

server.js (The RPi code)

The server.js code is written in javascript. It is run on the IxE using node.js.

index.html and client.js (The browser code)

Index.html is written in html, but with javascript embedded. The client.js code acts as a library for the functions called in index.html, and is written in javascript. These files are served from the IxE when node.js is running server.js. Both run on the web browser.

Annotated code tours

These links show in more depth what is going on in each component of the IxE.

IxE Workshop

For Novices

  1. Unix command review

  2. Hello You Introduction

  3. Log on to your IxE

  4. IxE overview

  5. Run the Hello You example

  6. Understanding Hello You

  7. Logging Out & Shutting Down

Post Novice
0. Logging in as Pi

  1. Preview the larger IxE image
  2. [Project Ideas](Project Ideas)

Also [Related Links](Related Links)

Clone this wiki locally