Opening Up The Settings In MakerWare

ProfTweak

[Rich Olson] really likes MakerWare and the Makerbot slicer – the software package that comes with every Makerbot – but sometimes he needs to change a few settings. Makerware doesn’t allow the user access to 90% of the setting for slicing and printing, so [Rich] did something about that. He came up with ProfTweak, a tool to change all the MakerWare slicing and printing parameters, giving him precise control over every print.

ProfTweak handles common settings changes such as turning the fan on or off, adjusting the filament diameter, changing feed rate options, and turning your infills into cats. It’s a handy GUI app that should work under Windows, OS X, and Linux, so if you’re running MakerWare right now, you can get up and running with this easily.

One thing [Rich] has been using his new software for is experimenting with alternative filaments. With his Makerbot, he’s able to print in nylon, the wood and stone PLAs, flex PLA, and PET. That’s a lot more material than what the Makerbot natively supports, so we have to give [Rich] some credit for that.

Fail Of The Week: Capturing Data From A Laser Rangefinder

fotw-laser-measuring-tape

We’re changing it up this week with a reverse engineering fail which [Itay] pointed out to us. A couple of years ago [Nate] over at Sparkfun agreed to help a friend with a project that required precise distance measurement. He knew that laser rangefinders are a good way to go and mentions their use in golfing and the building trades. He picked up this handheld version billed as a laser tape measure. He put up a valiant effort to reverse engineer the PCB in hopes of finding a hook for the measurement data.

Obviously his endeavor failed or we wouldn’t be talking about it in this column. But there’s a lot to learn about his methods, and a few of the comments associated with his original post help to shed light on a couple of extra things to try.

Continue reading “Fail Of The Week: Capturing Data From A Laser Rangefinder”

Thecontrollerproject’s First Contest, With Prizes

contest-prizes

One of [Caleb]’s side projects before he left us was TheControllerProject, a place for controller and console modders to hook up with gamers with disabilities. Things must be hopping over there, because [Caleb] just announced his first contest, with prizes, even.

The goal of this contest is to make the trigger buttons on XBox and PS3 controllers able to be controlled from the top of the controller. This is a huge problem for gamers with disabilities, and no open system currently exists to solve this problem. If you can make some sort of mechanical device to turn shoulder-mounted buttons into top-mounted actuators, just host it somewhere and win a prize.

The prizes are an iFixit toolkit and magnetic mat. The first five people to send in a solution to the shoulder mounted button problem get this prize. Originally, [Caleb] thought about tearing apart these controllers and soldering extra buttons, but a snap-on mechanical solution is much easier to install.

If you design a solution to this problem, send it in (but send it to [Caleb] first!) and we’ll probably feature it too.

Continue reading “Thecontrollerproject’s First Contest, With Prizes”

Self-balancing Arduino Does It Without An IMU

The miniscule size of this self-balancing robot makes it a cool project. It actually uses the motor and wheels from a small toy car. But when you look into how the balancing act is performed it gets way more interesting. The larger versions of this trick pretty much all use Inertial Measurement Units (IMUs) which are usually made up of an accelerometer and a gyroscopic sensor. This has neither.

The black PCB seen to the right of the robot is an IR reflectance sensor. It shines an IR led at the floor and picks up what reflects back. [Sean] added this hack because the gyro sensor he ordered hasn’t arrived yet. The board has a trimpot which is used to adjust the sensitivity. You have to tweak it until it stands on its own. See for yourself after the break.

Self balancing robot builds are a great way to teach yourself about Proportional-Integral-Derivate (PID) algorithms used in a lot of these projects.

Continue reading “Self-balancing Arduino Does It Without An IMU”

Maxim App Note Reuses Lithium Ion Cells — Plus Extras

Now we don’t sit around reading application notes for fun. But if hard pressed we would have to admit that we do read quite a few of them even if the concepts aren’t currently on our project list. That’s because they’re a great way to learn stuff and for the most part the information within is trustworthy.

The latest one that we looked at is this Maxim app note 5681 on recycling Lithium-ion batteries. It’s more a reuse than a recycle but you get the point. If you have some Lithium-Ion cells left over from older equipment this resource delivers a lot of good information on how to use them to power something else.

Obviously they’re showing off their own hardware here, but that’s okay. The MAX8677A chips has a ton of features and can be had for $3-5 depending on your vendor. It automatically switches between powering your device from the battery, or from the charging source if connected. This allows you to source up to 500mA when connected to USB or 2A when charging from an external DC supply. There is also all of the protection you would normally want with a Li-ion setup, including temperature monitoring.

The catch is the not-so-hand-solderable QFN package. They’ve got a solution to this as well. The diagram on the right shows how to hand solder the chip — albeit with a hot air pencil — by drilling through the board to get at the ground pad from the underside of the PCB.

[Thanks Jaded and Amos]

3D Printed Kindle Page Turner

kindlePageTurner

The slim page turn buttons on a Kindle may serve as an elegant, out-of-the-way design for a generation raised with and saturated by technology. For older folks and the disabled, however, those buttons can be a pain. [XenonJohn] fired up his 3D printer to find a solution, building this Kindle page turner. The Kindle slides in from the top while two flappy paddles offer a larger, unmissable target to replace the usual thin page-turn buttons. [XenonJohn] designed the levers to function with only a light touch, and included “bump stops” underneath the levers to absorb excess force from any harsh, accidental smacks.

Construction is simple and straightforward: print pieces, clean pieces, put pieces together. The levers attach via 3D printed hinges, which [XenonJohn] glued to keep in place. The relevant 3D files are available at the link above, and stick around after the break for a quick video of the paddles flipping some pages. [XenonJohn] is no stranger to Hackaday; take a look at his Google Glass alternative, “Beady-i.” Also check out the Frankenkindle, one of the inspirations for [XenonJohn’s] project which required a much more invasive process for getting at the page turning buttons.

Continue reading “3D Printed Kindle Page Turner”

Arduino-based Temp Control Via SMS

smsTempController

As connected as we are, reliable and affordable internet is still a luxury in the far reaches. [kohleick’s] country home is not just remote; with temperatures dropping to -30C in the winter, it’s practically Arctic. His solution for controlling the thermostat from afar was to take advantage of the GSM network and implement a SMS-based heater controller. The unit typically operates in “antifreeze mode,” but sending a simple text message prior to visiting causes the heater to kick it up to a more comfortable setting for your arrival. Daily logs report the system’s status, and an alert will trigger when temperatures fall below a set limit, thus indicating potential faults with the heater.

The build uses a Freeduino paired with an external GSM modem for communication and an LCD to display current status and menus, which users access via three buttons on the side of the picture frame. [kohleick] connected two temperature sensors: one directly to the Freeduino’s shield and a second outside the house. After the temperature sensors detect deviance from the set point, or upon SMS instruction, the Freeduino will crank up the heat through a 5V relay attached to the home’s boiler. Head over to the Instructables page linked above for a bill of materials, schematics, and the code. The Siemens GSM modem in this build is nothing to worry about, but be careful if you try to reproduce this project with an Arduino GSM shield, or your house might really heat up.