13:28:44 #startmeeting electronic/robotics with nodejs 13:28:44 Meeting started Tue Aug 2 13:28:44 2016 UTC. The chair is bkm. Information about MeetBot at http://wiki.debian.org/MeetBot. 13:28:44 Useful Commands: #action #agreed #halp #info #idea #link #topic. 13:28:44 The meeting name has been set to 'electronic/robotics_with_nodejs' 13:30:46 speaker Onralp Sezer 13:31:37 #topic intro outline 13:31:51 Node js, robotics, electronics 13:32:00 #topic what is it 13:32:26 javascript engine, lightweight,efficient 13:32:57 #topic electronics/robotics 13:33:25 usually custom, so no magic library that solves everything 13:34:19 Can connect hardware using SPI,I2C, serial port, web server, socket, modbus,bacnet(RTU,IP) 13:35:35 Hardware: arduino with firmdata, embedded cards (Pi, Beagleboard etc), microchip (PIC series with manual code), OpenWRT devices 13:37:24 No general library for I2C and SPI, but can use multiple connections on the same line using addresses 13:38:52 Example project using PCA9685 I2C chip which has its own npm package 13:40:11 Example code for controlling motors 13:41:04 Serial port also easy to use 13:42:35 Can also connect to multiple devices on the internet using web socket/server 13:43:27 Example code for connecting to internet 13:43:53 Shorter simpler code using Web server express 13:45:25 Cyclon makes it easy to try out many addons, well documented 13:48:23 Example live demo showing position detection of a hand 13:49:02 Industrial connections are Modbus and Bacnet protocols 13:49:18 Bacnet newer, easier to use 13:49:33 Bacnet fast 13:50:15 Modbus used more on sensor, counters, converters. Needs less space. 13:51:50 #topic robotics 13:52:30 Can use cylon on Arduino and Raspberry Pi 13:54:23 Video of robotic hand manipulation 13:55:01 Using sensor of muscles. 13:55:10 Code to follow on github 13:55:15 #topic questions 13:55:55 Uses 8 electromagnetic pulse detectors to determine muscle movement 13:58:04 Can also use camera 13:58:37 Camera more sensitive, but needs more processing power 13:59:27 Related project for prosthetic robotic arm. 14:00:42 Bluetooth looks promising due to low latency 14:02:26 github user name: thunderbirdtr 14:03:00 #endmeeting