Gifts for Beekeepers

My dad is a beekeeper and I’m always on the lookout for bee themed gifts for him (and quite honestly, sometimes for myself). Here is a round-up of beekeeping and bee lovin’ related gifts.

*Some of the links in this post are affiliate links. As a teacher myself, any supplement to my income helps. This means if you click on the link and purchase the item, I will receive an affiliate commission at no extra cost to you. All opinions remain my own.

 

Although my dad doesn’t need any help selling his honey (he says it sells itself!), a little extra advertising never hurts with this cute beekeeper “Ask Me About My Honey” tee.

Straight from bee yard etiquette, this shirt says don’t swat!

Okay, this one is totally for me. The floral bee popsocket is bee-autiful.

And while I’m at it, okay, okay, another one for me. This bee babe shirt is lovely (except I’d get it in gray instead of red).

This protector of the bees t-shirt is great for my dad who is very passionate about protecting our native bees!

I love this play on words. This be kind to beekind shirt is all the right kinds of kitschy!

Last, if you are looking for something a little more matchy matchy, this set on Etsy is perfection. I’ve bought several things from Blackbird Supply and love them all!

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Cheers,
Jess

Personalized Gifts for Kids Named Ada

I love to get personalized gifts for the loved ones in my life. I know this pretty awesome little kid named Ada and when I was looking for gift ideas, I figured I’d share what I found. So, here is my round-up of some fun gift ideas for children with the name Ada.

*Some of the links in this post are affiliate links. As a teacher, any income supplement is very appreciated. This means if you click on the link and purchase the item, I will receive an affiliate commission at no extra cost to you. All opinions remain my own.

A really cute shirt for children name Ada (it comes in other colors too!), this shirt has the word “Adorable” with the letters spelling “Ada” in white.

With the name Ada of course I have to mention Ada Lovelace, one of the first computer programmers. There are numerous children’s books about Ada Lovelace. There are three notable children’s books that are biographies about Ada Lovelace:

Ada Lovelace, Poet of Science: The First Computer Programmer by Diane Stanley (for ages 4 – 8)

Ada Lovelace (Little People, Big Dreams) by Isabel Sanchez Vegara (for ages 4 – 8)

Ada Byron Lovelace and the Thinking Machine by Laurie Wallmark (for ages 6 – 10)

 

An anthology of women in science, Women in Science: 50 Fearless Pioneers Who Changed the World by Rachel Ignotofsky is recommended for children age 10 – 17. It includes Ada Lovelace as well as 49 other important women in science history.

If you are looking for more STEM books, then you’ll appreciate the author Andrea Beaty who wrote Iggy Peck, Architect and Rosie Revere, Engineer. The third book in this collection is Ada Twist, Scientist.


If you have any gift recommendations personalized a child name Ada please share!

Painted Subfloor is Acceptable

In both of our houses, the Master Bedrooms had pet stains that were  left by previous owners. This caused our pets to mark those same spots. To stop this behavior, we found a couple solutions. Once we removed the offending carpet and sealed the subfloors upstairs with Binz to seal the pet odors forever. We couldn’t afford to recarpet yet. So we did the next best thing. We just picked a color of paint we had a lot extra of and threw it on the floor.

 

 

 

 

FIrst we levelled the floor a bit and sealed cracks with wood putty, then just painted. We kept the room like this for some time as it was a creative space, almost a art studio feel. When we could afford it, we of course did finish the floor (more on that later). But it worked great in the meantime. The sub floor wood chip pattern worked to break up the color of the paint and gave a carpet-type look. It does soak up a lot of paint, so you might want to hit it with a primer first.

Gratuitous texture closeup:

PCB Milling Software Survey

FacAcademy had used a great tool designed in-house for PCB milling making it stupid easy.  I should be able to mill some PCBs at home right? Ha!

Method 1 Carbide Copper (web-based): Carbide Copper (Formally Rapid PCB)is by far the simplest solution for PCBs. A simple step by step process takes your Gerber and Excellon files and generates great g-code for your machine to run. Check it out below:

