1. Introduction
A potentiostat is a device which can input predetermined voltage/current signals that generate outputs with an electron-related behavior needed to study redox reactions [1]. The potentiostat also relies on a feedback loop usually implemented with advanced electronic components to accurately control and condition electrical potential differences obtained from sensors to ensure reliable information at the output.
Before the invention of computers to control voltage and/or current, it was challenging to obtain signal processing in electrochemical instrumentation. Indeed, modern electroanalytical chemistry started with the invention of polarography in the 1920s [2]; since then, the electrochemical instrumentation has been pushing forward according to progress achieved in electronics (Moore’s law) and information technology (Internet of Things). Incorporation of electrochemical sensors continues to gain a presence in research efforts to develop technology in different application fields such as Lab-on-a-chip devices or centrifugal microfluidic platforms [3]; indeed, these microfluidic platforms have proved to be very convenient for clinical diagnosis of glucose and cancer cell detection issues [4,5,6].
Point of Care Technology (POCT) devices make possible to obtain sample measurements of patients by using wireless communication and under a large distance between patients and professionals of health by using the internet of things technology. This technology offers features such as shortening the sample analysis periods, reducing the size of the final device reaching portability. Thus, it is possible to implant POCT devices in humans for continuous monitoring purposes [7,8].
Trends in microelectrode fabrication, microfluidics and microelectronic systems have resulted in both challenges: in the design/development of potentiostats and significant advances in the capabilities of the potentiostats to collect data at the transient that take place at different time constants associated to a different phenomenon; for instance, in the order of ~(10−15 to 10−11) s, it is possible to observe the ohmic drop of the system, or if a experimentalist will like to observe the time constant associated with molecular diffusion it is required to record the electrochemical signal of the experiment in the order to ~(10−3 to 50) s [9]. Consequently, in the middle on the mass transfer process and the ohmic drop of the system occurs the time constant associated with electrochemical reactions [10]. As a result, the potentiostats have become very sophisticated systems to make possible applications such as DNA identification, protein classification, neural recording, glucose-level determination, PH detection, drug-concentration quantification, among others.
The lack of the information about the circuitry is one of the most important disadvantages present in commercially supplied potentiostats [8,10,11,12,13]. This information related to electrochemical detection is necessary to manipulate certain variables like the voltage waveforms. Thus, experimentalists have to adapt the methodologies under development to the available potentiostats in the market; likewise, the lack of this information results in different kinds of problems to develop new measurement approaches for the need for highly customized and flexible electrochemical instruments for hardware and software.
This study had proposed a highly customizable and flexible platform consisting of the electronic circuits and the software to drive redox reactions. In addition, it is presented in the study a well-description and characterization on the potentiostat system, which it is necessary for making possible the availability of technological devices [8,10,11,12,13,14]. Figure 1 shows a possible solution to have a highly customized potentiostat system for applications like Lab-on-a-System, wearable monitoring systems and POCT. The idea is to have an embedded system small enough to meet the application requirements. In this case, the Programmable System on a Chip (PSoC) and the Programmable Radio on a Chip (PRoC) have shown their worth [14,15,16,17]. The interface system uses LabVIEW in a computer to deal with the user with a versatile graphical environment [18,19,20,21,22]. The communications between computer and PSoC is wireless. The scalability of the system takes place using pattern designs at the software level.
Furthermore, it is presented in this work a flexible and integral methodology that includes the characterization and calibration of the potentiostat, thus the electronics of the device were tested by performing three electrochemical techniques and its analysis of errors. This methodology allows for the reconfiguration of the device to execute different electrochemical techniques allowing a correct functioning of the equipment.
1.1. Background
A potentiostat by itself just controls the potential in an electrochemical cell and more electronic components are necessary to get more information about the electrochemical phenomenon [23,24]. The Digital to Analog Converter (DAC) provides the control signal for the potentiostat. The current measurement circuit reads the electrons flow of the reactions. The Analog to Digital Converter (ADC) turns the analog current values in digital. Thus, the basic potentiostat system defines the performance of the entire instrument.
The function generator can give the waveform values in an analog or digital way. However, a computer generates the digital signals most of the time. Also, the recorder system has to handle digital values because it is the easiest way to save data. The display system can be any device capable of showing information. Though, one of the fastest is a screen. Hence, all these components and the basic potentiostat system let us have a complete device to perform electrochemical experiments.
1.1.1. Embedded Potentiostat System (EPS)
The EPS prototype includes some modifications to incorporate additional electrochemical techniques. The main aspects are the description of the embedded systems and design patterns for programming. An embedded mixed-signal architecture deals with applications where the acquisition, processing and manipulation of the variables are necessary [25]. In a potentiostat system, the electrochemical reaction current is the variable to sense, the voltage at the electrodes is the variable to control and the microcontroller algorithm generates the appropriate waveforms for an electrochemical trial. Thus, a potentiostat application matches with an architecture like this. The main functions to perform by this kind of embedded system are [26]:
1. Sensing the analog signals.
2. Transmission and reception of data inside and outside of the embedded system.
3. Firmware execution.
4. Actuation signals generation.
The PSoC from Cypress Semiconductor is one of the icon devices in an embedded mixed-signal architecture [27]. The selection of this device relies on the incorporation of several features in a single chip. Hence, analog, digital and processing systems are inside of a PSoC with the capacity to address several applications. The main feature of the PSoC is its configurability. That allows to an experimentalist to have new solutions to the most challenging problems [15,16,17,18].
A Full potentiostat system, requires the management of analog and digital signals. A PSoC provides an architecture for the treatment of mixed-signals in one chip [17]. These features bring advantages as fast development times, space reduction and simplification of the application.
1.1.2. Prototype Implementation and Architecture
The potentiostat instrument prototype has two main systems: the embedded and the interface system as shown in Figure 2. The EPS is responsible for the manipulation of the electrochemical cell sending and receiving data wirelessly. The Potentiostat User Interface System (PUIS) deals with the user and controls the EPS behavior. Both systems constitute a Master/Slave design where the EPS is the slave and the PUIS is the master.
The modular design allows the completion of the research objectives by using a small embedded system as a slave [27]. Also, the modular design is an excellent feature to customize the system. To implement the potentiostat instrument prototype, the master sends commands to the slave and the slave returns the task response. In this prototype, there is a command for each electrochemical method and the response is a lot of digital values from the trial. The PUIS focuses on managing the recording and display system, on generating the appropriate waveforms and on sending Redox current/voltage values (according to the test) to the PUIS. This multiprocessing capability allows achieving a full potentiostat system.
The EPS is a set of electronic components small enough to be embedded in a potentiostat system application. This system has three main aspects: Bluetooth, PSoC and the electrochemical cell as shown in Figure 3A. The PSoC has analog and digital modules to implement as a potentiostat, a microcontroller and it executes the firmware. The PSoC analog hardware allows to the designer the development of a basic potentiostat system with all the electronic components needed by the typical potentiostat system. Moreover, the microcontroller has the code for the generation of the waveforms according to the electrochemical technique selected and the parameters to stop a running experiment. The main algorithm of the PSoC has a State Machine design pattern programmed in C language. This design pattern is highly acceptable by programmers because its implementation is very flexible and easy to follow [28]. Also, the modularity of the pattern makes feasible the additions of states to implement more electrochemical methods in the same PSoC. Thus, the state machine is an excellent choice to have a friendly firmware because it is very explicit.
Besides the PSoC, Figure 3A shows another chip named PRoC that focuses on Bluetooth communication instead of hardware modules. The addition of this device increases the prototype size. However, this element is extremely important for a successful EPS functionality. Also, the PRoC is one of the best options considering that it comes from the same manufacturer of the PSoC.
The PUIS schematic of Figure 3B uses Bluetooth communication to send commands to the slave. The commands come from a computer with a program and the PUIS is always waiting for any events at the interface to start the electrochemical experiment. Also, it has a recording system to save the data to a computer. Figure 3B shows that the Bluetooth device is out of the computer and it controls all the communication of the master. Moreover, the Bluetooth version is the BLE 4.2 with a data rate up to 25 Mbps for this prototype [29]. The Bluetooth communication works basically as a bridge allowing the design of a simple communication protocol for sending commands. Thus, it is easy the manipulation of bytes to send tasks to the slave and receive the voltage and the current values.
Recording on a display system is a challenge for any designer. However, the use of advanced design patterns is very helpful. Thus, LabVIEW allows the creation of user interface systems with advanced programming techniques. The algorithm performed by the computer uses a Producer/Consumer and a State Machine design pattern. A later subsection provides more information about these techniques.
1.1.3. Analog and Digital Circuits in the PSoC
The Figure 4 shows the digital schematic circuit of the PSoC, which provides a firmware execution in real-time and the communication to the PRoC. The advanced potentiostat circuit with a Trans-Impedance Amplifier (TIA) from Figure 4 has features used to make the electrochemical prototype tests [1,10]. Moreover, the design of the analog circuitry is very important to provide a good performance in the prototype system. The analog hardware from Figure 4 relies on the advanced potentiostat circuit with the TIA and it has some extra features. The Operational Amplifiers marked as Opamp_0 and Opamp_2 control the potential at the WE through the RE, Opamp_1 supplies the energy for the waveform while the DAC throws the waveform values at the proper rate. The Universal Asynchronous Receiver-Transmitter (UART) module communicates with the Bluetooth module to send data and receive commands wirelessly. The Programable Gate Array (PGA) provides a reference voltage of 2.048 V because the RE can be just manipulated in a range of 0 to 4.08 V. Hence, this floating potential gives a chance to work with ±2 V approximately in the electrochemical cell. The TIA and the ADC transform the current into digital values. The DAC brings some restriction to the embedded application. The maximum quantization error is 0.5 mV because every step is of 1 mV. The minimum time for the DAC to change a value at its output is of 4 µs. Hence, the maximum scan rate for the prototype is 250 V/s in a range of 0 to 4.08 V. The DAC needs the digital waveform value in 12 bits to make the conversion. Also, the DAC requires a buffer at the output to keep the right potential and supply the energy to the potentiostat control signal.
The TIA module, which it is shown at the top of Figure 4 and the Delta-Sigma Analog to Digital Converter (∆∑ ADC) define the sensitivity of the current measurement. The TIA has eight resistors to have eight different quantization levels. The maximum current value is obtained by using the values for the operation, thus it comes from the minimum resistor of the TIA module (20 kΩ) and the ADC voltage range at its input (±1.024 V) as the equation one describes. However, the missing data needs to be calculated through a characterization.
I=VrefR=±1.024 V20000 Ω=±51.2 μA
The ∆∑ ADC has several features that define the behavior of this module in the prototype. The conversion mode is a single sample. The ADC has 18 bits and it takes 414 µS approximately to perform one conversion. The clock frequency is around 3071 kHz but the output rate is slower because it uses oversampling to get a better signal quality. The input range is ±1.024 V and the ADC has a buffer to avoid any measurement error by impedance mismatching.
2. Materials and Methods 2.1. Electrochemical Equipment
The EPS uses two kits as it is shown on Figure 5A from Cypress Semiconductors: CY8CKIT-059 and CY8CKIT-042-BLE, the CY8CKIT-059 kit has the chip CY8C5888LTI-LP097; the CY8CKIT-042-BLE kit has four devices but the prototype just needs the PRoC and the USB dongle. The measurements of the EPS are compared to a commercial potentiostat system (CH Instruments, model 700E). The EPS was operated to recording 2000 data per second which is the maximum samples that the equipment can measure. The three cables on Figure 5A at the bottom right part of the protoboard were connected to the three electrodes of the electrochemical cell on Figure 5B.
2.2. Analyte, Electrolyte and Electrodes
All experiments were performed on a volume of 50 mL on a electrochemical cell (height = 35 mm, diameter = 60 mm) of potassium ferricyanideK3 [Fe(CN)6] ; this analyte is common to use to test potentiostats [12,30,31,32], since its kinetics is well known and it describes an electrochemical reversible behavior [23,33,34]. Ferricyanide can be reduced to ferrocyanide as Equation (2) shows; the backward direction of the reaction corresponds to the ferrocyanide oxidation to ferricyanide as Equation (3) describes.
Fe(CN)63− +e−→Fe(CN)64−
Fe(CN)64−→Fe(CN)63− +e−
In the experiments two analyte concentrations of 1 mM and 10 mM of K3[Fe(CN)6] (Sigma-Aldrich, Saint Louis, MO, USA, CAS: 13746-66-2) were used to evaluate the EPS. The electrolyte support used was 0.5 M KCl (Fermont, presentation no. 24842). The reference electrode (RE) used is Ag/AgCl (BASi model MF-2052). A platinum wire (BASi model MW-4130) and a disk glassy carbon electrode (BASi model MF-2012, diameter ϕ = 3 mm) was used as the Counter Electrode (CE) and the Working Electrode (WE), respectively, as it is shown in Figure 5B.
2.3. Experimental Design
The electrochemical techniques used in the EPS are LSV, CV and DSC. Before comparing the commercial potentiostat with the EPS, the WE were cleaned by immerse it in 0.1 M of HNO3 (Sigma Aldrich) for approximately 10 min, later the WE was rinsing with distilled water; after that, the WE received an electrochemical pretreatment to activate its surface by running a sequence of different scan rates of CV and by using 0.1 M of HCl (Sigma Aldrich); The CV sequences of the activation surface is shown on Table 1.
The process of surface activation is initiated with a high scan rate (500 mV/s) and through lower scan rates until a scan rate of (50 mV/s) is reached. In the process of surface activation, all CVs were done on the windows of scan potentials of (−0.15 to 0.65) V versus Ag/AgCl where the initial voltage was set at 0.25 V versus Ag/AgCl. Likewise, the number per cycles of each sequence of CV is higher (50 cycles) at the highest scan rate and it decreases at lower scan rates until reaching (5 cycles). All experiments were carried out at room temperature ~25 °C and the potential recorded was against the Ag/AgCl saturated.
The Randles-Sevcik equation presented below relates to the scan rate, the molecular diffusion and the bulk concentration of the analyte with the current peak from a CV or LSV experiments [34,35].
Ip=(2.69×105)n3/2 (Dv)1/2 ACbulk
Here,Ipis the maximum current (A),nis the number of electrons per mole oxidized or reduced,Dis de diffusion coefficient (cm2/s),vis the scan rate of the CV or LSV (V/s),Ais the working electrode area (cm2) andCbulk is the bulk concentration of the oxidized or reduced specie (mol cm−3). Table 2 shows the parameters of the Randles-Sevcik equation and the current peaks of the two concentrations tested in an ideal Nernstian reversible system and under the assumption of semi-infinite linear diffusion.
The setup condition for each experiment was related to the number of experimental conditions. The conditions rely on the previous investigation where similar values were used [10,14]. The only changes between conditions were the scan rate value. Hence, conditions allow us to evaluate the EPS at different currents magnitudes and scan rates. In addition, a comparison was done of the EPS signal with a commercial potentiostat. Table 3 describes the setup parameters for the conditions tested on CVs.
Table 4 describes the conditions for the DSC experiments. The small changes between the first and the last step allow us to explore the changes in the current measurements on the prototype and it can be related to the lowest limit of detection on the device. The pulse width was set to 62 s since at that time the current measurement reaches the steady-state response. The last step is practically the open circuit potential of 0.308 V for 1 mM K3[Fe(CN)6] in Table 4.
Table 5 describes the conditions for the LSV experiments. The conditions rely on the previous investigation where similar values were used [10,14], where the only changes were the scan rates.
3. Results and Discussion
Results of the experimental conditions in Table 3, Table 4 and Table 5 are shown in the graphs from Figure 6, Figure 7 and Figure 8. In the LSV and CV, the voltage values are versus the RE and it is indicated as EREF on the abscissa axis. All electrochemical experiments follow the sign convention used on the commercial potentiostat (chemistry convention); therefore, the peak currents observed on CVs in Figure 5 with negative magnitude, correspond to the oxidation in the Equation (3); contrary, the positive magnitude of the current corresponds to a reduction in the Equation (2). A minor discrepancy on the signal of the prototype occurred at high currents; however, the results from the prototype are close to the commercial potentiostat in most of the graphs when it is considered a proper range to work for the prototype. A minor drawback of the potentiostat prototype is the filter; this capacitor introduces a shift phase and it is possible to been observed when the scan rate is fast as Figure 6D shows. This filter is necessary because noise appears in the measurements specially when very low currents are monitored. Thus, this component allows us to reduce the detection limits sacrificing a little of the potentiostat prototype bandwidth.
In Figure 7, it is shown different DSCs at different first step potentials described in Table 4. In Figure 7A,B, the initial step corresponds to the oxidation and on the second step it is shown a reduction; contrary, in Figure 7C–E) the process has been inverted.
In Figure 7B,C, the current recorded at longer times describes more evidently an oscillation when the system is close to reach a relaxed response; This oscillation can be related to the perturbation step signal, which was very close to the open circuit potential; as a result, in Figure 7B,C, the ratio of the peak currents divided by the current measured at the steady-state provides a less abrupt ratio compared to when the system is under a large perturbation signal of a given step of potential.
Figure 8 shows the LSV experiments described in Table 5. In Figure 8A,C,E, it is shown that LSV under a cathodic scan corresponds to a reduction; on the other hand, Figure 8B,D,F shows the anodic direction on the LSV associated with an oxidation. A little discrepancy of the phase response was observed at the maximum scan rate of 500 mV/s for the cathodic and anodic directions with respect to the commercial potentiostat response; the small difference can be associated with the same signal observed at the highest scan rate of the CV experiment.
Analysis of Results
An error analysis will show the differences between both devices for each experiment quantitatively. The absolute error express how far is the measured value of the real as the Equation (5) describes. In these experiments, the real values are from the commercial potentiostat while the measured values are from the prototype. The mean error refers to the average of the absolute errors in an experiment as Equation (6) agrees. The highest error is a value very close to the maximum error because it comes from the standard deviation (σ) of the absolute errors as Equation (7) shows.
Absolute Error = ||ValueMeasured|−|ValueReal||
Mean Error = ∑i=1Sample Number (Absolute Error)iSample Number
Highest Error=3σ+Mean Error
The previous equations do not have any reference to describe the error and with this peculiarity, it cannot be clear how bad is that error. Thus, the full scale will be the reference with a value according to the peak to peak amplitude of the Redox current signal from the commercial potentiostat. The Mean Error Percent (MEP) describes how big the mean error is against the peak to peak amplitude as Equation (8) illustrates. The Highest Error Percent (HEP) describes how big this highest error is against the peak to peak amplitude as Equation (8) shows. Hence, these indicators will describe the error of the prototype measurements with a solid reference.
Mean Error Percent =Mean ErrorPeak to Peak Amplitude ×100
Highest Error Percent =Highest ErrorPeak to Peak Amplitude×100
It is shown in Table 6 that the most relevant indicators for the error analysis. The MEP describes the error percent to expect in given measure. The HEP describes the maximum error percent to expect in an electrochemical trial. The CV errors are higher than those from the DSC and that can come from two factors: the full scale and the scan rate. However, it is difficult to know which of each has more weight because they are related.
The experimental conditions 6 and 7 allow knowing the resolution of the equipment that can be related to the Lower Limit of Detection (LLD), thus in these trials the prototype measured the smallest signal value. From the conditions 6 and 7, it is possible to calculate the 5% of the mean error. Therefore, its values reflex the LLD to have an expected accuracy of 95% in the measurements compared with the commercial potentiostat. With that criterion, “the prototype can handle currents above 86.44 nA and below of −86.44 nA,” as Table 7 shows to have an accuracy above of the 95%.
To obtain the Higher Limit of Detection (HLD) an additional experiment was carried out at the experimental conditions described in Table 8 (condition 16) and it is presented in Figure 9.
The HLD comes from the current values of the CV; specifically, condition 16 shows how the prototype cannot handle much current. The main difference between experimental conditions 1 and 16 is the concentration difference in the analyte (10 times in the order of magnitude). The Figure 9 describes how the EPS response is under a different phase than the commercial potentiostat. The condition one provides the HLD of ±3 µA according to the possible resolution of the system. However, trials with analyte concentration between (1 and 10) mM K3[Fe(CN)6] could prove a greater current range.
4. Conclusions
Table 9 shows the electrochemical conditions in which the response signal of the prototype is congruent with the commercial potentiostat. This table is a summary of the experiments to appreciate the capacity of the EPS. The concentration used provides information about the voltage and the current range of the electrochemical techniques studied. In addition, the study provides a guide to test the scan rate and the range of the sample per second on the EPS.
Out of the ranges of Table 9, the behavior of the EPS is erratic or unknown. The potentiostat loses the voltage control with analyte concentrations above 10 mM K3[Fe(CN)6]. As a result, the EPS capacity established in this study allows us to have several applications for the medical, biotechnology, environmental areas.
Table 10 describes the principal features of the EPS. The prototype has a capacity of ±2 V to control the voltage. The range of currents was established from the experiments discussed previously. The number of samples per seconds comes from the ADC selected in the PSoC. The scan rate range relies on the architecture of the PSoC and the algorithm that controls the waveform generator. The parameters described in Table 10 point out that the PSoC is a suitable device to work as a prototype of a portable EPS.
Table 11 and Table 12 give information about the power consumption and the values to compensate for having more accurate results. The offset voltages are summarized in Table 9 and the bias current at the inverting input establishes the minimum current to read in the device. The power consumption provides a clear idea of the battery requirements.
Potential Applications of the EPS Developed
According to Periasamy et al., it is possible to use their glucose biosensor in a linear concentration range of 6.3 to 20.09 mM [37] and the concentration can go from 2 to 22 mM in humans [38]. The biosensor has a sensitivity of 2.47 µA/(mM cm2). In addition, the output current range of the biosensor with a fixed area of 2 mm × 2 mm is of 0.62 to 1.98 µA. Hence, this prototype can handle that sensor because the EPS input current is wider than the biosensor output.
Apetrei et al. developed a sensor with a sensitivity of 37.1 nA/µM with an area of 0.867 cm2 in a linear range of 1–300 µM to detect melatonin [39]. With the EPS it is possible to detect melatonin in a concentration of 43 µM, since the detection range is around 2.5–80.0 µM.
Other works have developed sensors with a sensitivity of 35 mA/(M cm2) for H2O2 [40,41,42]. In an amount of 10–200 µM, it can provoke a senescence-like state if a human cell gets in contact with it [42]. Thus, in a fixed area of 7.2 mm × 7.2 mm it is possible to detect it in a range of 5–165 µM with the EPS.
Jaiswal et al. developed a biosensor for the determination of nitrite (NO2−) [43]. In that study, they found two linear ranges of 0.1 to 1 µM and 1 to 1000 µM having two different sensitivities of 1.25 µA/(µM cm2) and 0.005 µA/(µM cm2), respectively. As a result, the EPS can be useful in the detection of nitrite in a range of 0.1 to 833 µM with an electrode area of 0.72 cm2 and by considering the two slopes in this range.
Furthermore, the EPS can accomplish suitable features such as being a compact device, have a low power consumption, economically affordable, flexible for being programmed according to with the required necessity, suitable for being integrated over system-on-a-chip platforms, it provides accuracy in the range of measured currents. In addition, since there is a setup of slave-master on the EPS, then it becomes attractive to use this technology to install a network of different EPS to transmit via wireless communication the sensing data to the Potentiostat User Interface System (PUIS).
Finally, Table 13 presents a comparison of different compact potentiostats that have been studied to visualize their parameters in comparison to the parameters that can offer the EPS studied.
Table 13 describes important features that should have the new generation in the electrochemical instrumentation, such as being small in size in order to be portable, economically affordable, precision in the measurements, low power consumption and wireless. The potentiostat designed, constructed and characterized in this work is demonstrated to be competitive with the previous work in potentiostats that has been shown recently (Table 13). Nonetheless, this work presented one of the first potentiostat constructed by using embedded electronics and it is the first of being a CYPRESS. For designing this potentiostat, the kits have a value of approximately cost (~100$ USD), therefore this approach to constructing a potentiostat can be very convenient versus other routes; also, the programmable circuit can vastly reduce the hardware complexity. Thus, it can lead the way to creating new applications for Point-of-Care with a reusable full electronics module. In addition, this work contributes to providing information about the architecture (digital peripherals and analog front end devices) required to construct a potentiostat since this information is scarce, due to the main providers being companies who protect their circuit design. Finally, an integral methodology that includes the characterization and calibration of the potentiostat has been presented, thus an analysis of errors on the measurements in this device were tested and three electrochemical techniques were performed.
Author Contributions
O.I.G.P. wrote the code for the EPS and performed experiments to evaluate the electronics on the EPS and for the electrochemical experiments, A.I.M.-M.; established the requirements and characteristics that the potentiostat must have, performed experiments for the electrochemical experiments, proposed the experimental methodology and setup conditions, analyzed the results, evaluated all functionality and performance of the potentiostat, wrote the article, corresponding author O.I.G.P.; proposed the methodology for evaluating the errors and precision on the EPS, J.C.-F.; developed the architecture circuit design on the potentiostat, J.M.R.-D.; reviewed the code written for the EPS, A.Á.-O.; reviewed the overall functionality of the EPS from the point of view of the embedded electronics, funding acquisition, G.D.-A.
Funding
This research was funded by Tecnologíco de Monterrey and was funded by The National Council of Science and Technology of Mexico (CONACYT).
Acknowledgments
The National Council of Science and Technology of Mexico (CONACYT) and the Tecnologico de Monterrey provided financial support to conduct this study.
Conflicts of Interest
The authors declare no conflict of interest. The founding sponsors had no role in the design of the study; in the collection, analyses, or interpretation of data; in the writing of the manuscript; or in the decision to publish the results.
1. Bard, A.J.; Faulkner, L.R. Electrochemical Instrumentation. In Electrochemical Methods: Fundamentals and Applications; John Wiley & Sons: New York, NY, USA, 2001; pp. 632–658.
2. Katz, E. Processing electrochemical signals at both sides of interface: Electronic vs. chemical signal processing. J. Solid State Electrochem. 2011, 15, 1471–1480.
3. Madou, M.; Zoval, J.; Jia, G.; Kido, H.; Kim, J.; Kim, N. Lab on a CD. Annu. Rev. Biomed. Eng. 2006, 8, 601–628.
4. Höfflin, J.; Delgado, S.M.T.; Sandoval, F.S.; Korvink, J.G.; Mager, D. Electrifying the disk: A modular rotating platform for wireless power and data transmission for Lab on a disk application. Lab Chip 2015, 15, 2584–2587.
5. Abi-Samra, K.; Kim, T.-H.; Park, D.-K.; Kim, N.; Kim, J.; Kim, H.; Cho, Y.-K.; Madou, M. Electrochemical velocimetry on centrifugal microfluidic platforms. Lab Chip 2013, 13, 3253–3260.
6. Nwankire, C.E.; Venkatanarayanan, A.; Glennon, T.; Keyes, T.E.; Forster, R.J.; Ducrée, J. Label-free impedance detection of cancer cells from whole blood on an integrated centrifugal microfluidic platform. Biosens. Bioelectron. 2015, 68, 382–389.
7. Juanola-Feliu, E.; Miribel-Catala, P.L.; Aviles, C.P.; Colomer-Farrarons, J.; Gonzalez-Pinero, M.; Samitier, J. Design of an implantable nano-enabled biomédical device for in-vivo glucose monitoring. In Proceedings of the Design of Circuits and Integrated Systems, Madrid, Spain, 26–28 November 2014; pp. 1–6.
8. Colomer-Farrarons, J.; Miribel-Català, P.; Rodriíguez-Villarreal, I.; Samitier, J. Portable Bio-Devices: Design of Electrochemical Instruments from Miniaturized to Implantable Devices; INTECH Open Access Publisher: London, UK, 2011; pp. 1–458.
9. Newman, J.; Thomas-Alyea, K.E. Electrochemical Systems; John Wiley & Sons: New York, NY, USA, 2004; pp. 1–635.
10. Dryden, M.D.M.; Wheeler, A.R. DStat: A versatile, open-source potentiostat for electroanalysis and integration. PLoS ONE 2015, 10, e0140349.
11. Sun, A.; Venkatesh, A.G.; Hall, D.A. A Multi-Technique Reconfigurable Electrochemical Biosensor: Enabling Personal Health Monitoring in Mobile Devices. IEEE Trans. Biomed. Circuits Syst. 2016, 10, 945–954. [Green Version]
12. Luo, T.; Wang, H.; Song, H.; Christen, J.B. CMOS potentiostat for chemical sensing applications. In Proceedings of the IEEE SENSORS 2013, Baltimore, MD, USA, 3–6 November 2013; pp. 1–4.
13. Vergani, M.; Carminati, M.; Ferrari, G.; Sampietro, M.; Amato, L.; Heiskanen, A.; Dimaki, M.; Svendsen, W.E.; Emneus, J. Compact potentiostat for cellular electrochemical imaging with 54 parallel channels. In Proceedings of the 2012 IEEE Biomedical Circuits and Systems Conference (BioCAS), Hsinchu, Taiwan, 28–30 November 2012; pp. 136–139.
14. Rowe, A.A.; Bonham, A.J.; White, R.J.; Zimmer, M.P.; Yadgar, R.J.; Hobza, T.M.; Honea, J.W.; Ben-Yaacov, I.; Plaxco, K.W. CheapStat: An Open-Source, ‘Do-It-Yourself’ Potentiostat for Analytical and Educational Applications. PLoS ONE 2011, 6, e23783.
15. Kim, M.H.; Nam, I.; Ryu, Y.; Wellman, L.W.; Sanford, L.D.; Yoon, H. Miniaturized neural sensing and optogenetic stimulation system for behavioral studies in the rat. Proc. SPIE 2015, 9434, 94340B.
16. Doboli, A.; Kane, P.; van Ess, D. Dynamic reconfiguration in a PSoC device. In Proceedings of the 2009 International Conference on Field-Programmable Technology, Sydney, Australia, 9–11 December 2009; pp. 361–363.
17. Xuewei, P.; Rathore, A.K. Small-Signal Analysis of Naturally Commutated Current-Fed Dual Active Bridge Converter and Control Implementation Using Cypress PSoC. IEEE Trans. Veh. Technol. 2015, 64, 4996–5005.
18. Masters, M.F.; Heral, T.; Tummala, K. Low-cost coincidence counting apparatus for quantum optics investigations. Proc. SPIE 2015, 9793, 97930V.
19. Prasanna, G.; Jayapandian, J.; Sheela, O.K.; Amarendra, G. A novel pulse processing scheme using embedded pulsed reset charge sensitive preamplifier. In AIP Conference Proceedings; AIP Publishing: Melville, NY, USA, 2016; p. 60023.
20. Bozatzidis, A.; Anastopoulos, A.G.; Laopoulos, T. An Automated Data Acquisition Setup for Electro-Chemical Measurements. In Proceedings of the 2007 4th IEEE Workshop on Intelligent Data Acquisition and Advanced Computing Systems: Technology and Applications, Dortmund, Germany, 6–8 September 2007; pp. 51–54.
21. Aryan, N.P.; Rieger, V.; Brendler, C.; Rothermel, A. An Economical and convenient experiment setup for electrode investigation. In Proceedings of the 2012 Annual International Conference of the IEEE Engineering in Medicine and Biology Society, San Diego, CA, USA, 28 August–1 September 2012; pp. 815–818.
22. Bress, T.J. Producer–Consumer State Machines. In Effective Labview Programming; NTS Press: Austin, TX, USA, 2013; pp. 368–386.
23. Brett, C.M.A.; Brett, A.M.O. Electrochemical Experiments. In Electrochemistry: Principles, Methods, and Applications; Oxford University Press: Oxford, UK, 1993; pp. 129–150.
24. Colomer-Farrarons, J.; Miribel-Català, P.L. Biomedical Integrated Instrumentation. In A CMOS Self-Powered Front-End Architecture for Subcutaneous Event-Detector Devices; Springer: Dordrecht, The Netherlands, 2011; pp. 93–132.
25. Doboli, A.; Currie, E.H. Hardware and Software Subsystems of Mixed-Signal Architectures. In Introduction to Mixed-Signal, Embedded Design; Springer: New York, NY, USA, 2011; pp. 103–150.
26. Doboli, A.; Currie, E.H. An Overview of Mixed-Signal, Embedded System Design. In Introduction to Mixed-Signal, Embedded Design; Springer: New York, NY, USA; pp. 1–49.
27. Gomaa, H. Catalog of Software Architectural Patterns. In Real-Time Software Design for Embedded Systems; Cambridge University Press: Cambridge, UK, 2016; pp. 530–550.
28. Mohiuddin, T.; Nawrocki, M.; Bitter, R.; Machines, S. LabView Advanced Programming Techniques, 2nd ed.; CRC Press: Boca Raton, FL, USA, 2006; pp. 135–179.
29. Robertazzi, T.G. Wireless Networks. In Introduction to Computer Networking; Springer International Publishing: Cham, Switzerland, 2017; pp. 35–60.
30. Li, L.; Liu, X.; Qureshi, W.A.; Mason, A.J. CMOS Amperometric Instrumentation and Packaging for Biosensor Array Applications. IEEE Trans. Biomed. Circuits Syst. 2011, 5, 439–448.
31. Li, L.; Qureshi, W.A.; Liu, X.; Mason, A.J. Amperometric instrumentation system with on-chip electrode array for biosensor application. In Proceedings of the 2010 IEEE Biomedical Circuits and Systems Conference (BioCAS), Paphos, Cyprus, 3–5 November 2010; pp. 294–297.
32. Lim, B.; Takahashi, S.; Futagawa, M.; Dasai, F.; Ishida, M.; Sawada, K. On-chip square wave voltammetric pulse generator for redox measurement employing array structure. In Proceedings of the 2014 IEEE Biomedical Circuits and Systems Conference (BioCAS), Lausanne, Switzerland, 22–24 October 2014; pp. 113–116.
33. Ciobanu, M.; Wilburn, J.P.; Krim, M.L.; Cliffel, D.E. Fundamentals. In Handbook of Electrochemistry; Elsevier: Amsterdam, The Netherlands, 2007; pp. 1–30.
34. Zanello, P. Voltammetric Techniques. In Inorganic Electrochemistry: Theory, Practice and Applications; Royal Society of Chemistry: London, UK, 2003; pp. 49–138.
35. Bard, A.J.; Faulkner, L.R. Potential Sweep Methods. In Electrochemical Methods: Fundamentals and Applications; John Wiley & Sons: New York, NY, USA, 2001; pp. 226–260.
36. Bortels, L.; van den Bossche, B.; Deconinck, J.; Vandeputte, S.; Hubinb, A. Analytical solution for the steady-state diffusion and migration involving multiple reacting ions Application to the identification of Butler-Volmer kinetic parameters for the ferri-/ferrocyanide redox couple. J. Electroanal. Chem. 1997, 429, 139–155.
37. Periasamy, A.P.; Chang, Y.-J.; Chen, S.-M. Amperometric glucose sensor based on glucose oxidase immobilized on gelatin-multiwalled carbon nanotube modified glassy carbon electrode. Bioelectrochemistry 2011, 80, 114–120.
38. Zuo, L.; Islam, S.K.; Mahbub, I.; Quaiyum, F. A Low-Power 1-V Potentiostat for Glucose Sensors. IEEE Trans. Circuits Syst. II Express Briefs 2015, 62, 204–208.
39. Apetrei, I.M.; Apetrei, C. Voltammetric determination of melatonin using a graphene-based sensor in pharmaceutical products. Int. J. Nanomed. 2016, 11, 1859–1866.
40. Chen, C.; Sun, C.; Gao, Y. Amperometric sensor for hydrogen peroxide based on poly(aniline-co-p-aminophenol). Electrochem. Commun. 2009, 11, 450–453.
41. Duan, J.; Duan, J.; Zhang, Z.; Tong, T. Irreversible cellular senescence induced by prolonged exposure to H2O2 involves DNA-damage-and-repair genes and telomere shortening. Int. J. Biochem. Cell Biol. 2005, 37, 1407–1420.
42. Chen, C.; Hong, X.; Xu, T.; Chen, A.; Lu, L.; Gao, Y. Hydrogen peroxide biosensor based on the immobilization of horseradish peroxidase onto a poly(aniline-co-N-methylthionine) film. Synth. Met. 2016, 212, 123–130.
43. Jaiswal, N.; Tiwari, I.; Foster, C.W.; Banks, C.E. Highly sensitive amperometric sensing of nitrite utilizing bulk-modified MnO2 decorated Graphene oxide nanocomposite screen-printed electrodes. Electrochim. Acta 2017, 227, 255–266.
44. Jafari, H.M.; Abdelhalim, K.; Soleymani, L.; Sargent, E.H.; Kelley, S.O.; Genov, R. Nanostructured CMOS Wireless Ultra-Wideband Label-Free PCR-Free DNA Analysis SoC. IEEE J. Solid-State Circuits 2014, 49, 1223–1241.
45. Dorta-Quinones, C.I.; Wang, X.Y.; Dokania, R.K.; Gailey, A.; Lindau, M.; Apsel, A.B. A Wireless FSCV Monitoring IC with Analog Background Subtraction and UWB Telemetry. IEEE Trans. Biomed. Circuits Syst. 2016, 10, 289–299.
46. Bozorgzadeh, B.; Covey, D.P.; Howard, C.D.; Garris, P.A.; Mohseni, P. A Neurochemical Pattern Generator SoC with Switched-Electrode Management for Single-Chip Electrical Stimulation and 9.3 µW, 78 pA rms, 400 V/s FSCV Sensing. IEEE J. Solid-State Circuits 2014, 49, 881–895.
47. EmStat PalmSens. Available online: http://www.palmsens.com/en/instruments/emstat/ (accessed on 3 September 2018).
48. WaveNow Potentiostat/Galvanostat System—Pine Research Instrumentation. Available online: https://www.pineresearch.com/shop/potentiostats/wavenow-series/wavenow-bundles/ (accessed on 9 September 2018).
49. Giordano, G.F.; Vicentini, M.B.R.; Murer, R.C.; Augusto, F.; Ferrão, M.F.; Helfer, G.A.; da Costa, A.B.; Gobbi, A.L.; Hantao, L.W.; Lima, R.S. Point-of-use electroanalytical platform based on homemade potentiostat and smartphone for multivariate data processing. Electrochim. Acta 2016, 219, 170–177.
1Tecnologico de Monterrey, School of Engineering and Sciences, Av. Eugenio Garza Sada Sur No. 2501, Col. Tecnologico, Monterrey 64849, Mexico
2Department of Electronics and Biomedical Engineering, Bioelectronics and Nanobioengineering Research Group (SIC-BIO), University of Barcelona, Martí i Franquès, 08028 Barcelona, Spain
*Author to whom correspondence should be addressed.
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer
© 2018. This work is licensed under https://creativecommons.org/licenses/by/4.0/ (the “License”). Notwithstanding the ProQuest Terms and Conditions, you may use this content in accordance with the terms of the License.
Abstract
Under the main features required on portable devices in electrochemical instrumentation is to have a small size, low power consumption, economically affordable and precision in the measurements. This paper describes the development of a programmable Embedded Potentiostat System (EPS) capable of performing electrochemical sensing over system-on-a-chip platforms. Furthermore, the study explains a circuit design and develops some validation of the entire system. The hardware validation is performed by electrochemical experiments such as Double Step Chronoamperometry (DSC), Linear Sweep Voltammetry (LSV) and Cyclic Voltammetry (CV); moreover, a comparison of the experimental signals between a commercial potentiostat and the EPS was done by analysis of errors on the response signal. Results illustrate that the EPS is capable of handling currents in the range of absolute values of 86.44 to 3000 nA and having control voltages in the range of ±2 V. The device can support from 50 to 2000 samples per second. The EPS capabilities were compared with other compact potentiostats. The programmable EPS is an original approach which hugely reduces the hardware complexity and leads the way to create new applications for Point-of-Care or industrial developments with a reusable full electronics module.
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer