Reserve BADGEr_v4 available in our shop

Rather than pay the huge shipping costs to send the remaining 19 BADGErs back to Seeed Studio, Amy volunteered to ship them from our house.  You can pick them up in our reserve shop.  Thanks!

Justin

https://wyolum.com/shop/28-ohs-badger.html

 

https://wyolum.com/shop/28-ohs-badger.html

Open Hardware Summit 2013: Success!

BRI_8846-76-X2

We did it.  We did it just in the nick of time.  We produced and delivered the hardware and software for 500 e-paper badges which were the hit of the summit. Flooding in Shen Zhen, where our Seeed Studio partners are located, delayed parcel pickup and nearly scuttled the whole affair. Frantic calls and emails on both sides of the Pacific only managed to confuse the situation. When seven of the eight boxes arrived in Washington DC we had them held for pickup and were greatly relieved to actually get the stinking badges in hand.

anool

We were able to distribute all of the boxed among all of our WyoLum passengers to get them from Washington to Boston without paying extra baggage.

Registration CrushWe received the final registration list after the doors were opened to the conference center.  Needless to say, there was much to be desired in cross referencing the final list to the badges, but we managed to get most of the people in there seats with a 30 minute delay.  For the most part the OHS participants were friendly and understanding.

Anool, Kevin and I presented a talk on #BADGEr directly after the keynote.  Video pending.

Several people managed to customize there BADGEr using wifit.py.

When we weren’t attending the summit, we got to hang out at an amazing home in Milton about 20 minutes South of Boston.  Every room was filled with beautiful original artwork and there were a lot of rooms and hallways, enough to get lost in and we did.

With Amy, Munmun, and Samata cooking we did not go hungry.

To top it off we had a brunch on Saturday after the summit.

On Saturday night, we overcame our urge to go to bed early.  Jimmie invited the OHS volunteers for beers at Artisans Gallery.  The SKUL biker gang affiliated with the Asylum was out in full force.

 

Wifit on MAC!

maximka

Maximka has figured out how to install and run wifit.py on a mac.  Thanks Max!!   Here are the copy/pasted instructions.

(1) Install MacPort [1] . I tried out MacPorts v.2.2.0 on both Mac OS 10.6 and 10.7.5. After the initial install, run the selfupdater to make sure your install is totally up to date:
     sudo port -v selfupdate
(2) Install the numpy and PIL libraries. MacPort takes care of the dependencies which is very sweet.
     sudo port install py27-numpy
     sudo port install py27-pil
(3) Download and unzip the wifit code [2]. Change into the directory and call the wifit program from the command line. It’ll open up an interactive window.
     python2.7 wifit.py
I didn’t want to remap my default python in order to play with my badge, so I call “python2.7” If you want to make the MacPort 2.7 the default do this:
     
     sudo port select python python27
     python wifit.py
(4) Follow the Wyolum instructions for using their awesome tool.[3]