Should you buy a GaN Power Adapter? Or is it a scam? || Testing GaN FETs!

In this video we will be having a closer look at GaN FETs in order to find out whether they will improve power electronics products in the future. For that I got myself a commercial GaN power adapter which I will compare with a more traditional power adapter concerning their efficiency. Afterwards I will measure the resistance and switching speed of a proper GaN FET and finally use it in a buck converter circuit to demonstrate the difference to a normal MOSFET. Let’s get started!

Cast Spells on Devices with This Magic IoT Wand

Sam March can now “magically” control smart outlets with a wand that detects gestures and sends them via Bluetooth.

As stated best by the writer Arthur C. Clarke, “Any sufficiently advanced technology is indistinguishable from magic.” Internet-connected homes can certainly feel like magic sometimes, as every appliance, light bulb, and outlet can all talk to each other and relay information for increased convenience and efficiency. However, just saying a command to your favorite digital assistant or pressing a few buttons on an app isn’t that fun, which is why Sam March decided to invent a novel way of activating smart outlets — through a magic wand. By performing certain gestures, the user can cast “spells” on specific outlets through Bluetooth.

Read more…

Boochow’s RaspberryPi Pico Receives and Decodes MIDI Signals via Its USB Port

Developed using the TinyUSB library, this project receives MIDI messages via USB and decodes them for printing via UART.

Pseudonymous developer “boochow” has used the popular Raspberry Pi Pico in the heart of a MIDI device with a difference: Rather than making music, it’s designed to monitor and display the MIDI signals received from a USB MIDI device.

Read more…

3D Printed Cycloidal Actuator

I have designed yet another cycloidal drive! This one is different, though. Unlike most of my projects, it is strictly 3D printed. No CNC required. The cycloidal mechanism is also “inside-out”. The cycloidal discs do not rotate, they only wobble, transmitting rotation to the output. This was also designed to maybe be used in a modular robot arm. It’s also a 25:1 gear reduction.

DJ Harrigan Blends Reality with Fiction by Creating an Animatronic, Alexa-Powered GLaDOS

Inspired by the antagonist from Valve’s Portal series, Harrigan has combined a custom-built animatronic and an Echo to create GLaDOS.

Maker DJ Harrigan has blended two worlds with the creation of a voice assistant which combines Amazon’s popular Alexa with Portal’s fictitious but reasonably murderous artificial intelligence GLaDOS.

For the past seven months, Harrigan has been working to bring GLaDOS, the iconic artificially-intelligent testing-hungry antagonist from Valve’s Portal franchise, out of the game world and into the real. Initially, the plan was relatively simple: “I’m building a scaled animatronic version of GLaDOS (as she looks in Portal 2),” Harrigan explained at the project’s launch.

Read more…

Serial Debugger With Display

Sometimes you need to quickly check the state of the device and having to use a computer for that can be a bit bothersome. A pocket-sized debugger that can monitor and display the data stream is the perfect solution for that!

On the upper right corner, there’s a pin header (RX, TX, GND) meant to be connected to the device you want to receive data from. The current iteration is only 5V tolerant, in the future we plan to add a switch to shift between the 5V and 3.3V logic levels.

We’ve used an ILI93441 2.2″ TFT display and an ATmega328P microcontroller (the design is based on the Arduino Nano schematic) for reading and displaying the serial data. We’ve also added a rotary encoder with push button, which can be used to switch between different baud rates, scroll through the text or pause/resume autoscrolling.

Read more…