Tag Archives: PI

Build A Portable Raspberry Pi Handheld Computer

Nathan Morgan, the CEO of Parts-People.com, has put together instructions for building a soda-can-sized handheld out of a Raspberry Pi.

None of the individual components are particularly open source, but Morgan did an excellent job of ensuring they are relatively cheap and easy to work with. There are a few parts that need to be hacked together, like the battery, and the case needs to be 3D printed from the files here. The whole thing adds up to around $400, but $130 of that is the 64GB SSD.

Tagged , , , , , , , , , , , , , , , , , , ,

The Raspberry Pi Super Computer (With Legos)

The Raspberry Pi is a $35 single board computer.

If you network a lot of computers together you can use them like one giant computer. If you’re 6 you can hold them all together with Legos. Check out Professor Simon Cox’s group at Southampton University; they put Legos and Rasberry Pis together to form a supercomputer and documented the process so you can make one yourself (2-64+ nodes).

additional links

 

Tagged , , , , , , , , , , , , , , , , , , , , , ,

Open-EVSE, an OSH Charging System for Electric Vehicles

Everyone should start keeping track of what Google is doing (if they weren’t already).

Just a few days ago Openalia posted about Google’s open source simulation software for planning heliostat arrays. Today it’s about the hardware and software for an Arduino shield that charges any electric vehicle (EV) off of household current.

The Open-EVSE (electric vehicle supply equipment) is for charging J1772 compliant EVs. SAE J1772 is a specific type of connector.

So, basically, EVs get parked in the garage and plugged into a special computer to recharge their batteries. It’s important that the wall power be carefully metered out to maximize the life of the expensive battery pack. This thing does that, but it costs way less than its commercial equivalents and it’s open source.

Today we will be interviewing Chris Howell, the driving force behind OpenEVSE.

Okay, Chris, what is your background?

  • I am a Network Engineer and have way too many hobbies… Pilot, Electronics, Ham Radio, RC planes/UAVs…

Did you have any engineering experience before you started?

  • I build networks for a living. I did not have any experience in building complex electronic circuits or programing before I started.

When did you start and when did you decide to go open source?

What made you decide to open source the project?

  • The decision to Open Source “OpenEVSE” was made because the Electric Vehicle industry desperately needed an inexpensive Charging station/ Electric Vehicle Supply Equipment (EVSE). The existing hardware is far to expensive ($750+) and the manufactures are taking advantage of consumers with outrageous labor costs to install the charging station.
  • My quote to install the charging station form Nissan’s partner AV was over $1200. I already had a breaker in the panel and the charging station was to be located 18 inches away.

Did you choose one particular license over others? Why?

  • Not really… The licences are pretty confusing, we just picked a common license.

Were there any tools/resources that were vital to your success?

  • The Arduino paved the way for OpenEVSE. I bought an Arduino and out of frustration with my ridiculously high Charging Station quote I decided to see if I could use it to generate a J1772 pilot signal. J1772 is the standard in use by the EV industry. It is a 1khz square wave generated by the Charging Station. The voltage drop determined the EV state and duty cycle tells the EV how much current it can draw.
  • After a couple hours with the Arduino I was able to implement the pilot.
  • Other resources that were very helpful were the tutorials from Adafruit and Sparkfun. I had to learn a lot about SMD stenciling, microprocessors and opamps.
  • DorkBotPDX is great for the many prototype boards and OHARARP for the SMD stencils.

Any tools that were just really cool that everyone should know about?

  • I really like the DSO Quad scope. It has been really useful for this project.
  • The electric skillet for solder reflow is awesome.

Could you suggest one really important skill people should learn first?

  • Learn how to program an Arduino.
  • Once you know what a microprocessor can do lots of ideas start flowing.

Were there any significant changes between revisions or forks?

  • No significant changes just a slow progression of improvements and added features.

How much of the project was individual effort and how much was social?

  • The hardware was mostly individual with a few suggestions from really smart people. I brought the project to the stage that I was able to successfully charge my Nissan LEAF. Shortly after I recieved an email from “lincomatic” another LEAF owner who offered to make improvements to the software.
  • Now I still do most of the hardware, but both lincomatic and I add to the software. OpenEVSE is starting to see some small contributions from the community. Hopefully more people will contribute to the project over time.

