Electric Window Mechanism Into A Electric Screen Door

In many parts of the world leaving open a door or window is a good way to get a house full of bugs. Remembering to close doors behind them can be surprisingly hard for members of the human race, so the [DuctTape Mechanic] used the components from a car’s electric window to automate his sliding screen door.

After the excess pieces were cut off the rail, the motor and rail were mounted on top of the door frame. A long bolt is attached to the moving plate on the rail, which pushes on the pack of the door to close it. After closing, the mechanism returns to its open position, allowing the door to be opened by hand again. The motor is controlled by an Arduino running a very simple sketch, which senses if the door is closed with a microswitch and starts a 10 second countdown once opened. Two relays are used to create an H-bridge circuit to drive the motor in both directions.

It doesn’t look like there is any provision to detect if it is obstructed. A simple solution could be to make the push rod spring-loaded, so it can slide over the door if there is excessive resistance.

If you only want to let certain creatures into your house, we have no shortage of automated pet door for your hacking pleasure.

Continue reading “Electric Window Mechanism Into A Electric Screen Door”

An Elegant Modular Enclosure System For The Raspberry Pi 4

[NODE] has been experimenting with Raspberry Pi servers and mini computers for a long time, and knows all too well how the wiring can quickly turn into a rat’s nest. His latest creation isĀ  the Mini Server version 3, a modular enclosure system for the Raspberry Pi 4, is designed to turn it into practical computing box.

The basic enclosure is a 92 mm x 92 mm x 26 mm 3D printed frame with a custom PCB top cover. One of the main goals was to collect all the major connectors on one side and make the micro SD slot easily accessible. To do this [NODE] created a set of custom PCB adaptors to route the USB-C and an HDMI port to the same side as the other USB ports, and move the micro SD slot to the bottom of the enclosure. A low profile adaptor was also designed to connect a mSATA SSD to one of the USB 3 ports, and there is space inside the enclosure for one or two cooling fans. Unlike previous version of the mini server, no hardware modifications are required on the Pi itself.

The only downside that we can see is that it doesn’t allow external access to the GPIO ports, but the entire project is open source specifically to allow people to make their own modifications.

[NODE] is a big fan of turning Raspberry Pis into custom computing devices, ranging from small terminal devices and pocket servers, to complete laptops.

Hacking A Cheap Action Cam Into A Dashcam With A Microcontroller

Repurposing commodity electronics is one of the true forms of hacking, and it’s always the simple little hacks that lead to big ones. [Everett] wanted to use a $20 GoPro clone as a dash cam, so he wired a microcontroller into it to automate some actions and make it practical.

The camera turns on automatically when connected to external power like a car charger, but starting and stopping a recording and power down all had to be done manually. [Everett] wanted to automate these functions, so he opened up the camera and started probing with an oscilloscope. He found the power button, record button, 3.3 V and external 5 V traces conveniently next to each other in the top of the camera.

To automate the required functions, he wired in a PIC10 on a small breakout board, powered by the 3.3 V line. It detects if 5 V is connected to the charging port on start-up via an N-channel FET, then automatically starts a recording. When the 5 V power is switched off with the car, it waits 10 seconds before stopping the recording and switching off the camera. If no external 5 V is not detected on start-up the microcontroller does nothing, which allows the camera to be used as a normal handheld. [Everett] mounted the camera to his rearview mirror with a magnetic bracket made using a combination of a 3D printer and 3D pen.

This is a simple and practical little hack, and the firmware is available on Github. Cheap dashcams are available for similar prices, but you won’t get any hacking satisfaction that way.

The very nature of actions cameras inspire hacking. You can simply add an external battery with the help of a 3D printer, or go all out and build a gimballed helmet cam from scratch

A Monotrack Bike With Only Basic Tools And Parts

Tracked vehicles are cool, but can be quite complicated to build. [XenonJohn] wanted to skip the complexity, so he created Vector, an electric tracked motorcycle using only basic parts and tools. No machine tools required.

If it looks familiar, it’s because it was inspired by [Make It Extreme]’s monotrack motorcycle that we covered last year. [XenonJohn] liked the concept, but wanted one that was simpler to build. That meant ditching the custom machined parts like the wheels and the suspension system. These were replaced with three go cart wheels and axles mounted in pillow blocks, on a simple welded frame. An e-bike battery powers a 500 W golf cart motor that drives the rear wheel. Like [Make It Extreme]’s version, the track is an SUV tire with the sidewall cut off. [XenonJohn] used tin snips to do this, but from personal experience we would recommend a utility knife. This track design will have a tendency to collect debris inside it, so cutting some hole in the tread could help. As with most single wheeled/tracked vehicles, you really don’t want to try and stop quickly.

