Hacklet 49 – Weather Display Projects

Everyone wants to know what the weather is, and what it is going to be. Today’s internet enabled forecasts give us continuous streams of current weather data and predictions from any of several computer models. Couple that with data from an on-site station, and you’ve got a lot of information to display! It makes sense that weather display projects would be popular with hackers, makers and engineers. What do you do after you build the worlds most awesome clock? Build the worlds most awesome weather display (and then incorporate a clock in there as well!).

Last week on The Hacklet I mentioned that there are two basic types  of weather projects on Hackaday.io: Sensing and Display projects. There was a bit of foreshadowing there, as this week’s Hacklet covers some of the best weather display projects on Hackaday.io!

geoWe start with [Ashley Hennefer] and G.E.O, a project which is out of this world – literally. Geological Environment Observer, or G.E.O was created for NASA’s Space Apps Challenge. G.E.O’s mission is to keep astronauts on long-distance space flight missions connected with their home city (and planet). An astronaut programs the device with their home city and G.E.O takes it from there. Inside a glass globe, G.E.O creates weather patterns mirroring the programmed city. It does this with Adafruit NeoPixel LEDs, a water pump, a mist generator, and a wave shield. An Intel Edison controls the system. For now, weather data and programming are completed using a web interface. Once G.E.O launches though, data will be streamed via NASA’s deep space network.

flaps[Sephen DeVos] keeps track of the weather with a glance at his Internet Split Flap Weather Clock. Lots of weather apps use simple icons to display the current conditions. [Sephen] placed those icons on a mechanical split flap display which lets him know the conditions outside. The project’s case came from a donor clock given to [Sephen] by his parents. He then 3D printed an entire split flap mechanism, including the gears! Each 50 mm x 100 mm flap forms half an image.  A small stepper drives the flaps, while an IR detector lets the system know when it has reached a home position. Control is handled by an Arduino Nano and companion Ethernet shield. The Arduino checks the weather every 30 minutes. If conditions have changed, it flips to the right icon. Genius!

usmap[Dan Fein] is keeping track of the temperature across the entire USA with Weather Map. [Dan] works for Weather Underground, so it’s no surprise that he uses their API (accessed via a node.js script) for weather data. The data is fed into a spark core which then drives a string of 100 WS2812 LEDs. Each LED is mapped to a specific point in the continental USA. Color indicates the current temperature at that location. [Dan] does caution that you’ll have to slow down access to Weather Underground  if you’re using a free API key. Even with slower updates, this is still an awesome project!

yaws[Jeff Thomas] went the traditional route with YAWS – (Yet Another Weather Station). YAWS uses a 5 inch TFT LCD to display weather data from a number of sensors. [Jeff] got his display and the driver board from buydisplay.com. The driver board uses the venerable RA8875 display driver chip. The RA8875 handles all the hard parts of driving an LCD, like video RAM, refresh, and clocks. This allows a relatively slow Arduino to drive all those pixels. [Jeff] created a very handsome interface to display all his data, but he has a small problem – a memory leak causes the system to freeze up every 18 hours! We’re hoping [Jeff] will share his source code so the Hackaday.io community can help him find that pesky bug!

If you want to see more projects like these, check the Weather Display Projects list on Hackaday.io. That’s it for this week’s Hacklet, As always, see you next week. Same hack time, same hack channel, bringing you the best of Hackaday.io!

Caption CERN Contest – Dr. Frankenstein Would Be Proud

Week 16 of the Caption CERN Contest just flew by, but not without sparking some cosmic comic genius in the minds of everyone who wrote a comment. Thanks to everyone who entered! If you followed last week’s blog post, you already know that this image isn’t an early POV display, or some sort of strange data display technique. It’s actually a spark chamber. Spark chambers use high voltage and noble gases to create a visible trail of cosmic rays. Since this image is dated 1979, well after spark chambers were used for hard science, we’re guessing it was part of a demonstration at CERN’s labs.

The Funnies:

  • “Here we see Doug playing a Massively multiplayer Pong game against his peers in the next building over.” – [John Kiniston]
  • “It said “Would you like to play a game?” and I said yes. Are those missile launch tracks?”- [jonsmirl]
  • “Before Arduino you needed a whole room full of equipment to blink LEDs!” – [mjrippe]