Are you anywhere close to feeling “done” with the project?

  • The project is not done but it is mature. Open EVSE fully supports J1772 and all the same safety features as the “big boys”… GFCI, ground monitoring, stuck relay detection.
  • There are a lot that can still be added touch screen LCD, Internet connectivity, energy metering, etc.

Do you plan on selling anything when you’re finished?

Has it been successfully used in a real job? By anyone else?

  • Yes, OpenEVSE is in use by owners of the Nissan LEAF, Chevy VOLT, Toyoda PiP and Mitsubishi i-MiEV. Tesla and BMW Active-E owners are currently building Charging Stations. To date over 50 OpenEVSE boards have shipped.

Where do you want to take the project from here?

  • I would like to interface OpenEVSE with a Raspberry Pi to provide a rich web interface and also a graphical interface.

What do you think about open source as a philosophy? As a strategy?

  • Open Source is a great way to get people interested in a project and to spark innovation.

Do you follow any other open source projects?

  • Arduino and Raspberry pi.

In your wildest dreams, what would be open sourced next?

  • Everything…
Tagged , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

Raspberry Pi: Tiny, Cheap, Powerful

The Raspberry Pi is a $25 or $35 computer that is roughly the size of an Altoids tin. It may or may not end up being fully open hardware.

Here are some more details from David Braben.

A neat feature is that it is “stateless” which means, in a practical sense, even after you’ve used your Raspberry Pi for a while, the SD card is the only thing that distinguishes it from any other Raspberry Pi. So, if something goes wrong with it, you could just move the SD card and all the peripherals to another one and get right back to work.

Reaction from the community:

  • One of perhaps the most exciting things about Raspberry Pi is, as Jeremy Ruston had previously noted, how it nudges you towards hardware development.
  •  It was suggested that a standard for expansion boards was much needed…A concern was also raised that in the absence of a standard at present some may be wary of designing add-on boards should one subsequently be published.
  •  The potential for using Raspberry Pi as the embedded controller in a RepRap 3D printer was discussed next, noting how the powerful ARM processor would enable it to do things that would just not be possible with a small microcontroller.
  • …a discussion was centred around the idea of a Raspberry Pi emulator which would not only be capable of booting Linux, but that would emulate the board’s GPIO etc

Wanna see the schematics?

Tagged , , , , , , , , , , , ,

TinkerForge – An Interview With The Creators

When you don’t want to fight with low-level syntax you use a high-level programming language. What if that concept was applied to hardware?

TinkerForge is, to oversimplify, a group of modular circuit boards that “just work” with your computer. As long as the program you’re working on is connected to a master brick (via USB), all of the sensors and actuators connected to that same brick will “just work” together. You connect the bricks together and write your program, then the bricks take care of executing that program in the real world. No messing around with firmware, no soldering, and if you want to change something you just rearrange the bricks.

This hyper-modular approach to integrating electronics and software earned TinkerForge “product of the year 2012” at the CHIP magazine award. Previous years were Lufthansa and Panasonic.

Please Introduce yourselves and the origin of TinkerForge.

Our names are Bastian Nordmeyer and Olaf Lüke, we both have a Master degree in Computer Science from the University of Paderborn. At the University we worked at a research project that had the goal to teach robots playing soccer. But instead of programming the behaviour of the robots we actually had to fiddle around with the hardware most of the time. That is where the idea of easy-to-use and modular hardware was born!

What made you decide to open source the project?

We both love Open Source Hardware ourselves. We have everything from OpenMoko over Arduino to Beagleboards in use here! Also, in our opinion, it makes sense for hardware that is made to tinker around with to be open source.

What advantages did you realize from an open source strategy?

With our hardware it is possible to get the easiest possible access to control hardware, a few lines of Python are enough for most small projects. But since it is open source it is also possible to go deeper and perhaps write some C code to change the firmware of a Brick or Bricklet and if that isn’t enough you could also go ahead and make your own hardware that works together with ours. None of this would be possible without it being open source!

What license(s) is TinkerForge released under?

We consider the programming language bindings public domain, there
shouldn’t be any restrictions to use them. Everything else is either
LGPL if it is a library and perhaps usable in other projects or GPL or
GPL-like licensed if it belongs to our core stuff. The hardware is
licensed by the OHL (CERN Open Hardware License). 

Were there any tools/resources that were vital to your success?

We use the standard open source compilers and editors and so on for developing, nothing special. We did receive an EXIST-Gründerstipendium [entrepreneurial grant] that helped us a lot financially in the development phase.

