Musings

Project Musings

The Works of Steven Green

I've posted my project AGWAN progress slides presented at the SNH Game Developer's meetup on April 18, 2024.

The progress slides can be viewed in the game project section of this site, April 18, 2024 Slides.

Capturing spring colors

It was a beautiful spring day; the sky was clear and the temperature was comfortable. I took a series of photographs as the moon crossed in front of the Sun as seen from Holliston, MA, on April 8, 2024.

I have added a gallery to this site dedicated to this event.

The Eclipse Gallery shows the p...

Assembly of version 1.2 of IoT sensor

I've updated my web-site to display my IoT temperature sensor data. Currently there is only one sensor, but I have materials to make two more boards. I expect to have more boards fabricated so I can locate them around the home.

A Grav PHP plugin was written to load the sensor data from a MySQL dat...

Assembly of version 1.2 of IoT sensor

Although looking a little ugly, I finally have a working IoT temperature sensor. I had put it down for a time, but returned to this project in January.

The board now:

  • wakes from deep sleep
  • measures the thermistor temperature via an ADC
  • connects to my LAN via wifi
  • posts a "rest" message t...

I've posted my project AGWAN progress slides that I presented SNH Game Developer's meetup on December 21, 2023.

They can be viewed in the game project section of this site, December 21, 2023 Slides.

I've been experimenting with C++ 20 modules.

Modules are a new way of organizing C++ source files, and my development tools have advanced to the point I can do some simple development.

The tools are still in their early stages, but I find the technology interesting, so I made a module version o...