After two weeks as a runner-up, this week’s winner is The Green Gentleman with “‘Hang on, let me fix the vert-hold, and then get ready for a most RIGHTEOUS game of 3D PONG!’ Sadly, this CERN spinoff never made it to the market”

We’re sure [The Green Gentleman] will be very courteous to his fellow hackers in sharing his new Bus Pirate From The Hackaday Store! Congratulations [The Green Gentleman]!

Week 17

cern-17-smCoils, gleaming metal, giant domes, now this is a proper mad scientist image! The CERN scientists in this image seem to be working on a large metal device of some sort. It definitely looks like an electrode which would be at home either at CERN or the well equipped home lab of one Dr. Frankenstein’s. We don’t have a caption, but we do have a rough date of August, 1961. What is happening in this image? Are these scientists setting up an experiment, or plotting world domination?

You tell us!

This week we’re giving away a Logic Pirate from The Hackaday Store.

Add your humorous caption as a comment to the contest log. Make sure you’re commenting on the contest log, not on the contest itself.

As always, if you actually have information about the image or the people in it, let CERN know on the original image discussion page.

Good Luck!

Review: DSLogic Logic Analyzer

Logic analyzers historically have been the heavy artillery in an engineer’s arsenal. For many of us, the name invokes mental images of large HP and Tektronix iron with real CRT screens. Logic connections were made through pods, with hundreds of leads weaving their way back to the test equipment. The logic analyzer came out when all else failed, when even a four channel scope wasn’t enough to figure out your problems. Setting them up was a pain – if you were lucky, the analyzer had a PC keyboard interface. If not, you were stuck typing your signal names into the front panel keyboard. Once setup though, logic analyzers were great at finding bugs. You can see things you’d never see with another tool – like a data bus slowly settling out after the read or write strobe.

There have been a number of USB based logic analyzers introduced in recent years, but they didn’t really catch on until Saleae released their “Logic” line of devices. Low cost, high-speed, and easy to use – these devices were perfect. They also inspired an army of clone devices based upon the same Cypress Semiconductor parts. DSLogic designed by DreamSource Labs, can be thought of as an open source evolution of the original Saleae device.

DSLogic appeared in 2013 as a Kickstarter campaign for an open source logic analyzer with an optional oscilloscope extension. I think it’s safe to say that they did well, raising $111,497 USD, more than 10 times their initial goal of $10,000 USD. These days both the DSLogic and the oscilloscope extension are available at The Hackaday Store. In this review we’re focusing on the logic analyzer portion of the tool. 

Click past the break for the full story!

Continue reading “Review: DSLogic Logic Analyzer”

Hacklet 48 – Weather Sensing Projects

Throughout history, mankind has been at the mercy of the weather. Planning a major outdoor event like a wedding or a naval battle? Better hope for clear skies! Man doesn’t have the ability to change mother nature at will quite yet, but hackers are working on it! Until then, we can measure  the current conditions and predict the weather in the near future. A bit of help from cloud based computer models and global sensing even allows us to model and predict weather patterns days in advance. It’s no surprise that makers, engineers, and hackers love weather projects. We’ve found there are two basic project groups (with a some overlap between them): Sensing projects and display projects. This week’s hacklet focuses on some of the best weather sensing projects on Hackaday.io!

aneWe start with [diysciborg] and Modular Weather Station. This 2014 Hackaday Prize entrant is a DIY outdoor weather station. [diysciborg] went with easily available PVC pipe and sheet metal for most of his mechanical build. His anemometer alone is a work of art. Mounting 8 magnetic reed switches in slots cut in a PCB allows for a thin device which can easily sense the speed of the wind. Other sensors include a TLS230R light to frequency converter for sunlight measurement, CO, wind direction, and more. An Arduino Pro Mini is at the center of it all.

