No Windshield? No Problem, Says McLaren

All the best sports cars look like they’re moving when they’re just sitting there, and the lines on McLaren’s newest limited-edition plaything redefine that look of speed standing still. Maybe it’s the sneering headlights or the streamlined, reverse-1966 Batmobile styling. Whatever it is, the 804-horsepower two-seater project Elva looks like it’s leaping off the line into the future.

But this future is free from the last thing we’d expect to see removed from any vehicle, especially a $1.7 million supercar — the windshield. Now that the headphone jack has been deemed expendable, it seems that nothing is sacred. The Elva is already a permanent convertible with no windows.

Though McLaren didn’t start this weird and windowless fire, the Elva is meant to fan the flames of futurism. She joins the ranks of a few windshield-free models from Ferrari, Mercedes-Benz, and Aston Martin. In the other guy’s cars, you’ll need a helmet above 30MPH unless you love the thunderous sounds of air buffeting and blown-out hair. It’s a young idea with a few bugs to work out.

Continue reading “No Windshield? No Problem, Says McLaren”

Ultrasonic Sensor Helps You Enforce Social Distancing

If you’re going outside (only for essential grocery runs, we hope) and you’re having trouble measuring the whole six feet apart from other people deal by eye, then [Guido Bonelli] has a solution for you. With a standard old HC-SR04 ultrasonic sensor, an audio module and a servo to drive a custom gauge needle he’s made a device which can warn people around you if they’re too close for comfort.

As simple as this project may sound like for anyone who has a bunch of these little Arduino-compatible modules lying around and has probably made something similar to this in their spare time, there’s one key component that gives it an extra bit of polish. [Guido] found out how intermittent the reliability of the ultrasonic sensor was and came up with a clever way to smooth out its output in order to get more accurate readings from it, using a bubble sort algorithm with a twist. Thirteen data points are collected from the sensor, then they are sorted in order to find a temporal middle point, and the three data points at the center of that sort get averaged into the final output. Maybe not necessarily something with scientific accuracy, but exactly the kind of workaround we expect around these parts!

Projects like these to help us enforce measures to slow the spread of the virus are probably a good bet to keep ourselves busy tinkering in our labs, like these sunglasses which help you remember not to touch your face. Make sure to check out this one in action after the break!

Continue reading “Ultrasonic Sensor Helps You Enforce Social Distancing”

What Does A Dependable Open Source Ventilator Look Like?

Ventilators are key in the treating the most dire cases of coronavirus. The exponential growth of infections, and the number of patients in respiratory distress, has outpaced the number of available ventilators. In times of crisis, everyone looks for ways they can help, and one of the ways the hardware community has responded is in work toward a ventilator design that can be rapidly manufactured to meet the need.

The difficult truth is that the complexity of ventilator features needed to treat the sickest patients makes a bootstrapped design incredibly difficult, and I believe impossible to achieve in quantity on this timeline. Still, a well-engineered and clinically approved open source ventilator might deliver many benefits beyond the current crisis. Let’s take a look at some of the efforts we’ve been seeing recently and what it would take to pull together a complete design.

Continue reading “What Does A Dependable Open Source Ventilator Look Like?”

Decentralized Privacy-Preserving Proximity Tracing

As we continue through the pandemic, whether we are on lockdown or still at work, there is a chance for all of us that we could still pick up the virus from a stray contact. Mapping these infections and tracing those in proximity to patients can present a major problem to infection control authorities, and there have been a variety of proposals for smartphone apps designed to track users’ contacts via the Bluetooth identities their phones encounter. This is a particular concern to privacy advocates, because there is a chance that some governments could use this as an excuse to bring in intrusive personal surveillance by this means. A group of academics from institutions across Europe have come together with a proposal for a decentralised proximity tracing system that allows identification of infection risk without compromising the privacy of those using it.

