meteor on arm | meteor meetup talk

20
METEOR on ARM Tom Freudenberg

Upload: tom-freudenberg

Post on 12-Aug-2015

70 views

Category:

Software


2 download

TRANSCRIPT

Page 1: METEOR on ARM | Meteor Meetup Talk

METEOR on ARMTom Freudenberg

Page 2: METEOR on ARM | Meteor Meetup Talk

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

Page 3: METEOR on ARM | Meteor Meetup Talk

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

Page 4: METEOR on ARM | Meteor Meetup Talk

INSTALLATION

meteor universal blog @ tumblr

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

Page 5: METEOR on ARM | Meteor Meetup Talk

Controlling hardware

IoT

Page 6: METEOR on ARM | Meteor Meetup Talk

TYPICAL BOARD TYPES

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

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

Page 7: METEOR on ARM | Meteor Meetup Talk

ARDUINO onboard

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

Con:more effort on development

Page 8: METEOR on ARM | Meteor Meetup Talk

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

Page 10: METEOR on ARM | Meteor Meetup Talk

somtimes missing on ARM architecture

METEOR PACKAGES

Page 11: METEOR on ARM | Meteor Meetup Talk

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

Page 12: METEOR on ARM | Meteor Meetup Talk

CURRENT PROJECTS

Page 13: METEOR on ARM | Meteor Meetup Talk

teledos

CBRNTrainingScenarios

Page 14: METEOR on ARM | Meteor Meetup Talk

teledos

Page 15: METEOR on ARM | Meteor Meetup Talk

teledos

RealLiveTraining

Page 16: METEOR on ARM | Meteor Meetup Talk

teledos

SHOWCASE

Page 17: METEOR on ARM | Meteor Meetup Talk

MORE

Page 18: METEOR on ARM | Meteor Meetup Talk

SKIPPERS BEST FRIEND

BOAT CONNECT

https://www.skippersbestfriend.com

Page 19: METEOR on ARM | Meteor Meetup Talk

Do you have some Questions ;-)

Thanks

Page 20: METEOR on ARM | Meteor Meetup Talk

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

Tom Freudenberg