Public Lab Research note


WheeStat kit assembly

by JSummers | August 07, 2014 20:38 07 Aug 20:38 | #11020 | #11020

What I want to do

This note describes the WheeStat kit and how to put it together. More information on the WheeStat is available on the User's Manual wiki page, found here.

What is in the kit?

All the stuff shown in the main image should be in the WheeStat kit. This includes; (1) a vhs tape box which is used for an enclosure. (2) A Tiva LaunchPad development board (the red circuit board). (3) An analog circuit board (green board). (4) Three alligator clips. (5) A micro usb cable (6) A three conductor cable. (7) Two headers for connecting the boards (blue things in the lower left corner), (8) Stuff for making a silver / silver chloride reference electrode, (9) two graphite rods and electrical tape for working and auxiliary electrodes, and (10) a 1 GB usb flash drive with the most up to date code (as of when your kit was shipped from NC).

How does it go together?

The first thing you should probably do is put your reference electrode together since it will take a while to equilibrate. Inside the 15 mL conical tube you should find a glass tube, a bunch of ceramic beads, a rubber septum, and a silver wire. Don't lose the wire. It is not just silver colored, it is the actual metal, silver. It's not like it is ridiculously expensive, but you don't want to have to order another one. To make the reference electrode, follow the instructions found here. Inside the tube, you should also find two pieces of graphite rod. Those are your low cost working and counter (also called auxiliary) electrodes. you will want to wrap those electrodes in colored electrical tape to insulate them. To make the WheeStat shield, you need to solder the headers to the green board on the far right and left, and solder wires for the three electrodes to the wire pads in the lower center.

SolderedWheeStatBoard.jpg

Prepare the three conductor cable by stripping the gray insulation off about 3 inches on one side (for the alligator clips) and 1 inch on the other side (to connect to the board), exposing the wires inside> Then strip 2 to 3 mm of the red/green/black insulation off of the individual wires. As shown in the figure above, the green wire is soldered to the left wire pad, the red wire goes in the center, and the black wire goes on the right. I like to mount the headers on the LauchPad (red board) first, then place the green board in place and solder the headers to the green board. This keeps everything square, but be careful not to go overboard with the solder or you may end up soldering the LaunchPad to the headers as well.
Once the wires and headers are on, it is time to attach the alligator clips to the other side of the wires. To remove the insulating hoods from the red and black alligator clips, first clip them onto something soft, like an extension cord, then slide the hoods off. Put the red and black hoods on the red and black wires and attach the clips to the wires. I push the bare wire through a hole in the clip, crimp the clip to the insulation and fill the wire/hole with solder. While the clip is still attached to the extension cord, slide the insulating hood back into place.

finishedWheeStat.jpg

Now you need to install the drivers and the GUI files on your computer. Instructions for downloading the drivers from Texas instruments is (here).The GUI files and the source code for both the GUI and the microcontroller program will be on the flash drive that comes with the kit. Copy the folder containing the application file (.exe) and the folders containing the source code, the libraries, and the data files to your computer. Double clicking on the exe file should open the GUI. Note that more recent versions of the software may be available by the time you get your kit. If so, they should be available from our GitHub site. There is a little more information on this here.

When will kits be available?

Early September, 2014


15 Comments

Great! is there a wiki page already, Jack? I'd like to move this over there so when I replicate the instructions with a kit I can add some details/photos/illustrations.

Is this a question? Click here to post it to the Questions page.

Reply to this comment...


Hi Mathew, The wiki is the user's manual at http://publiclab.org/wiki/wheestat-user-s-manual. I thought there was a link to it on this page but I dont see one. I will edit this page to put one on. Thanks for pointing this out. Jack

Reply to this comment...


Awesome! thanks. Can't wait to play with the Wheestat!

Reply to this comment...


I'm trying to source the components locally but can't get the Stellaris eval-board here in Europe. According to Farnell, they're not being manufactured anymore. Are there alternatives?

Is this a question? Click here to post it to the Questions page.

Reply to this comment...