Where a privacy-intrusive system might use a back-end database tracking all users and recording their locations and interactions, this one uses anonymised tokens stored at the local level rather than at the central server. When a user is infected this is entered at app level rather than at server level, and the centralised part of the system merely distributes the anonymised tokens to the clients. The computation of whether contact has been made with an infected person is thus made on the client, meaning that the operator has no opportunity to collect surveillance data. After the pandemic has passed the system will evaporate as people stop using it, rather than remaining in place harvesting details from installed apps. They are certainly not the first academics to wrestle with this thorny issue, but they seem to have ventured further into the mechanics of it all.

As with all new systems, it’s probably good to subject it to significant scrutiny before deploying it live. Have a read. What do you think?

We are all watching our authorities as they race to respond to the pandemic in an effective manner, and we hope that should they opt for an app that it does an effective job and they resist the temptation to make it too intrusive. Our best course of action meanwhile as the general public is to fully observe all advised public health measures such as self-isolation or the wearing of appropriate personal protective equipment.

Adding RGB To A CRT

There was a time when all TVs came with only an antenna socket on their backs, and bringing any form of video input to them meant dicing with live-chassis power supplies. Then sets with switch-mode supplies made delving into a CRT TV much safer, and we could bodge in composite video and even RGB sockets by tapping into their circuitry. For Europeans the arrival of the SCART socket gave us ready-made connectivity, but in the rest of the world there was still a need to break out the soldering iron for an RGB input. [Jacques Gagnon] is in Canada, and has treated us to a bit of old-school TV input hacking as he put an RGB socket on his JVC CRT set.

Earlier hacks had inventive incursions into discrete analogue circuitry, but on later sets such as this one the trick was to take advantage of the on-screen-display features. The signal processing chip would usually have an RGB input with a blanking input to turn of the picture during the OSD chip’s output. These could be readily hijacked to provide an RGB input, and this is the course taken here. We see a VGA socket on the rear panel going to a resistor network on a piece of protoboard stuck in a vacant space on the PCB, from which a set of lines then go to the signal processing chip. The result is a CRT gaming monitor for retro consoles, of the highest quality.

For those of us who cut our teeth on CRT TVs it’s always good to see a bit of TV hacking. It’s a mod we’ve seen before, too.

Warm Up To Cooking With A Recipe-Randomizing Toaster

Did you get a thermal printer when they were hot stuff, but then your interest cooled when you couldn’t decide what to do with it? Something similar happened to [Sunyecz22], and the poor printer sat unused until that magical day when the perfect use for it popped up — a random recipe receiver in the form of a toaster.

[Sunyecz22] was tired of searching for recipes every week before going to the grocery store. Between the millions of recipe options on the internet and the 1000-word essays that precede them all, the process was like a part-time job. Now all they have to do is push the little lever down and wait for a recipe to get toasted into some thermal paper. It doesn’t print the full recipe, only the essentials, and we love that. You get the name, the prep time, a rating, and a QR code that links to the recipe page.

This toaster runs on a Raspberry Pi Zero W that fetches recipes using the Spoonacular API and sends the deets to the printer. The lever makes use of some old pen springs to activate a limit switch and start the recipe-getting process. We think it would be extra cool if it stayed down until the recipe popped up. Butter your way past the break to see a short demo video.

We must say, this toaster is way more helpful than the talkie toaster from Red Dwarf.

Continue reading “Warm Up To Cooking With A Recipe-Randomizing Toaster”

The Libre Space Foundation Reviews Software Defined Radios

If you want to go to the next level with software defined radio (SDR), there are a lot of choices. The RTL-SDR dongles are fine, but if you get serious you’ll probably want something else. How do you choose? Well, your friends at the European Space Agency Libre Space Foundation have published a paper comparing many common options. True, they are mostly looking at how the receivers work with CubeSats, but it is still a good comparison.

The devices they examine are:

  • RTS-SDR v3
  • Airspy Mini
  • SDRPlay RSPduo
  • LimeSDR Mini
  • BladeRF 2.0 Micro
  • Ettus USRP B210
  • Pluto SDR

They looked at several bands of interest, but not the HF bands — not surprising considering that some of the devices can’t even operate on HF. They did examine VHF, UHF, L band, S band, and C band performance. Some of the SDRs have transmit capabilities, and for those devices, they tested the transmit function as well as receive.

Continue reading “The Libre Space Foundation Reviews Software Defined Radios”