Over this past summer I decided to back a project on Kickstarter for an open source level 2 charging station; called the EMW Juicebox.
https://www.kickstarter.com/projects/emw/emw-juicebox-an-open-source-level-2-ev-charging-st
Now that I have finally gotten the project assembled and started playing around with it, I thought that I would post some info about my experience so far. Unfortunately I haven't been able to test charging my car with the unit yet, but I'll report back soon.
The Basic Edition JuiceBox comes with a very nice aluminum case, pre-assembled mainboard, psu, and relay.
Wifi wasn't yet an option when I purchased my unit (but wasn't worried because I had a spare router sitting around), so I've made a few modifications to the hardware. Like adding a current current sensing coil and an arduino ethernet shield. This requires some small modification to the main board in order to use the SPI interface on pins 10-13. Pin 12 was used to trigger a relay for the GFCI test circuit, but since Pin 7 was free I cut and re-routed the trace as shown below.
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhGuthvqxxZCImMtFFmELzNJIs1NQ5LC9kjyJYWX1U0WwhQVbOq2rQeCy7vNF8cFUAIy60me2gJZkJ6AywwveY0fbi-o8g9wiLJkRhURG7lMqXktp7uK2GxW7kOTlMLUD8ME7l8GdTRfCEL/s1600/2014-02-06+09.12.30.jpg) |
I also added Jumpers to enable the LCD, but I haven't decided where/if I will mount one yet. |
Currently I am thinking that I will just develop an android application for the display instead of using the LCD.
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh457FrxWe-PU7GgE9iT7Xn6DrugX7G_fQiZO7klYYp1Ak1_3021b3zkC4zei4nWXN8em6tuevqX39E9ITijJXSsm3C3hd10yAlxB_ewdocnHmMi9pGeCiDlrxaz09yV-cnrrwNmlKCeDrj/s1600/2014-02-09+11.10.41.jpg) |
Here is the working Ethernet shield. |
I like the fact that the code is open source, so it can be modified. I got as far as sending a "Hello World" to my computer as a UDP packet. Not bad for a quick test. Stay tuned to see where I will go from here...