Could you suggest one really important skill people should learn first?

In general I think the thing that we needed most is endurance. If you want to learn something just do it and keep doing it! You won’t be able to learn programming or designing hardware in 2 weeks, it will take a lot of work and a lot of time.

Did you ever make a major shift in the direction of the project? Why?

Oh, quite a lot! The first hardware version had a size of 2x2cm (now the Bricks have 4x4cm). They were absolutely tiny! Unfortunately we weren’t able to fit everything on them that we wanted. The first software version used DBUS instead of the generated language bindings. We already had the software ready and working for that, but it was to much of a hassle to get working on different operating systems (i.e. impossible).

How much of the project was individual effort and how much was social?

Getting the grant was quite a social effort i guess. Also we did of course have discussions about every aspect of the concept and what sensors to use for hours on end :-). Other then that it was a lot of developing effort for two people. It took us more than two years to design the hardware, write the firmwares, the tools (brickd, brickv), the language bindings and the documentation.

Where is TinkerForge going next?

More Bricklets, more Bricks, more language bindings, cases, on device programming support, better documentation, direct Raspberry PI support, etc, etc. There is lots to do!

It seems like Arduino is the most obvious comparison to TinkerForge. Do you consider Arduino a competing platform?

We don’t see us as competition to Arduino. Arduino is programmed on the device in a C derivative and our stuff is controlled from a PC with a high level language. Sometimes you want to solder and make your own hardware designs and sometimes you just want to automate something as fast and easy as possible. Those concepts can both coexist quite happily :-).

Any plans to combine bricks that are often used together into one board?

We will do this (and are in the process of doing it) for companies that want to use large amounts of the same Bricks and Bricklets. I don’t think this makes sense for the general purpose hardware. This would just make everything more expensive (we would have to make smaller amounts of more circuit boards etc.)

How did you settle on this particular level of modularity?

We just used the UNIX principle: “Make each Brick/Bricklet do one thing well”.

Is TinkerForge just for learning/prototyping or is it cheap enough to
embed in finished products?

If you make millions of this product: Probably not. If you make one of this product per month: Hell yes! The industrial alternatives you can get are often orders of magnitude more expensive.

Obviously a great deal of attention was paid to making the bricks work together transparently. Was that an important goal from the beginning? Why?

That was goal from the beginning, yes. The transparency is [necessary so that the user does not] need to think about the hardware components at all.

Are there any aspects of the hardware/software that limit hackability?

Regarding the hackability: We use 0402 and almost only SMD parts. This makes it of course virtually impossible if you want to directly solder something on a Brick or Bricklet. At that point there has to be a trade off between size+price and hackability and we decided to go with size+price. Other then that, every part should be hackable. There should be (and will be in the future) more documentation for the low level stuff.

Was TinkerForge intended to be a commercial project or did it evolve into that?

I think it was clear from the beginning that the project was too big to be just a side project or a hobby.

How did you balance the need for commercial success against engineering goals?

Good question. This is probably the hardest of all the problems to solve. We originally wanted to start the online shop in the end of 2010. In reality we were only able to go online in mid December 2011! Most of the additional time invested probably had to do with the trade off between high end parts and costs.

We have dozens of prototypes laying around here with different board-to-board connectors, different wire-to-board connectors and different processors. We first used 8 bit AT91USB processors, but decided to go for the 32bit SAM3S later on (quite a bit more expensive, but a lot more capabilities).

Good board-to-board connectors can be hugely expensive (like the Molex PMC series). For a Master Brick they would cost more then the whole Master Brick now :-). Lots of cheap Chinese ones only worked for 50 or so mating cycles until something broke.

Is it possible to run a TinkerForge stack independent of a computer?

Yes it is, if you write your own firmware (our firmware on the bricks/bricklets is opensource, so you can use it as a starting point).

If you want to control it from the outside you need a full computer currently. We have planned something called “Low Level Programming Interface” which should enable it to control our products via SPI, I2C or serial interface from other microcontrollers. Although it is possible (we have designed the hardware accordingly) I’m not sure if this will maybe be dropped since we don’t have enough manpower to implement it. Since currently nobody has asked for it, it has a low priority for us.

Any final thoughts?

There is no recipe you can go by, I think. You just have to test lots and lots of stuff until you find something that works well and isn’t too expensive.

Related Links

Tagged , , , , , , , , , , , , , , , , , , , , , , , , ,