Surgeon Simulator 2 Suffers A Rough Launch Day On Xbox Game Pass

Surgeon Simulator 2 launched into Xbox Game Pass yesterday (September 2nd), and while many have been eager to jump into some medical mayhem with friends, it’s unfortunately been plagued with a fair few teething problems.

Yesterday saw a huge influx of players diving into the game which caused some strain. Long load times were present when attempting to log in, multiplayer was a bust, and from our own experiences, a few glitches were present.

Read more…

Automated Backyard Studio Model Driven by an ESP32

The architectural model was designed using steel-reinforced concrete, glass windows, wooden steps, and an ESP32 for automation.

Architectural models are designed to approximate life-sized buildings in nearly every way, which is done for several reasons, including visualizing how light illuminates spaces, analyzing the best forms, and the relationships between spaces and materials. The Best Ever Architect’s Tiny Backyard Studio is one of those models and provides an understanding of home automation systems. While it may look simplistic, the model was created almost the same as life-sized buildings, beginning with a solid steel-reinforced concrete foundation, complete with pillars.

Read more…

See Your Circuits in All Their Glory with This Glass-Based “PCB”

By using glass as the substrate instead of the typical FR4 material, circuits can be visible from all angles.

Printed circuit boards, or PCBs, are essentially circuits that have been etched onto a piece of substrate material in order to use less space than something using wires and plugs. Commercially, PCBs are opaque, which does not allow anyone to easily observe the traces unless they get extremely close. It was for this reason that Okubo Heavy Industries wanted to build his own transparent version for a better viewing experience.

Read more…

MIDI Drum Controller “Atomic”

Hi! This is ATOMIC, a 6-pad MIDI drum controller made with Arduino made for music production and fun!

The button allows you to change the notes of the pads which is defined in the codes as modes A (Pattern) and B (Fill mode). The idea behind this is that you first record the basic pattern in you DAW and then you add extra sounds like toms or plates. Two LEDs indicates which mode are you using, and there´s a connection for a hi-hat pedal.

Read more…

Speak4Me is an eye-to-speech module designed to assist those unable to communicate verbally

People who suffer from physical disabilities that leave them unable to speak or communicate effectively can end up frustrated or largely ignored. In response to this issue, Hackaday users MalteMarco, and Tim R wanted to create a small device that can turn small eye movements into simple commands and phrases for easier communication, which they call the “Speak4Me.”

At the most basic level, the Speak4Me consists of an Arduino Nano board that controls a set of four infrared sensors which are pointed at the user’s eye within a single glass lens. Then once every 100 milliseconds, a measurement is taken to determine the location of the pupil and thus the direction being focused on. The word or phrase is chosen by first selecting a profile containing four groups of four elements each, for a total of sixteen possible combinations per profile. As an example, the caretaker profile has elements such as “yes,” “I want to sit,” and even “I need medical treatment.”

Read more…

UCTRONICS’ PoE HAT Mini Adds Power-over-Ethernet to a Raspberry Pi in Tiny Footprint

Designed to leave most GPIO pins free and not block the SoC, UCTRONICS’ PoE HAT Mini is an interesting add-on for Power-over-Ethernet.

UCTRONICS has launched a pair of alternatives to the Raspberry Pi Power-over-Ethernet (PoE) HAT, and while one is a near-copy the second is considerably smaller: the PoE HAT Mini.

The original Raspberry Pi PoE HAT was unveiled three years ago alongside the Raspberry Pi 3 Model B+. Designed to simplify cabling for remote installations, the add-on connects to the Raspberry Pi’s general-purpose input/output (GPIO) header and a second dedicated header found only on the Raspberry Pi 3 Model B+ and later Raspberry Pi 4 Model B, and allows the device to be powered using an Ethernet cable and a compatible switch or power injector.

Read more…

This Giant Display Uses 1,152 Seven-Segment Digits to Show Graphics

Divided across a matrix of 7,200 segments within 1,152 individual digits, this complex display is a unique way to draw images.

Ordinary displays typically feature a matrix of LEDs or liquid crystals that illuminate in specific patterns to generate images. On the other hand, the classic seven-segment module uses, as the name implies, seven LED segments that light up when power is applied. Some modules even combine several of these together and sometimes add decimal points. Maker Chris Combs had the idea to combine these two display technologies together by using the individual segments within each module as a pixel to draw a large image within a massive display. This gives a very retro, yet futuristic, aesthetic that is hard to replicate otherwise.

Read more…

Arduino Sinewave Generator

A signal generator usually has various signals that is can generate, such as Sine, Square and triangle. Others have a sweep function and an arbitrary waveform. These are useful tools in the workshop. They can be used to test out audio circuits, op amp circuits and testing circuit response. Most modern function generators can easily put out frequencies up to 1 Mhz.

So, while I did not expect an Arduino based sine wave generator to replace my desktop function generator, I thought it would be interesting to see how to go about designing one and how it would perform.

Read more…