Push Notifications For Snail Mail On An IPhone

[Matt] over at Make came up with a way to send push alerts to his iPhone whenever his mailbox is opened.

The electronics are just a switch mounted to the mailbox connected to an Arduino with an ethernet shield, but the interesting part of the build is the code. [Matt] got the Arduino WebClient to request a PHP script sitting on a server. This script connects to the Prowl API to push the notification onto an iPhone.

[Matt]’s project has been up for a few months now, and we still haven’t seen any projects using an Arduino+Push combo, or really any other phone except for the iPhone. We think this could be done on an Android phone with cloud to device messaging, but that can’t be the only solution. Any hackaday readers have an idea of how to implement this outside the iOS world? What would Hackaday readers do with a microcontroller that can send push alerts to your phone?

Video of [Matt] walking us through the project after the break

Continue reading “Push Notifications For Snail Mail On An IPhone”

The Origin Of CTRL-ALT-DELETE

You may not have ever thought about it, but the far-too-often-used keyboard combination of Control + Alt + Delete had to have been brought into existence by some random coder at some point in technological history. But wait, it wasn’t just a random coder. The keystroke combo is attributed to [David Bradley]. He was one of the original designers of the IBM Personal Computer. You can even hear his own recount of the story in the video after the break.

He came up with the idea after growing weary of waiting for the Power-On Self Test (POST) routine to finish during each reboot of his software testing regiment. We remember the old days of slow hardware and can understand his frustration at the lost time. He decided to throw in a shortcut that allowed the software to reboot without power cycling the hardware. The original implementation used CTRL-ALT-ESC, but was later changed so that one frustrated keyboard mash couldn’t accidentally reboot the system.

Continue reading “The Origin Of CTRL-ALT-DELETE”

Fiberoptic Mouse Prevents Stray Magnetic Fields

[Ben] needed an input device that would operate where electrical signals and magnetic fields wouldn’t be tolerated, so he ended up running fiberoptics instead of electricity to a mouse.

[Ben] ran some glass fiber from the mouse to quadrature encoders to get the x and y velocity. Mouse clicks are read by modifying the existing buttons with a small shutter to block light from shining through the button frame. This isn’t the first time [Ben] adapted fiberoptics to an input device. Last year, he also built a fiberoptic joystick using the same principles.

We covered [Ben]’s DIY Electron Microscope last month, and we’re wondering if these two projects are related. His project log said he was getting distorted images from the electric field coming from his cooling fan and heater. Maybe he solved that problem and is now just tracking down every last unwanted electromagnetic emission.

Video of the mouse after the break.

Continue reading “Fiberoptic Mouse Prevents Stray Magnetic Fields”

Squishy Circuits For Tiny Tinkerers

squishy_circuits

Getting kids interested in electronics at a young age is a great idea. Feeding their developing minds via creative projects and problem solving is not only rewarding for the child, it helps prepare the next generation of engineers and scientists. University of St. Thomas professor [AnnMarie Thomas] along with one of her student [Samuel Johnson] have put together a winning recipe for getting kids started in electronics tinkering at a very young age.

While some 5-year-olds can wrangle a soldering iron just fine, some cannot – and younger kids should probably stay away from such tools. This is where the the team from St. Thomas comes in.

They scoured the Internet looking for Play Dough recipe clones, testing the resistance and useability of each before settling on two formulas. The first formula incorporates salt, and has a very low resistance. The second contains sugar and has about 150 times the resistance of the first formula. If you use them together, you have very simple conductor and insulator substrates that can be manipulated safely by tiny hands.

As seen in the demo video below, a small battery pack can be wired to the conductive putty easily lighting LEDs, turning small motors, and more. We can only imagine the delightful smile that would emerge from a child’s face when they power on their putty circuit for the first time.

While only two different types of putty have been made so far, we would be interested to see what other materials could be integrated – how about homemade peizo crystals?

[Thanks, Spence]

Continue reading “Squishy Circuits For Tiny Tinkerers”

Variable Super Capacitor Battery Provides Power On The Go

super_cap_battery

Instructable user [EngineeringShock] got sick of buying batteries for his devices all the time and has instead opted to build himself a super capacitor bank that can be used to power common household items.

His “forever” rechargeable capacitor bank is made of two large super capacitors rated at 400 farads apiece. It is charged through a LM317-based charging circuit that is adjustable to allow for slow or fast charging, the latter of which he admits, is slightly dangerous.

Since the super caps are only rated at 2.7 volts, they are wired through a DC-DC booster circuit that allows him to adjust the output voltage from 4.3 v to 34 v. The adjusted voltage is then passed through a digital display that allows him to see what the output voltage is at any time.

He says that the super cap bank can power his computer’s speakers for about two hours before requiring a recharge, which takes just a few short minutes, depending on how he is charging them.

While it’s not exactly cheap, the capacitor bank could be useful for those requiring quick portable power for relatively short periods of time. If we were to build one ourselves, we would likely fit all of the components into a small project box to protect the caps from accidental discharging, and top it off with a couple of solar cells to charge it for free during the day.

Keep reading to see a quick video demonstration of his super cap “battery” in action.

Continue reading “Variable Super Capacitor Battery Provides Power On The Go”

HsNet: Node Communications For Feature-limited Microcontrollers

[Diego Spinola] wrote in to tell us about a node communication system he’s been working on called HsNet. The aim is to build a system of nodes that can be made up of small and inexpensive microcontrollers. The problem is that the least expensive controllers often don’t have a hardware UART. HsNet implements the RS485 protocol using a software UART along with a slim and sleek addressing scheme.

The first module developed, seen in the image above and video after the break, is a single channel pulse-width-modulation node using a PIC 12F683. It can be sent commands in the payload of the HsNet packet format. The PWM modules accept three different commands; one is a desired PWM value, another is a delay between steps for the PWM, and the last toggles a blink function.

He has also developed an analog sensor module and an Arduino-based TCP/IC gateway module. Now that the packet communications have been established, it will be rather simple to add nodes based on that groundwork. [Diego] brought these components together to build an interactive wall which can also be seen after the break.

Continue reading “HsNet: Node Communications For Feature-limited Microcontrollers”

3-phase Jacob’s Ladder

Two sparks are better than one, a sentiment that was never more blindingly illustrated than with this three-conductor Jacob’s Ladder. The build centers around three-phase power, which uses a trio of alternating current sources sharing the same frequency, but offset by 1/3 from one another. If we’re reading the schematic correctly, [Jimmy Proton] is using normal mains as a power source, then connecting three transformers and a capacitor to set up the different phases. Two of the transformers, which were pulled from microwave ovens, are wired in antiparallel, with their cores connected to each other. The third transform is connected in series on one leg of the circuit.

The video after the break starts with the satisfying hum of power, only to be outdone by the wild sparks that traverse the air gap between conductors of the ladder. After seeing the first demonstration we kind of expected something to start on fire but it looks like all is well. We’ll probably stick to a less complicated version of Jacob’s Ladder.

Continue reading “3-phase Jacob’s Ladder”