METEOR on ARM | Meteor Meetup Talk

Post on 12-Aug-2015

64 views 2 download

Tags:

Transcript of METEOR on ARM | Meteor Meetup Talk

METEOR on ARMTom Freudenberg

METEOR UNIVERSAL FORKhttps://github.com/4commerce-technologies-AG/meteor

Not officialNot supported by MDGSome improvements (PR) (open & merged)

Always updated to last release by us

HACKER BOARDSUpdate 2015-05-13 / Known working boards:

1. UDOO Dual (Lubuntu 12.04, Ubuntu Core 14.04)2. UDOO Quad (Lubuntu 12.04, Ubuntu Core 14.04)3. Raspberry Pi 1 Model B (Raspbian wheezy, jessie)4. Raspberry Pi 2 (Raspbian wheezy, jessie, Ubuntu 14.04)5. ODROID C1 (Lubuntu 14.04)6. ODROID U3 (Lubuntu 14.04)7. Nitrogen6x ()8. BeagleBone Black (Ubuntu 14.04)9. PcDuino v3 (Ubuntu 14.04)

https://forums.meteor.com/t/meteor-on-arm-udoo-raspberry-current-stable-1-1-0-2/2314

INSTALLATION

meteor universal blog @ tumblr

http://meteor-universal.tumblr.com/

Controlling hardware

IoT

TYPICAL BOARD TYPES

Arduino on-Board (serial or i2c bus)Arduino compatible (/sys/.../gpio)

> e.g. SerialPort npm / Firmata> e.g. JohnnyFive npm

ARDUINO onboard

Pro: better & independent hardware layerexisting librariesdoes not touch system performance

Con:more effort on development

UDOO as an example

internal serial line (/dev/ttymxc3)updates through console programminghttps://github.com/TomFreudenberg/udoo-arduino-cli

No “hardwire” between METEOR and ARDUINO

somtimes missing on ARM architecture

METEOR PACKAGES

MISSING PACKAGES

Look for them on GitHub (e.g. meteor-scss)Clone or copy to your /packages

Just run meteor

> 99% is running / have none missed yet

CURRENT PROJECTS

teledos

CBRNTrainingScenarios

teledos

teledos

RealLiveTraining

teledos

SHOWCASE

MORE

SKIPPERS BEST FRIEND

BOAT CONNECT

https://www.skippersbestfriend.com

Do you have some Questions ;-)

Thanks

https://twitter.com/tomfreudenberg | https://github.com/TomFreudenberg | https://about.me/tom.freudenberg

Tom Freudenberg