facil[Clovis Fritzen] is saving the planet from global warming with his project FacilTempo. FacilTempo is a weather station, and an entry in the 2015 Hackaday Prize. The idea is to make a simple and low-cost setup which can be built in bulk and placed anywhere on the Earth. [Clovis] plans to measure temperature, humidity, atmospheric pressure, sunlight, and rain. He also hopes to add a Sparkfun sensor to monitor wind speed and direction. All the data will be transmitted via a radio link. [Clovis] is adding the ability for FacilTemp to communicate via 433 MHz, WiFi, or Bluetooth. The entire sensor suite and its on-board ATmega328 will be powered by a LiPo battery. The battery will be charged by solar or wind power, depending upon what is available on site. With 8 project logs already in the can, FacilTempo is well on its way to beating back global warming!

lcw[Ulf Winberg] is building the Low Cost Weather Station, his entry in the 2015 Hackaday Prize. Low Cost Weather Station aims to be a $50 sensor suite for local weather conditions. [Ulf] plans to power the entire device using wind and solar energy. He’s hoping to avoid batteries by storing his power in a supercapacitor. Power calculations have been taking up quite a bit of his design time so far. The $50 bill of materials limit is one that [Ulf] is serious about. He’s keeping careful eye on his component selections to keep that goal attainable. The system will transmit wind speed, wind direction, sun, and other data through a Laird BL600 Bluetooth low energy transceiver.

zetaFinally we have [Greg Miller] taking it back to basics with Weather Station Zeta. Zeta is [Greg’s] first big project. He’s only just recently learned to solder, but he’s already squeezing a lot of performance out of a little Arduino. The idea is to create a two station system. The outdoor station will monitor the weather, including temperature, humidity, and barometric pressure. Data will be transmitted to an indoor station with a similar set of sensors. The indoor station will also include a 20 line x 4 column character LCD to display the data.  [Greg] has the indoor section of the system just about done, and he’s working on learning the ins and outs of XBee data radios. He’s also going to include an Adafriut CC3000 breakout board to Web enable the weather station. We love seeing ambitious early projects like this one!

If you want to see more projects like these, check the Weather Sensing Projects list on Hackaday.io. 

That’s it for this week’s Hacklet, As always, see you next week. Same hack time, same hack channel, bringing you the best of Hackaday.io!

Caption CERN Contest – Not Your Father’s POV Display

Accidents happen – but the awesome quotes you all sent in for Week 15 of the Caption CERN Contest were no accident. A huge thank you for our biggest week yet! The scientists in this week’s image are definitely cleaning up after some type of nasty accident. At first blush it looks like an electrical problem in the coils of what appears to be part of a beam line. With all that soot and radiation dangers to boot, only the photographer and the people in the image know for sure!

The Funnies:

  • “This is the second server these idiots have fried! What the hell’s a Hulu, and why are they trying to watch Gilligan’s Island with it?” Thanks to some unplanned quantum tunneling, Berners-Lee was even further ahead of his time than he thought” – [The Green Gentleman] (Two weeks in a row!)
  • “I found the bug. Who gets to tell Joe he’s sterile?”- [jonsmirl]
  • “‘I told the Captain that she couldn’t take any more’ – Scotty” – [md_reeves]

The winner for this week is [Mr. mmWave] himself, [Tony Long] with “Hardware Accelerator moto – Fail Fast, Fail Often. Also applies to Accelerator Hardware.” [Tony] will be debugging his next microwave mm band ham radio with a Logic Pirate From The Hackaday Store! Congratulations [Tony]!

Week 16: This is not your father’s POV Display!

cern-16-smScientists at CERN have come up with some amazing science advancements. They’ve also needed ways to display the data they collect. This image may depict some incredible new way to display data collected from a high power physics experiment – or it could be a scientist’s project for the CERN science fair. We may never know.

The album is titled CHAMBRE A ETINCELLES DANS EXPO TECHNOL, which roughly translates to “Sparks in the technology expo room”. The lines traveling between the three horizontal display devices definitely appear to be aligned. Are they sparks of electricity? You tell us!

buspirate2Last week’s prize was a Logic Pirate. This week we’re giving away a Bus Pirate from The Hackaday Store.

Add your humorous caption as a comment to this project log. Make sure you’re commenting on this contest log, not on the contest itself.

As always, if you actually have information about the image or the people in it, let CERN know on the original image discussion page.

Good Luck!

Articulated Computer Lamp Lights Up Your Life

