Skip to content

Commit 31acb32

Browse files
committed
update readme
1 parent a94f021 commit 31acb32

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

readme.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ Source code: https://github.com/lasselukkari/angular-arduino-demo
1010

1111
## Usage
1212

13+
First, you'll need to install `yo` and other required tools:
14+
```
15+
npm install -g yo bower grunt-cli
16+
```
17+
1318
Install `generator-angular-arduino`:
1419
```
1520
npm install -g generator-angular-arduino
@@ -43,10 +48,14 @@ Run `grunt` for building + uploading, `grunt serve` for ui preview. See generate
4348

4449
**Server**
4550

46-
* Platform presets: `Uno`, `Mega`, `Due`, `ESP8266`,
51+
* Platform presets: `Uno`, `Mega`, `Due`, `ESP8266`
4752

4853
Custom platform options can be set manually.
4954

55+
Also tested on Teensy 3.1 with the WIZ820io but the project has to be uploaded manually using the IDE.
56+
57+
Àrduino Uno is barely usable. On Uno the example project consumes almost all available memory resources. Remove Serial lib to free some space.
58+
5059
## Injection
5160

5261
A grunt task looks for new files in your `client/app` and `client/components` folder and automatically injects them in the appropriate places based on an injection block.

0 commit comments

Comments
 (0)