PCB of the NoteOn Smartpen showing components

THP Semifinalist: NoteOn Smartpen

There are a ton of apps out there for taking notes and recording ideas, but sometimes the humble pen is best. However, if you have the tendency to lose, crumple, or spill caffeinated beverages on your pen and paper notes, having a digital copy is quite nice.

The NoteOn Smartpen by [Nick] aims to digitize your writing on the fly while behaving like a normal pen. It does this by using the ST LSM9DS0TR: a 9-axis inertial measurement unit (IMU). These inertial measurements are processed by a STM32 Cortex M4F processor and stored on the internal flash memory.

To retrieve your notes, the Nordic nRF8001 Bluetooth Low Energy radio pairs the MCU with a phone or computer. The USB port is only used to charge the device, and the user interface is a single button and LED.

The major hardware challenge of this device is packaging it in something as small as a pen. Impressively, the board is a cheap 2 layer PCB from OSHPark. The assembled device has a 10 mm diameter, which is similar to that of ‘dumb’ pens.

The NoteOn doesn’t require special paper, and relies only on inertial measurements to reconstruct writing. With the hardware working, [Nick] is now tackling the firmware that will make the device usable.

SpaceWrencherThe project featured in this post is a quarterfinalist in The Hackaday Prize.

THP Semifinalist: Cheap Satellite Transponder

In 2016, a communications satellite will be launched into geostationary orbit somewhere over the middle east. Normally, this is fairly ordinary occurrence. This satellite, however, will be carrying two amateur radio transponders for hams all across europe, africa, the middle east, and India. [2FTG] is building a satellite transponder to talk to this satellite, and he’s doing it with junk sitting around his workbench.

The uplink frequency for this satellite will be in the neighborhood of 2.4 GHz, and [2FTG] needed a way to deal with the out of band interference in this part of the spectrum. The easy and cheap way to do this is with filters made for the WiFi band. Instead, [2FTG] had a few cavity filters in his junk box and decided to go that route. It meant he had to retune the filters, a process that should be annoyingly hard. [2FTG] did it in thirty minutes.

Antennas are another matter, but since [2FTG] has a supply of metal coffee cans, this part of the build was just a matter of soldering a bit of wire to an SMA connector, drilling a hole (using a log as a drill stop, no less), and soldering the connector to the can.


SpaceWrencherThe project featured in this post is a quarterfinalist in The Hackaday Prize.

Continue reading “THP Semifinalist: Cheap Satellite Transponder”

Farmbot Progress

THP Semifinalist: Farmbot

The FarmBot team has been pretty busy with their CNC Farming and Gathering machine. The idea is to automate the farming process with precise deployment of tools: plows, seed injection, watering, sensors, etc. An Arduino with an added RAMPS handles the movement, and a Raspi provides internet connectivity. Their prototype has already experienced four major iterations: the first revision addressed bigger issues such as frame/track stability and simplification of parts. Now they’re locking down the specifics on internet-of-things integration and coding for advanced movement functions.

The most recent upgrade provides a significant improvement by overhauling the implementation of the tools. Originally, the team envisioned a single, multi-function tool head design that carried everything around all the time. Problem is, the tool that’s in-use probably works best if it’s lower than the others, and piling them all onto one piece spells trouble. The solution? a universal tool mounting system, of course. You can see them testing their design in a video after the break.

If the FarmBot progress isn’t impressive enough—and admittedly we’d have called project lead [Rory Aronson] crazy for attempting to pull this off…but he did it—the FarmBot crew started and successfully funded an entire sub-project through Kickstarter. OpenFarm is an open-source database set to become the go-to wiki for all things farming and gardening. It’s the result of [Rory] encountering an overwhelming amount of generic, poorly written advice on plant growing, so he just crowdsourced a solution. You know, no sweat.


SpaceWrencherThe project featured in this post is a semifinalist in The Hackaday Prize.

Continue reading “THP Semifinalist: Farmbot”

THP Hacker Bio: IamTeknik

[IamTeknik]’s reason for entering his home automation assistant into The Hackaday Prize is simple; we have smart phones, TVs, and even smart cars. Why not a smart house?

Like its namesake from Iron Man, Project Jarvis is an intelligent assistant with a bit of home automation thrown into the mix. The hardware includes the usual relays and door locks, but that’s just the start of it. There’s also a personal digital assistant, living somewhere in the space between the hardware modules and [IamTeknik]’s smartphone. Here, voice recognition, speech synthesis, and a Siri-like functionality is the name of the game. Jarvis is capable of answering questions, compiling reports, reading social network messages, and automating everything connected to the main base station over the Internet.

[IamTeknic] has been busy studying computer systems engineering and of course working on his project for The Hackaday Prize lately, but he was able to sit down and answer a few questions for our THP hacker bio. You can check that out below, along with a few demos of what his personal Jarvis can do.

Continue reading “THP Hacker Bio: IamTeknik”

The Walltech Smartwatch

THP Quarterfinalist: WALLTECH Smartwatch

While there is lots of hype about a big company launching a new wearable product, we’re more interested in [Walltech]’s open source OLED Smartwatch. This entry into The Hackaday Prize merges a collection of sensors and an OLED screen into a wearable device that talks to your smartphone over Bluetooth Low Energy.

The device is based on the IMUduino BTLE development board. This tiny Arduino clone packs an inertial measurement unit (IMU), a Nordic nRF8001 Bluetooth radio, and an ATMEGA32u4 microcontroller.

The 1.5″ OLED display comes from [miker] who makes an OLED module based on the SSD1351. A STP200M 3D pedometer provides activity monitoring in a tiny package.

On the hardware side, packaging all these components into something that will fit on your wrist is quite difficult. The prototype hardware is built from mostly off the shelf components, but still manages to be watch sized.

At this point, it looks like the code is the main challenge remaining. There’s a lot of functionality that could be implemented, and [Walltech] even mentions that it’s designed to be very customizable. It even supports Android; the Apple Watch can’t do that.


SpaceWrencherThe project featured in this post is a quarterfinalist in The Hackaday Prize.

THP Quarterfinalist: 3GHz Spectrum Analyzer

Radio seems to be an unofficial theme for The Hackaday Prize, with a few wireless frameworks for microcontrollers and software defined radios making their way into the quarterfinal selection. [roelh]’s project is a little different from most of the other radio builds. It’s a simple spectrum analyzer, but one that works up to 3GHz.

The hardware is a mishmash of chips including an ADL5519 power detector, an Si4012 for the local oscillator, and a MAX2680 mixer. An Atmel XMega takes care of all the on board processing, displaying the spectrum on a small LCD, writing data to an SD card, and sending data over a 3.5mm jack that doubles as either an analog input or a half duplex RS232 port.

Seen in the video below, [roelh]’s spectrum analyzer is more or less finished, complete with a nice looking enclosure. Now [roelh] is working on documentation, porting his source to English, and getting all the files ready to be judged by our real judges.


SpaceWrencherThe project featured in this post is a quarterfinalist in The Hackaday Prize.

Continue reading “THP Quarterfinalist: 3GHz Spectrum Analyzer”