Hi Leroy, The Stellaris was replaced by the Tiva boards. The code is compatible with both boards. They can be purchased for $13 direct from Texas Instruments (http://www.ti.com/tool/ek-tm4c123gxl) or from Mouser. Other vendors I have seen mark them up more.
Jack

Reply to this comment...


How can I order the kit? Thanks. Igor.

Is this a question? Click here to post it to the Questions page.

Reply to this comment...


Hi Igor, the kit can be purchased from the public lab store, here: http://store.publiclab.org/collections/new-kits/products/wheestat-potentiostat. Let me know if you have any problem getting it runnigng. Jack

Reply to this comment...


Thank you very much Jack. I placed the order. Where i can find the specification of the Wheestat? Maximum and minimum currents, voltametry step and etc. Have a nice weekend. Igor.

Is this a question? Click here to post it to the Questions page.

Reply to this comment...


Hi IgorS, Sorry about the slow response. Things get really busy for me this time of year.
The maximum and minimum currents that you will be able to measure are going to be limited by the detection hardware and by the fact that all the voltages are limited to between +/- 1.65 volts. The equations are presented in this Research Note under the heading "Theory"; http://publiclab.org/notes/JSummers/07-04-2014/getting-your-wheestat-set-up. You can simplify things by assuming that the offset voltage is zero. In this case, the limiting currents are:

i = 1.65(R5/(R4*R6)

R6 is 10 Kohm and R4 and R5 are determined by digital potentiometers. The limits on the digital pots are 75 ohms and 50 K ohms. This puts the theoretical limits on full scale current at 67 mA to 0.15 uA. The voltage resolution is currently at 10 mV per step. That is sufficient for most electrochemical experiments that I am aware of. Let me know if you need greater resolution. it would be simple to change. This is controlled by a couple of constants in the microcontroller code and I could guide you through it pretty easily. One thing that I do not have a good handle on is the time resolution. I usually do rather slow experiments (not more than about 200 mV / second sweep). This is because most chemical systems don't react much faster. I understand that there are systems (batteries and the like) where you want to sweep much faster and get time data out. This is not something I have ever looked into, but if you want help looking at it, I am willing to try. Let me know if there is anything else you want. Best,

Jack

Reply to this comment...


Thank you very much for explanations. I would like to test electrodes for supercapacitor, and assambled supercapacitors (~0.5 to 20 miliF). May be I will use the WheeStat as controller for electrochemical deposition. 100 mv\sec is enough for my tests for now. I think we will be required to adjust voltage step to make measurements more smooth, but it depend how many current sample can be measured per step and time offset of the measurement. I guess that in fast response systems the current inside a time frame of steps is not distributed equally. Thanks again. I.

Reply to this comment...


Thank you very much,i will test it by myself.then i will buy graphite rods on china graphite suppliers.if any question,i will connect with you. thanks again!

Reply to this comment...


Hi, @JSummers -- can you link to the board files for the circuitboard? I see a Github link but can't quite read it in the photos.

Is this a question? Click here to post it to the Questions page.

Reply to this comment...


Hi @warren, I had never did put the board files online before (Sorry). I just made them available at https://github.com/SmokyMountainScientific/WheeStat5Eagles. Anyone wanting to make one of the 5 series boards themselves from the pcb can buy them in sets of 3 at this url: https://oshpark.com/shared_projects/yepeXPFo.
You will notice that I have a research note describing new hardware. If you contact me, I can sell you the pcb for the new hardware version. Alternatively, you can get them here: https://oshpark.com/shared_projects/ESaBVpCE. You can get the Eagle files for the next generation board here:https://github.com/SmokyMountainScientific/WheeStatE_7Eagles. Best, Jack

Reply to this comment...


Dear JSummer I am interested to buy one latest version of WheeStat. Please let me know its cost and procedure. Thanks

Reply to this comment...


Hi Aneesahmad, In the US, you can order one from my website, smokymtsci.com. Outside the US, you can contact me at my email summers at wcu dot edu and I will figure out a way to get one to you. Jack

Reply to this comment...


Login to comment.