Method 2 Easel (web-based): Easel is the online CAM tool from Inventables, the makers of Xcarve. It has a lot of good settings in it and the interface is great. I just hate storing all my files online. Honestly I’m kinds sick of all these online “apps” that change settings and user interfaces elements all the time. Makes it impossible to follow a video tutorial after 6 months since nothing looks or works the same (looking at you AutoDesk!)

Method 3 FlatCAM: Once  you create your PCB, you need to run a CAM process inside your PCB tool (such as EagleCAD or KiCAD, etc) to export the gerber and excellon files of your design. Gerber files basically throw all bottom traces into one file, all top traces into another, all drill files into another, etc. Then to view these, you need a Gerber viewer.  Once you do that, you can use a CAM software to generate the tooling for making the board. This is where FlatCAm comes in. You import your gerber files and FlatCAM will help you create the path the PCBmill will need to move to create your circuit.  I must say, I found FlatCAm’s user interface frustrating. YOu bring in your gerber of the bottom traces for instance, then click another tab to set up the tooling, then that creates another file in your project in which you must then select and select another tab (again) to finally generate the g code for your machine.  You have to do the same with the top traces file, the drills file, and the dimension file. This seems convoluted and frustrated me.

Method 4 MakerCam: This method works well for Fritzing. You can export an SVG from Fritzing, then import that into inkscape for touch-ups, then on to MakerCAM to generate the final product.

Method 5 FabModules: The older linux-based Fabmodules won’t work for me, I’m not installing a bunch of junk on my PC just to run fab modules. Luckily, there’s a new web-based version at http://fabmodules.org  The new version doesn’t seem to be as good as the old version in creating the output files. Here’s a basic intro to making PCBs with it:

Method 6 Fusion 360: While the newest version of Eagle has a plugin to send the PCB design to Fusion360, you can’t do anything useful with it (such as extrude the traces easily). It seems you have to redraw or trace the traces onto a Fusion360 sketch. While using “Smart snapping” can simplify this, it’s still something that should be automated. (Correct me in the comments if I am mistaken about this method). However, a friend of mine worked out a method that seems to have worked well for him. You export the EagleCAD as an PNG, then import the PNG to fabmodules to create an SVG of the outline of the traces, then import this SVG into fusion and extrude and generate toolpaths.

The workflow is similar to the video above for the fabmodules. Once you bring your SVG into Fusion360, extrude all the traces up about 0.2mm (could be time consuming) and extrude the remainder of the PCB downward -1.5mm and select a teeny-tiny endmill. If you have to, simply create this as  a new tool. 1/64″ (0.39-0.4mm) is what FabAcademy uses typically. Then create a 2D contour around all the traces.

 

What to do with all these Jawbone devices now the company is defunct?

(TLDR: Jawbone Replacements – Fitbit Inspire HR, Fitbit Charge 3, Garmin Vívoactive 3 Music)

Having gotten a couple Jawbone Up24 devices a few years ago for dirt cheap (<$10 each used)  I thought it was a great deal, until Jawbone shut down their servers recently.  The app no longer works for tracking steps or sleep, you can’t create new accounts or anything anymore.  I think it’s a damn shame that even while the company is dying with no hope of saving it, they haven’t open sources their hardware/software. As a plea to all companies, especially those with millions of devices already in the market, please open your designs to the public if your company is dying!!!  Otherwise all those devices are going to end up in landfills even though they still have the ability to work. I realize that there may be some tech you can’ share such as what’s involved in patent disputes, but at least open the parts of the code that provide basic functionality for hackers to work with!

For the Jawbone UP24 bands I have, I did some googling and found someone who wrote an app that allows the UP bands to vibrate when your phone gets notifications which still works even after Jawbone’s API has been taken offline. This is a great thing to use for things such as calendar notifications or timer on your phone.  Here’s my journey into getting these things to work.

If you don’t currently have a jawbone device, you can get them online second hand pretty easily and for practically nothing nowadays.  YOu can’t buy them from stores anymore though.  I recommend you pick up a UP24 band.

The next step is to fix the band if you need to. I did a hard reset on my band as it wasn’t charging correctly. Here’s the steps

To hard reset your band, please follow these steps:

Press the button on your band 10 times. Try to pace the presses at about about one press every second.

