Pushbutton → Push Notification

How many mundane devices upgrade to IoT because they let you monitor a single data point or a variable? That little nudge over the communication precipice allows you to charge 500% more. Now, if you are as handy as a Hackaday reader, you can throw a lazy afternoon at the problem and get the same effect from a “dumb” appliance. If IoT is as simple as getting a notification when your laundry is dry, or your water is boiling, all you really need is a WiFi device and a push notification, right? Does it need to be more complicated than that? [Gianni] believes it is that simple (machine translation) and has built up an easy-to-implement version on Raspberry Pi, Arduino, and ESP8266.

[Gianni] leverages the aptly named Pushover (a paid app with a 1-week trial period) to convert your bits, bytes, words, or strings to a push notification. This idea is born of the desire for a home security system which doesn’t require constant monitoring but instead alerts you to problems. The minimum requirement you need is for your phone to chime with a notification saying, “Your front window sensor has been tripped.” Now it is time to launch your IP camera app or call someone nearby.

It’s not revolutionary, it may be the “Hello World” of IoT, but that is all some people need. The general idea is the same no matter the framework you want to use. For instance, if you Google Suite account, you can set up a chatroom just for your alert notifications; Google’s quickstart takes about 3 minutes to test it out in Python. The same setup is also available for Slack, and [Tom Nardi] did a guide for doing this with Discord. These tackle the receiving side, but the sending side is really flexible too — that MQTT broker you built could easily be the source of the alerts.

Build a handful of these in a weekend and keep them nearby to step up your next project to IoT status with a couple of solder joints. Maybe it will be a motion sensor for your own security system.

I2C Bootloader For ATtiny85 Lets Other Micros Push Firmware Updates

There are a few different ways of getting firmware onto one of AVR’s ATtiny85 microcontrollers, including bootloaders that allow for firmware to be updated without the need to plug the chip into a programmer. However, [casanovg] wasn’t satisfied with those so he sent us a tip letting us know he wrote an I2C bootloader for the ATtiny85 called Timonel. It takes into account a few particulars of the part, such as the fact that it lacks a protected memory area where a bootloader would normally reside, and it doesn’t have a native I2C interface, only the USI (Universal Serial Interface). He’s just released the first functional version for the ATtiny85, but there’s no reason it couldn’t be made to work with the ATtiny45 and ATtiny25 as well.

Timonel is designed for systems where there is a more powerful microcontroller or microprocessor running the show (such as an ESP8266, Arduino, or even a board like a Raspberry Pi.) In designs where the ATtinys are on an I2C bus performing peripheral functions such as running sensors, Timonel allows the firmware for these peripheral MCUs to be updated directly from the I2C bus master. Embedded below is a video demo of [casanovg] sending simple serial commands, showing a successful firmware update of an AVR ATtiny85 over I2C.

Continue reading “I2C Bootloader For ATtiny85 Lets Other Micros Push Firmware Updates”

Wireless Doorbell Hacked Into Hands-on MQTT Tutorial

The project itself is very simple: getting push notifications via MQTT when a wireless doorbell sounds. But as [Robin Reiter] points out, as the “Hello, world!” program is a time-honored tradition for coders new to a language, so too is his project very much the hardware embodiment of the same tradition. And the accompanying video build log below is a whirlwind tour that will get the first-timer off the ground and on the way to MQTT glory.

The hardware [Robin] chose for this primer is pretty basic – a wireless doorbell consisting of a battery-powered button and a plug-in receiver that tootles melodiously when you’ve got a visitor. [Robin] engages in a teardown of the receiver with attempted reverse engineering, but he wisely chose the path of least resistance and settled on monitoring the LEDs that flash when the button is pushed. An RFduino was selected from [Robin]’s ridiculously well-organized parts bin and wired up for the job. The ‘duino-fied doorbell talks Bluetooth to an MQTT broker on a Raspberry Pi, which also handles push notifications to his phone.

The meat of the build log, though, is the details of setting up MQTT. We’ve posted a lot about MQTT, including [Elliot Williams]’ great series on the subject. But this tutorial is very nuts and bolts, the kind of thing you can just follow along with, pause the video once in a while, and have a working system up and running quickly. There’s a lot here for the beginner, and even the old hands will pick up a tip or two.

Continue reading “Wireless Doorbell Hacked Into Hands-on MQTT Tutorial”

‘Mod In The USA’ N900 PUSH Competition

Just when you think you’ve heard all you can about the N900 PUSH competition, we have some more news for you.

The original PUSH competition was only for UK members, but now Nokia has introduced the ‘Mod in the USA‘ N900 PUSH competition. Similar to the original, anyone (within region) can submit a cool mod, hack, useful creation that would use the N900. Winners will be selected, and thats when the differences start.

There will be a $10,000 for 1st prize, and smaller prizes for 2nd and 3rd. Plus a trip to Vegas to showcase the 3 winning hacks at CTIA 2010 as well as funding, N900s and support to build the mods.

Don’t have an idea but still want to try? They have a discussion group to get the juices flowing, or you could always discuss in our comments.

[Update: The original PUSH competition was actually world wide. Thanks Matt and Ricardo]

Ask A Winner Updates Day 5: Answers

Not too long ago we asked our readers what they would like to hear about from the PUSH N900 winners and their hacks. We got some silly questions, and some serious, we asked both and now the PUSH teams have answered.

The day has passed, the party is gone, and all that’s left is the final interview. The Light Hack Crew gave us a somewhat shorter response then what we were used to, but it turned out to be just as sweet.

Continue reading “Ask A Winner Updates Day 5: Answers”

Winners Of The N900 PUSH Showcase Tickets.

Like all great things, they must come to an end. As such, at 10am PST, this morning – our N900 Push competition came to a close. We had some really awesome answers, some really round about, and of course the obligatory – really bad ones. For those that are just on the EDGE of your seat waiting for the final concluding answer to stop the arguing and fighting – to settle this whole dispute. The answer, and the winners are…After the break.

Continue reading “Winners Of The N900 PUSH Showcase Tickets.”

Ask A Winner Updates Day 4: Answers

Not too long ago we asked our readers what they would like to hear about from the PUSH N900 winners and their hacks. We got some silly questions, and some serious, we asked both and now the PUSH teams have answered.

Solderin Skaters are really making progress. They’ve gotten their printed circuit boards and mounting equipment all set to go, and the code and algorithms are really shaping up. All that and more updates are seen in their latest video, and blog entry.

Continue reading “Ask A Winner Updates Day 4: Answers”