[Samimy] raided his parts bin to build this articulated lamp (YouTube link) for his computer workstation. Two pieces of aluminum angle form the main body of the lamp. Several brackets are used to form two hinges which allow the lamp to be positioned above [Samimy’s] monitor. The light in this case comes from a pair of 4 watt LED bulbs.

[Samimy] used double nuts on the moving parts to make sure nothing comes loose. The outer nuts are acorns, which ensure no one will get cut on an exposed bit of threaded rod. [Samimy] wired the two bulbs up in a proper parallel mains circuit. The switch is a simple toggle mounted in a piece of Plexiglass on the end of the lamp.

One thing we would like to see on this build is a ground wire. With all that exposed aluminum and steel, one loose connection or worn bit of insulation could make the entire lamp body live.

Continue reading “Articulated Computer Lamp Lights Up Your Life”

Hacklet 47 – Thermal Imaging Projects

Thermal imaging is the science of converting the heat signature of objects to an image visible to humans. Everything above absolute 0 gives off some heat, and thermal imagers allow us to see that – even if there is no visible light in the room. Historically, thermal imaging systems have been large and expensive. Early systems required liquid nitrogen cooling for their bolometer sensors. Recent electronic advances have brought the price of a thermal image system from the stratosphere into the sub $300 range – right about where makers and hackers can jump in. That’s exactly what’s happened with the Flir Lepton module and the Seek Thermal camera. This week’s Hacklet is all about thermal imaging projects on Hackaday.io!

We start with [Pure Engineering] and Flir Lepton Thermal Camera Breakout. Flir’s Lepton thermal camera created quite a stir last year when it debuted in the Flir One thermal iPhone camera. The Lepton module used in the Flir One is a great standalone unit. Interfacing only requires an I2C interface for setup and an SPI interface for image data transfer. Actually using the Lepton is a bit more of a challenge, mainly because of its packaging. [Pure Engineering] made a simple breakout board which makes using the Lepton easy. It’s also breadboard compatible – which is a huge plus in the early phases of any project.

 

grideyeNext up is [AKA] with GRID-EYE BLE-capable thermal camera. This project is a Bluetooth low energy (BLE) thermal camera using Panasonic’s Grid-EYE 64 pixel thermal sensor. 64 pixels may not sound like much, but an 8×8 grid is enough data to see quite a bit of temperature variation. If you don’t believe it, check the project page for a video of [AKA] using Grid-EYE’s on-board OLED display. Grid-EYE was a Hackaday Prize 2014 semifinalist, and we featured a bio on [AKA] last year. The only hard part with building your own Grid-EYE is getting the sensor itself. Panasonic doesn’t sell them to just anyone, so you might have to jump through a few hoops to get your own.

 

pylepton[Kurt Kiefer] brought the FLIR Lepton to the Raspberry Pi with pylepton video overlay. This project uses the Lepton to overlay thermal data with images captured by the Raspbery Pi camera module. The Lepton interfaces through the I2C and SPI ports on the Pi’s GPIO pins. The results are some ghostly images of black and white thermal views over color camera images – perfect for your next ghost hunting expedition!  The entire project is implemented in Python, so it’s easy to import and use pylepton in your own projects. [Kurt] even gives an example of capturing an image with just 5 lines of code. Nice work, [Kurt]!

 

 

wificamFinally we have [Erik Beall] with WiFi Thermal Camera. [Eric] is using an 82×62 diode array to create thermal images. Unlike microbolometer sensors, diode/thermopile sensors don’t need constant calibration. They also are sturdier than Microelectricomechanical System (MEMS) based devices. This particular project users an array from Heimann Sensor. As the name implies, the sensor is paired with a WiFi radio, which makes using it to capture and display data easy. [Erik] must be doing something right, as WiFi Thermal Camera just finished a very successful Kickstarter, raising $143,126 on a $40,000 initial goal.

Are you inspired? A thermal imager can be used to detect heat loss in buildings, or heat generated by electrical faults – which means it would be a great project for the 2015 Hackaday Prize! If you want to see more thermal imaging projects, check out the thermal imaging projects list!

That’s it for this week’s Hacklet, As always, see you next week. Same hack time, same hack channel, bringing you the best of Hackaday.io!