Avoiding CreateSpace book cover size issues

Recently I’ve had the pleasure of publishing Linda Needham’s most recent book through Kindle Direct Pubishing (eBook) and CreateSpace (paperback). Her book is the 20th century historical romance, “The Legend of Nimway Hall: 1940-Josie“.

In the process, I learned a lot about indie publishing (see this site’s Creating eBooks menu for my notes so far) and experimented with how to make a CreateSpace book cover (a professional created Linda’s book cover).

Continue reading Avoiding CreateSpace book cover size issues

How To Play 25 Lotus Flowers

25 Lotus Flowers is a rotating-piece puzzle I recently invented (at least I’m ignorant of any earlier versions). The object is to turn the 25 lotus Flowers to form a given pattern. The challenge is that each Flower prevents one of its neighbors from turning, so you usually have to turn several Flowers before you can turn the one you want to turn.

I called the puzzle 25 Lotus Flowers because the 25 puzzle pieces look to me like ancient Egyptian images of lotus flowers, and the addictive nature of the puzzle reminds me of the Lotus Eaters in The Odyssey.

Continue reading How To Play 25 Lotus Flowers

Well Depth Sensing: Soldering, Soldering, Soldering!

In my previous post, I designed a 3D printed sensor junction box for my well tank depth sensing project. In this post I solder… a lot.

I have 36 RJ45 jacks, 36 breakout boards for those jacks, and a pile of break-off headers for those breakout boards. Each breakout board has 8 holes for the RJ45 jack pins and 8 more holes for the header pins. That’s 36 * (8+8) connections I need to make to attach the breakout boards to the jacks. That’s 576 connections to solder!

Continue reading Well Depth Sensing: Soldering, Soldering, Soldering!

Well Depth Sensing: Temperatures Are In the Database

In my previous post, the ESP8266 Arduino Sketch was reading 12 temperature sensors. In this post, I describe the progress on the web side of things: the PHP web service that stores temperatures in an SQL database.

I’m really happy with the ESP8266 so far: it reliably connects to a given WiFi access point, and now it’s reliably doing an HTTPS POST of data to my PHP web service.

Continue reading Well Depth Sensing: Temperatures Are In the Database

Making a 3D Printed Name Badge

NOTE: Go to the updated post Making a 3D Printed Name Badge, Version 2. The tools have improved and changed in the years since I’ve written this original post.

Last month at the Portland OR 3D printing Meetup, someone suggested we should all make our own name badges so Shashi wouldn’t need to bring as many “Hello, My Name Is” paper tags to the Meetups. Game On!

In this post I explain how to make your own, two-color 3D Printed name badge just like mine.

Continue reading Making a 3D Printed Name Badge

Well Depth Sensing: Measuring the Tank

In my previous post I started the electronics and software for an Arduino Sketch for an ESP8266 WiFi microprocessor and several MAX31820 temperature sensors, that will eventually estimate and upload the level of water in our well water tank.

Since my last post I’ve updated the WellDepthTemperature github repo for the project to read 12 temperature sensors and to do a better job of reporting WiFi errors. That code now successfully identifies and reads the temperature from 12 MAX31820 sensors via a Sparkfun ESP8266 Thing Dev board, all on a breadboard for now.

Continue reading Well Depth Sensing: Measuring the Tank

Technical Writing and Self-Pubilshing