Ask Hackaday: SawStop — Bastion Of Safety Or Patent Troll

At first glance, SawStop seems like a hacker’s dream. A garage tinkerer comes up with a great idea, builds a product around it, and the world becomes a better place. As time has gone on, other companies have introduced similar products. Recently, SawStop successfully stopped Bosch from importing saws equipped with their Reaxx safety system into the USA. This not only impacts sales of new saws, but parts for existing equipment. Who gets screwed here? Unfortunately, it’s the owners of the Bosch saws, who now have a safety feature they might not be able to use in the future. This has earned some bad press for SawStop in forums and on websites like Reddit, where users have gone as far as to call SawStop a patent troll. Is that true or just Internet puffery? Read on and decide for yourself.

Continue reading “Ask Hackaday: SawStop — Bastion Of Safety Or Patent Troll”

Detecting Mobile Phone Transmissions With A Sound Card

Anyone who had a cheap set of computer speakers in the early 2000s has heard it – the rhythmic dit-da-dit-dit of a GSM phone pinging a cell tower once an hour or so. [153armstrong] has a write up on how to capture this on your computer. 

It’s incredibly simple to do – simply plug in a set of headphone to the sound card’s microphone jack, leave a mobile phone nearby, hit record, and wait. The headphone wire acts as an antenna, and when the phone transmits, it induces a current in the wire, which is picked up by the soundcard.

[153armstrong] notes that their setup only seems to pick up signals from 2G phones, likely using GSM. It doesn’t seem to pick up anything from 3G or 4G phones. We’d wager this is due to the difference in the way different cellular technologies transmit – let us know what you think in the comments.

This system is useful as a way to detect a transmitting phone at close range, however due to the limited bandwidth of a computer soundcard, it is in no way capable of actually decoding the transmissions. As far as other experiments go, why not use your soundcard to detect lightning?

Hacked Sea Scooter Lives Another Day

The Seadoo GTI Sea Scooter is a simple conveyance, consisting of a DC motor and a big prop in a waterproof casing. By grabbing on and firing the motor, it can be used to propel oneself underwater. However, [ReSearchITEng] had problems with their unit, and did what hackers do best – cracked it open to solve the problem.

Investigation seemed to suggest there were issues with the logic of the motor controller. The original circuit had a single FET, potentially controlled through PWM.  The user interfaced with the controller through a reed switch, which operates magnetically. Using reed switches is very common in these applications as it is a cheap, effective way to make a waterproof switch.

It was decided to simplify things – the original FET was replaced with a higher-rated replacement, and it was switched hard on and off directly by the original reed switch. The logic circuitry was bypassed by cutting traces on the original board. [ReSearchITEng] also goes to the trouble of highlighting potential pitfalls of the repair – if the proper care isn’t taken during the reassembly, the water seals may leak and damage the electronics inside.

Overall it’s a solid repair that could be tackled by any experienced wielder of a soldering iron, and it keeps good hardware out of the landfill. For another take on a modified DC motor controller, check out the scooter project of yours truly.