Trademarking Makerspace (Again)

A British company has filed a trademark application for the word ‘MakerSpace’. While we’ve seen companies attempt to latch on to popular Maker phrases before, Gratnells Limited, the company in question, is a manufacturer of plastic containers, carts, and other various storage solutions. These products apparently provide a space to store all the stuff you make. Something along those lines.

This isn’t the first time we’ve seen someone try to glom onto the immense amount of marketing Make: has put into the term ‘makerspace’. In 2015, UnternehmerTUM MakerSpaceGmbH, an obviously German tech accelerator based in Munich, filed an application to trademark the word ‘Makerspace’. A few days later, we got word this makerspace wasn’t trying to enforce anything, they were just trying to keep the rug from being pulled out from under them. It was a defensive trademark, if something like that could ever exist (and it can’t under US trademark law). Swift and efficient German bureaucracy prevailed, and the trademark was rejected.

The trademark in question here covers goods including, ‘metal hardware and building materials’, ‘trolleys, trolleys with trays’, ‘guide rails of non-metallic materials’, and ‘lids for containers’, among other storage-related items. While this is far outside the usual meaning for a ‘makerspace’ – a building or club with a whole bunch of tools – if this trademark is approved, there is always the possibility of overzealous solicitors.

Fortunately, Gratnells released a statement today saying they would not defend or continue this trademark. This is in light of the recent, limited reaction to the trademark application. The word Makerspace is safe again another day.

Thanks [Tom] for the tip.

Introduction To TensorFlow

I had great fun writing neural network software in the 90s, and I have been anxious to try creating some using TensorFlow.

Google’s machine intelligence framework is the new hotness right now. And when TensorFlow became installable on the Raspberry Pi, working with it became very easy to do. In a short time I made a neural network that counts in binary. So I thought I’d pass on what I’ve learned so far. Hopefully this makes it easier for anyone else who wants to try it, or for anyone who just wants some insight into neural networks.

Continue reading “Introduction To TensorFlow”

A Tiny Bench Power Supply

One of the more popular projects for beginners in electronics is a power supply. Yes, you can always go to Amazon and buy a nice power supply, but unfortunately, we haven’t set up our Amazon affiliate links yet. Instead, we’ll have to go with the next best thing and check out [Tron900]’s mini bench power supply build. It’s extremely capable and cute as a button.

The design goals for this project were to build a small and compact unit using mostly salvaged and recycled components, with all through-hole circuitry. The best guide you’ll ever find for a DIY power supply is one of [Dave Jones]’ earlier video series going over the construction of an adjustable power supply based on an LT3080. [Tron] didn’t have this regulator on hand and wanted to base his design around an op-amp instead. After rummaging through his parts, he found what he was looking for: a TIP3055 power transistor, a neat enclosure that could double as a heatsink and an AD680 voltage reference.

The design of this power supply was simulated in SIMETRIX, and after a few revisions [Tron] had a circuit that worked reasonably well. The circuit was populated on a piece of perfboard, a fantastic front panel was constructed, and one of those ubiquitous volt/ammeter panels added.

This is just a one-off project, but the results are fantastic. This is a very small, very capable power supply that does everything [Tron] needs. It’s accurate enough, at least when measured with a fancy benchtop HP meter, and looks adorable. What more could you want in a benchtop power supply?

ESP32 WiFi Hits 10km With A Little Help

[Jeija] was playing with some ESP32s and in true hacker fashion, he wondered how far he could pull them apart and still get data flowing. His video answer to that question covers the Friis equation and has a lot of good examples of using the equation, decibels, and even a practical example that covers about 10km. You can see the video below.

Of course, to get that kind of range you need a directional antenna. To avoid violating regulations that control transmit power, he’s using the antenna on the receiving end. That also means he had to hack the ESP32 WiFi stack to make the device listen only on one side. The hack involves putting the device in promiscuous mode and only monitoring the signals being sent. You can find the code involved on GitHub (complete with a rickrolling application).

Continue reading “ESP32 WiFi Hits 10km With A Little Help”