It looks like this bike works fine in straight lines, but there is room for improvement with the steering. [XenonJohn] has some ideas to do this, which we hope to see some time in the future. Let us know in the comments how you would make it turn better.

[XenonJohn] really like vehicles that can make you face plant. He built quite a few self-balancing motorcycles, one of which was supposedly designed with first responders in mind. It honestly seems more likely to create an emergency than respond to one.

1/3 Scale Hybrid RC Car With A Scratch-Built 125cc V10 Engine

Scale model engines are fascinating pieces of engineering, and RC cars are always awesome to play with, no matter your age. [Keith57000] has gone over the top on both, creating a seriously impressive hybrid RC car built around a custom 125 cc V10 engine.

[Keith57000] started building the V10 engine back in 2013, after completing a 1/4 scale V8. The build is documented in a forum thread with lots of pictures of his beautiful craftsmanship. Most of the mechanical components were machined on a manual lathe and milling machine. No CNC, just lots of drawings and measurements, clever use of dividing heads, and careful dial reading. The engine also features electronic fuel injection with a MegaSquirt controller.

The rest of the car is just as impressive as the power plant. The chassis is bent tube, with machined brackets and carbon fiber suspension components. Two electric skateboard motors are added to give it a bit more power. The three speed gearbox is also custom, built with gears scavenged from a pit bike and angle grinder. It uses two small pneumatic pistons to do the shifting, with a clever servo mechanism that mechanically switches the solenoid valves. Check out all fourteen build videos on his channel for more details.

An amateur project of this complexity is never without speed bumps, which [Keith57000] details in the videos and build thread. It has taken seven years so far, but it is without a doubt the most impressive RC car we’ve seen. His skill with manual machine tools is something we rarely get to see in the age of CNC. We’re looking forward to the finished product, hopefully screaming around a track with a FPV cockpit.

ESP8266 Turned Secretive WiFi Probe Request Sniffer

When a Wi-Fi device is switched on, it starts spewing out probe requests to try and find a familiar access point. These probe requests contain the device’s MAC address and the SSID of the hotspot it’s looking for, which can potentially be used to identify a specific device and where it’s been. After experimenting with these probe requests, [Amine Mehdi Mansouri] has created OpenMAC, a tiny ESP8266 based sniffer that could be hidden anywhere.

The device consists of an ESP-07S module, a regulator circuit for getting power from a USB-C connector, and a button for power cycling. An external antenna is required for the module, which can be selected based on the size or gain requirements for a specific deployment. [Amine] tested the OpenMAC at a local library (with permission), in combination with a number of his own little Wi-Fi repeaters to expand the reach of the network. All the recorded MAC addresses were logged to a server, where the data can be used for traffic analysis in and around the library, or even for tracking and locating specific devices.

This is nothing new, and is relatively common technique used for gathering information in retail locations, and could be also be used for more nefarious purposes. Newer versions of iOS, Android, and Windows 10 feature MAC address randomization which can limit the ability to track devices in this manner, but it isn’t always activated.

We’ve seen a number of projects that exploit probe requests. FIND-LF can be used for locating devices in your home, and Linger fools probe requests sniffers by replaying previously recorded requests.

Listening To An IPhone With AM Radio

Electronic devices can be surprisingly leaky, often spraying out information for anyone close by to receive. [Docter Cube] has found another such leak, this time with the speakers in iPhones. While repairing an old AM radio and listening to a podcast on his iPhone, he discovered that the radio was receiving audio the from his iPhone when tuned to 950-970kHz.

[Docter Cube] states that he was able to receive the audio signal up to 20 feet away. A number of people responded to the tweet with video and test results from different phones. It appears that iPhones 7 to 10 are affected, and there is at least one report for a Motorola Android phone. The amplifier circuit of the speaker appears to be the most likely culprit, with some reports saying that the volume setting had a big impact. With the short range the security risk should be minor, although we would be interested to see the results of testing with higher gain antennas. It is also likely that the emission levels still fall within FCC Part 15 limits.

Continue reading “Listening To An IPhone With AM Radio”