On the 10th press, PRESS + HOLD the button for 15 FULL SECONDS, or until the sun status light appears. Once you see the light, let go of the button. (via https://blog.mornati.net/)

Doing a hard reset will wipe all saved data from the device, but since Jawbone’s servers are down and likely for the count, I don’t think that matters much.

Next download the Jawbone App. As I mentioned before, it won’t track steps or sleep, or allow you to connect to a jawbone account, however you need this to pair your UP24 band to your phone.  This is required after a hard reset. Open the app and click through the screens (don’t try to sign or log in as it won’t work, their servers are turned off) but you’ll eventually come to a point where you need to pair the device as shown in the video below.  This worked for me with no problem at all and without having to log in.

The next part (after pairing the device with your phone) is to download the app to allow you to push notifications called UpNotifications in the play store. You can select which apps you will allow. This app does cost $1.79, but given that you can get the device <$10 (we got one for $3 on ebay), and this app for <$2 I think it’s still worth it. What’s cool is the builder of this app Stefano Brilli documented the process of building this app on his blog.

In the UpNotifications app, simply go to the top and switch on notifications, then go to “select band” and it should be populated in the list with it’s address. CLick that, then select which apps you want to be able to push notifications to the band.

It should be noted that this app might support more than just Jawbones. It detected my FitBit Charge 2 device as well.

Tada! You just saved a functional device from the ending up in a landfill. This is truly recycling in the sense that you’re ReUsing (reduce, reuse, recycle). LIke other forms of recycling, it’s a bit of a downgrade of the band’s once glorious functionality, but at least now you’ve given it a second life.

Another quick note if you encounter problems, the only troubleshooting info I have from the UpNotifications app says to make sure your firmware is updated. SInce you can’t access the jawbone app, I’m not sure how that’s possible. If you figure it out, or have any other hacks for these little guys, feel free to post them in the comments.

I will recommend updating to a different company’s fitness band. There are a ton of options, and I have only tried a few. For instance, I mentioned the Fitbit Charge 2 earlier. This is a great basic step counter and heart rate tracker and when paired with your phone can map your exercises using the phone’s GPS.  I loved the small size and simple interface. It tracks heart rate constantly and does a great job of detecting how well you’ve slept (showing you a chart with deep sleep, REM, and showing how many times you were awake or restless in the night). The heart rate tracker can also estimate cardio fitness score, a measure of how healthy you are overall.

After using my Fitbit Charge 2 for more than a year, I decided that I wanted more features like integrated GPS so I didn’t need to bring my phone with me when I exercised. I tried the Samsung Gear S2. This is a full android device that can make cell phone calls and has Svoice (Samsung’s version of Siri) which I found worked well. It has built-in apps for heart rate, GPS tracking of exercises. (Though I used both the MapMyRun and Endomondo apps for the watch as well). The Heart rate monitoring isn’t constant, rather it can be set to measure when you are still for a programmable period of time (sucha s 10 or 30 minutes). It doesn’t have a native sleep tracker app so I tried a couple apps I downloaded.  Most of the apps available for the phone are actually just watch faces which is disappointing. I love that this watch was waterproof so I could shower and swim with it, and the wireless charging feature.  Eventually I got rid of it though because it had to be recharged every day. I got it used so maybe the previous owner had messed up the battery. Regardless, I moved on.

I settled on the Garmin Vivoactive 3 which I charge about as often as the Fitbit, only once a week. It has integrated GPS so I don’t need to bring my phone to track my exercise. It also has a great heart rate monitor and is one of the few watches with Heart Rate Variability (HRV) monitoring features which can be used to determine how healthy you are. It is also waterproof, and has a full color screen which you can easily see in full daylight.

In all, there isn’t a ton that can be done with the Jawbone’s now that their servers are offline unless someone backwards engineers the communication protocol to set up new bands with an app. This is very unlikely given the current scenario. The best option is to move to another company. Fitbit, Garmin, and samsung’s stock prices are all pretty steady over the last year so I believe they will stick around for the long haul. Samsung owns South Korea so it isn’t going anywhere, and garmin has been in the GPS game for ages.

Protected by CleanTalk Anti-Spam