9:30am
Q-College
Suite 303 771 Vernon Ave, Victoria, BC
Discover the advantages of Power of Ethernet (PoE)! PoE is a technology that allows one to only run one cable to a distant device, just an ethernet cable. The distant device not only receives network connectivity, but also power from the single cable. This is good for small low power devices such as ESP8266 (embedded controller) boards. Hosted by Mark G. RSVP on Meetup here.
Here is a link to the presentation pdf.
What are two things that an Internet of Things (IoT) device
must have?
1. An avenue for communication.
2. Power.
There are a number of ways to satisfy both of these requirements
simultaneously. Item one can be fulfilled with:
– Wireless ethernet;
– Wired ethernet;
– Another radio based data exchange (nRF24L01 transceivers, Bluetooth)
to a network attached controller;
– 2G/3G (and friends) cellular connections;
I’m sure there are others.
Power can be handled variously by:
– A device specific transformer using a wall plug;
– A battery or set of batteries;
– A solar power panel w/battery;
– A power over ethernet cable;
I’ll discuss the ins, outs, pros and cons of these needs
and their combinations.

Show and Tell your Pi
Andrew will share with us his trials and testing with IP -based Cameras, and integration with the Raspberry Pi.
A presentation on creating a house monitoring device, with sensors, reporting via cell phone text interface. Pretty cool stuff.
PHP the language of the Web (well one of the languages) can connect to SQLlite on the backend, storing your dynamic content in a database. In this presentation, you will see how to make that connection, and directly populate data (into your database) from the Web.
Tuesday, November 21, 2017
You have seen Craig carrying around routers, but he has never shown you what is inside. In this session, Craig will show you the Open Source alternative to Router Software, which supports over 1000 router models. There is a good chance your router is supported by OpenWrt/LEDE.
A high-level Python Web framework that encourages rapid development and clean, pragmatic design, Django takes care of much of the hassle of Web development so you can focus on writing Web apps without needing to reinvent the wheel.
Introductiion to the ODROID, a ARM 64bit 1.5Ghz quad core single board computer!
The Internet of things now can control things wirelessly. Control of things using inexpensive radio frequency switches (operating on 433 Mhz) and an ESP8266 micro controller.
The VicPiMakers and Others, includes many devices besides the Raspberry Pi. At this meeting, Greg, will provide an over view of the ESP8266 is a low-cost Wi-Fi chip with full TCP/IP stack and MCU capability. He will highlight several different modules and dev boards, and the software options of Arduino code, and MIcroPython. There will also be a hands on session with the ESP devices.