Sat. Apr 22, 2023 – Hydroponics and the esp32

Joel will be presenting a hydroponics controller based on the esp32 and connected to a raspberry pi using home assistant. Here are some links to home assistant and associated sites.

https://www.home-assistant.io/

https://esphome.io/

Joel’s presentation .pdf is here.

HydroponicsController

9:30-10a Cocktails & Conversation
10a Presentation

This is a Hybrid meeting (in-person and on Jitsi).

Small Boardroom @ Quality Foods, 27 Helmcken Rd #110 · View Royal

Join Us Online here:
https://meet.vinnythegeek.ca/vicpimakers

November 10, 2018 – Lights Out!

Saturday, November 10, 2018

10:00am
Q-College, Suite 303 – 771 Vernon Ave, Victoria, BC

Hosted by George Bowden and Craig Miller

LIGHTS OUT, a possible life saver. An acquaintance fell in the washroom and was unable to raise attention for thirty hours, and never fully recovered. The monthly cost ($50) of wearable alert bracelets and the habit of not wearing them is a large risk to seniors living alone. This alarm system, based on an ESP8266 and a php web app, alerts friends that a bathroom light has been left on for way too long. The link to the presentation docs is here.

Feb 10, 2018 – Power Over Ethernet

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.