OldNews: Difference between revisions

From K-LUG Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
(30 intermediate revisions by the same user not shown)
Line 4: Line 4:




=== Technical Meeting: January 12th, 2017 ===
=== "January" Social: Saturday February 2nd ===
Sleigh rides!  We will go for a [https://www.rochesterwinterfest.com/events/sleighrides sleigh ride at WinterFest] for our "January" social.  This is an annual favorite with the smaller geekazoids.  In fact I think we've even made the advertising photo for this public event, I suspect that mini-Schmidt is in pink on the top of the snowpile and my own blaze orange snowpants can be seen behind the horses to the right of mini-Schmidt.


Paul Zellweger and Jason Thompson of ArborWay Labs, on their automatic database application Studio.  [http://k-lug.org/images/3/3f/ArborWayLabsJAN122017.pdf Handout / presentation outline]
Saturday, February 2nd, at 10 am.  


Park along the road on Salem Road, the sleigh rides are north of the road behind the History Center.


ArborWay Labs presents a demonstration of its automatic relational technology or ART Studio
Plan to gather around the Schmidt family.  Sorry, no easily identifiable blaze orange to gather around this year.


ArborWay Labs will present a live demonstration of its automated
relational technology system called the ART Studio. It is a proof of concept that
generates database applications automatically using context-sensitive interfaces that
guide designers through our step-by-step process. In the first half of our presentation,
we will explain how and why our technology breaks new ground with the RDBMS on the
white board. Next, we will build a small database application from a 5-table database
system that will be posted on our server. The audience will be encouraged to browse
and explore the “100 Best TV Episodes database” on their own personal computing
devices. This part of the demonstration will be limited to smart phones, tablets, and
laptops. Stay tuned for the launch of our smart watch database applications in the
Summer’17.


ArborWay Labs is a Rochester, MN based start-up that aims to change the way today’s
professionals build and distribute database applications. With ArborWay’s ART Studio,
database applications are generated by a design activity that automates the production
of SQL, object-relational mapping, and all code that was previously crafted by hand.


=== Technical Meeting:  Thursday January 10th, 2019 ===
Dennis DeLorme on his Garagenator (that's garage doing the work of a refrigerator), involving WiFi/Web based temperature sensor/logger:


It is rumored Dennis may be having a birthday (and providing cupcakes), and ArborWay is providing two pizzas.
<blockquote style="
color: black;
background-color: #eaecf0;
border: solid thin gray;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
">
Did you have the family gathering at your place for Thanksgiving? Did you run out of space in the refrigerator? Did you wonder if the garage temperature was safe for overflow food storage? If so you needed the GARAGERATOR - the WiFi/Web solution to garage temperature monitoring.


In this presentation I'll describe how to use an under $10 WiFi module as a web server to monitor and log temperature. The "user interface" is via a web browser on a laptop, tablet, or cell phone. No special hardware or software is needed on the user side.


Also, K-LUG officer elections, and PCIG officer nominations.
I will demonstrate the web server as an Access Point (a stand alone
network) to collect and download data. This requires no additional networking, so it is not dependent on a local network.


It can also be connected as a station on a local network and accessible to any device on the local network. I will describe how to do this (it is only a few lines of code difference). I don't know that I will be able to demonstrate this on the RCTC network - as I recall they had some additional interactions to sign on to their open network.


6 pm, in or near RCTC Heintz Center's HA107.
I will cover the hardware and software used in the project. For those that want to get a head start - the hardware is an ESP8266 module, a
DS3231 rtc, and a DS18B20 temperature sensor. The software is developed using the Arduino IDE with extensions for the ESP8266 (https://github.com/esp8266/Arduino).


[http://www.roch.edu/html-spectrum/getting_to_ucr.html  Directions to Campus]
NOTE: This is not an "Internet Of Things" (IOT) presentation. It could be connected directly to the Internet, but I lack the security knowledge (or, alternately, the level of stupidity) required to do that. It can, of course, access the internet via a local network - like other devices on a local network.
</blockquote>


[http://www.rctc.edu/campustour/maps/heintzA.html Heintz Center Building Map]
 
 
KLUG officer nominations and elections (president, vice president, treasurer).
 
PCIG officer nominations.
 
6 pm, in or near RCTC Heintz Center's HA108.
 
 
[https://www.google.com/maps/place/1926+Collegeview+Rd+E,+Rochester,+MN+55904/@44.021027,-92.4379617,17z/ Directions to Campus]
 
[http://www.rctc.edu/campustour/ Campus layout]
 
[http://www.rctc.edu/campustour/heintz/heintz-a.html Heintz Center Building Map]


Anything else you want to see on the agenda?  Let Tina know.
Anything else you want to see on the agenda?  Let Tina know.
Line 48: Line 64:
=== Older News ===
=== Older News ===


* [[OldNews2018]]
* [[OldNews2017]]
* [[OldNews2016]]
* [[OldNews2016]]
* [[OldNews2015]]
* [[OldNews2015]]

Revision as of 20:00, 7 February 2019



"January" Social: Saturday February 2nd

Sleigh rides! We will go for a sleigh ride at WinterFest for our "January" social. This is an annual favorite with the smaller geekazoids. In fact I think we've even made the advertising photo for this public event, I suspect that mini-Schmidt is in pink on the top of the snowpile and my own blaze orange snowpants can be seen behind the horses to the right of mini-Schmidt.

Saturday, February 2nd, at 10 am.

Park along the road on Salem Road, the sleigh rides are north of the road behind the History Center.

Plan to gather around the Schmidt family. Sorry, no easily identifiable blaze orange to gather around this year.


Technical Meeting: Thursday January 10th, 2019

Dennis DeLorme on his Garagenator (that's garage doing the work of a refrigerator), involving WiFi/Web based temperature sensor/logger:

Did you have the family gathering at your place for Thanksgiving? Did you run out of space in the refrigerator? Did you wonder if the garage temperature was safe for overflow food storage? If so you needed the GARAGERATOR - the WiFi/Web solution to garage temperature monitoring.

In this presentation I'll describe how to use an under $10 WiFi module as a web server to monitor and log temperature. The "user interface" is via a web browser on a laptop, tablet, or cell phone. No special hardware or software is needed on the user side.

I will demonstrate the web server as an Access Point (a stand alone network) to collect and download data. This requires no additional networking, so it is not dependent on a local network.

It can also be connected as a station on a local network and accessible to any device on the local network. I will describe how to do this (it is only a few lines of code difference). I don't know that I will be able to demonstrate this on the RCTC network - as I recall they had some additional interactions to sign on to their open network.

I will cover the hardware and software used in the project. For those that want to get a head start - the hardware is an ESP8266 module, a DS3231 rtc, and a DS18B20 temperature sensor. The software is developed using the Arduino IDE with extensions for the ESP8266 (https://github.com/esp8266/Arduino).

NOTE: This is not an "Internet Of Things" (IOT) presentation. It could be connected directly to the Internet, but I lack the security knowledge (or, alternately, the level of stupidity) required to do that. It can, of course, access the internet via a local network - like other devices on a local network.


KLUG officer nominations and elections (president, vice president, treasurer).

PCIG officer nominations.

6 pm, in or near RCTC Heintz Center's HA108.


Directions to Campus

Campus layout

Heintz Center Building Map

Anything else you want to see on the agenda? Let Tina know.



Older News

OLD SITE

Content from our old website can be accessed here.