ArticlePDF Available

Learning Laboratory Chemistry through Electronic Sensors, a Microprocessor, and Student Enabling Software: A Preliminary Demonstration

Authors:

Abstract

We describe the construction and initial demonstration of a new instructional tool called ROXI (Research Opportunity through eXperimental Instruction). The system interfaces a series of electronic sensors to control software via the Arduino platform. The sensors have been designed to enable low-cost data collection in laboratory courses. Data are collected by a computer and can be displayed or plotted in nearly real time, allowing chemistry to come to life. In addition, student data can be analyzed by the computer automatically and used to provide feedback to assess whether students are analyzing experimental results correctly. Because the computer and software are able to perform all computations and data analysis independently of the student, the software can assess the accuracy of student calculations and even assign grades based upon performance. In addition, since measurement data are logged and plotted, it is possible for the software to assist in assembling laboratory report files that students can print and submit. We envision that the feedback provided to students regarding the accuracy of computations and queries at the conclusion of the experiment can improve laboratory instruction by forcing students to revise or reinforce their mental models at the time of instruction. While this work describes only an initial implementation of the concept, the ROXI platform may ultimately be a powerful mechanism to improve laboratory instruction or serve for administering distance learning laboratory courses.
Learning Laboratory Chemistry through Electronic Sensors, a
Microprocessor, and Student Enabling Software: A Preliminary
Demonstration
Qing Zhang, Ly Brode, Tingting Cao, and J. E. Thompson*
Department of Chemistry and Biochemistry, Texas Tech University, Lubbock, Texas 79409-1061, United States
*
SSupporting Information
ABSTRACT: We describe the construction and initial demonstration of a new instructional tool called ROXI (Research
Opportunity through eXperimental Instruction). The system interfaces a series of electronic sensors to control software via the
Arduino platform. The sensors have been designed to enable low-cost data collection in laboratory courses. Data are collected by
a computer and can be displayed or plotted in nearly real time, allowing chemistry to come to life. In addition, student data can
be analyzed by the computer automatically and used to provide feedback to assess whether students are analyzing experimental
results correctly. Because the computer and software are able to perform all computations and data analysis independently of the
student, the software can assess the accuracy of student calculations and even assign grades based upon performance. In addition,
since measurement data are logged and plotted, it is possible for the software to assist in assembling laboratory report les that
students can print and submit. We envision that the feedback provided to students regarding the accuracy of computations and
queries at the conclusion of the experiment can improve laboratory instruction by forcing students to revise or reinforce their
mental models at the time of instruction. While this work describes only an initial implementation of the concept, the ROXI
platform may ultimately be a powerful mechanism to improve laboratory instruction or serve for administering distance learning
laboratory courses.
KEYWORDS: Analytical Chemistry, First-Year Undergraduate/General, High School/Introductory Chemistry, General Public,
Laboratory Instruction, Hands-On Learning/Manipulatives
INTRODUCTION
According to Kolbs theory, experiential learning is facilitated by
a four-step iterative process:
1
1. learner experiences
2. collection of data and observations germane to the
experience
3. analysis of data to form abstract concepts and general-
izations (e.g., model building)
4. subsequent testing of the model for general robustness
Achieving learning requires iterations of this process, actions
and observations by the learner, and data and feedback provided
to the learner regarding the accuracy of the generalizations
drawn. Rapidly providing instruction of such richness can be
extremely challenging within a laboratory environment, even for
seasoned instructors.
In this work, we report the development and initial use of a
series of electronic sensors, and command and control software
for laboratory instruction with the aim of using technology to
assist instruction. We have coined the abbreviation ROXI
(Research Opportunity through eXperimental Instruction) to
describe the system. The premise of ROXI is illustrated in Figure
1. The general idea is that students can be guided through a
hands-on laboratory experience through the use of precisely
designed software as an instructional material or guide. The
developer crafts a laboratory experience that highlights key
learning objectives in a coherent and meaningful way. Providing
quality instructional materials is consistent with good practices in
chemical education, as several authors have found quality
instructional materials are crucial for student learning.
2,3
In addition, the ROXI hardware is used to collect and visualize
experimental data by the software during the laboratory
experience. Students can view plots of their data stream or
extract specic measured values for use in their computations.
Because the experimental data are transferred to the digital
domain, the software can also analyze the studentsdata
automatically. If students are prompted to enter results of
computations based upon their data, the software can automati-
cally assess the accuracy of computations and provide tailored
feedback. The software can be programmed to automatically
assign grades based upon measurement accuracy if desired. In
addition, the software can be used to ask and grade pre- and
postlab questions and even assemble data, plots, computation
results, and summary statements into text les that students may
submit as laboratory reports. Providing feedback during or at the
end of the laboratory session makes possible rapid completion of
the fourth step in Kolbs learning cycle. This may be crucial since
Velasco et al.
4
suggest providing feedback in the laboratory
environment may be the rate-limiting step of the learning cycle.
Received: March 2, 2017
Revised: July 10, 2017
Published: July 24, 2017
Technology Report
pubs.acs.org/jchemeduc
© 2017 American Chemical Society and
Division of Chemical Education, Inc. 1562 DOI: 10.1021/acs.jchemed.7b00172
J. Chem. Educ. 2017, 94, 15621566
Downloaded via TEXAS TECH UNIV on February 16, 2023 at 15:56:40 (UTC).
See https://pubs.acs.org/sharingguidelines for options on how to legitimately share published articles.
DESCRIPTION OF THE APPROACH
Sensors
While a large number of sensors could conceivably be used with
the ROXI approach, to date we have developed and/or
integrated and tested ve sensors common to chemistry
experiments. A temperature sensor, gas pressure sensor,
spectrophotometer, balance, and commercial pH electrode
have been integrated into ROXI. In addition, a uid dispenser
very similar in design to the electronic buret our group has
described previously
5
is integrated into ROXI. Presenting the
specics of the sensors and their performance within this work
would make it prohibitively long. Consequently, sensor designs
and results of testing are presented in the Supporting
Information (for pH,balance,colorimeter,temperature, and
pressure sensors). It should be noted that the sensors themselves
generally report analog voltages proportional to the measure-
ment and can be used independently outside of the ROXI
environment.
Interface to Computer
The sensors are interfaced to a personal computer running
Microsoft Windows through an Arduino Uno. The Arduino
platform has previously received considerable attention within J.
Chem. Educ. as an interface to a variety of sensors for chemical
measurements due to its user-friendly nature and low cost.
613
The Arduino Uno microcontroller has a 32 kB onboard memory,
14 digital input/output pins, 6 analog inputs, a 16 MHz quartz
crystal oscillator, a USB connection for communications, and a
power jack for an AC adaptor. Prior to use, several drivers and
programs must be installed and run on the host machine. The
Arduino software is free to download and use. However, all
machines require the installation of National Instruments Virtual
Instrument Software Architecture
14
prior to use. A license for NI-
VISA is available free of charge provided the instructional
software is developed on the National Instruments LabVIEW
platform. Executable les (.exe) can be compiled from VIs using
the LabVIEW Full Development System (approximately $3000
USD). Developing or modifying experiment VIs does require a
license to a version of LabVIEW. Further details for the technical
implementation of the software can be found in the Supporting
Information. At present, end-users may nd implementing the
software requires a bit of eort and practice to properly install the
required les and familiarize themselves with the VI. Writing new
laboratory exercises or modifying the existing VI requires
signicant knowledge of the LabVIEW platform.
Instructional Aspects of the LabVIEW Software: A Case
Study
LabVIEWs ability to rapidly plot and analyze data and interact
with students via switches, gauges, and on-screen buttons is
crucial. To demonstrate how we have used the LabVIEW GUI
withinROXI,wepresentonecasestudyin eect, an
experiment that has been completed by students enrolled in a
junior-level, nonmajors section of a quantitative analysis course
at Texas Tech. The case study is rooted in teaching the concepts
of statistical analysis of data sets by weighing pennies minted
before and after the year 1982. In this year, the composition of
pennies changed, yielding an easily detectable mass dierence.
The mass of pennies has long served as a convenient means to
teach the Gaussian distribution and statistical analysis of data
sets.
1518
While we have chosen to focus on the penny statistics
laboratory to eciently communicate the core features of ROXI,
experiment modules for a gravimetric titration,
19
with potentio-
metric end-point detection, and spectrophotometry have also
been developed for the ROXI system.
For the penny statistics lab students are given two containers
lled with pennies (those minted prior to 1982 and those minted
after 1982), the ROXI apparatus housed in a plastic case, and a
laptop personal computer running the software. Figure 2
illustrates the LabVIEW GUI that students interact with. To
perform the experiment, the balance is tared (see the Supporting
Information for details of balance construction and use). Then, a
student types the year of the pennys mint into a text box within
the software. The penny is placed on the ROXI balance pan, and
the mass of the penny is recorded electronically when the student
clicks on a button within the software user interface. The year and
measured mass are automatically sent to one of two data pools
(pre-1982 and post-1982) and saved into a text le. The text le
is read upon each entry of data, and a histogram of frequency vs
penny mass is constructed within the GUI as students are
collecting data. The penny weighing process is continued until
>80 pennies are present in each of the data sets. This allows
students to view histograms that demonstrate the normally
distributed data for both pools of pennies. This is a valuable
instructional tool because it simplies understanding of the
overlap between distributions (if any exists) and how that relates
to the probability of data set statistical similarity.
Figure 1. Overview of ROXI approach in the context of Kolbs theory of experiential learning.
Journal of Chemical Education Technology Report
DOI: 10.1021/acs.jchemed.7b00172
J. Chem. Educ. 2017, 94, 15621566
1563
After collecting data, students are prompted to complete
calculations based on their measurements. The ultimate
instructional goal is use of the Studentst-test to assess the
statistical similarity of the data pools (pre- and post-1982
Figure 2. Screenshots of ROXI software for penny statistics exercise. Within the green box, students enter data. Two histograms are displayed within the
red box that illustrate the collected data. Within the blue box, students enter the results of calculations. Students then enter text for the introduction and
conclusion sections of the laboratory report before clicking on the action button that generates and grades the report.
Journal of Chemical Education Technology Report
DOI: 10.1021/acs.jchemed.7b00172
J. Chem. Educ. 2017, 94, 15621566
1564
pennies). The students are asked to compute the mean and
standard deviation of each data set, the number of points,
number of degrees of freedom, 95% condence intervals, pooled
standard deviation, and calculated t-statistic and must nd the
tabular t-statistic from a table reproduced in the software.
Students enter the results of each calculation into text boxes
within the LabVIEW GUI. Separate text entry boxes are available
for students to enter text for an introduction section and
conclusion section of their lab report. These entries are open-
ended, requiring students to demonstrate organization and a
coherence of thought in crafting replies. After completing the
entries, students can click a button within the GUI to nish the
experiment. Clicking the button generates a Microsoft Word le
on the computers hard drive that contains the introductory
statement, the data collected within a table, the histograms, the
results of the students computations, and the conclusion section.
An example of the automatically generated lab report le is
available in the Supporting Information. Alternate user-interface
buttons can be added to provide formative assessments to
students, if desired. In addition to simply reporting results, the
LabVIEW software also checks the accuracy of student
computations and questions directly posed to the students.
The accuracy assessment is possible because the measurement
data are logged in the LabVIEW programming environment. It is
relatively straightforward to compare the correctly computed
statistical values with the typed answers from the end-user. In this
work, we allowed for a ±0.7% deviation between the student-
computed result and the true result to allow for rounding
dierences. This value corresponds to the expected tolerance of
the balance used when weighing a 2 g object such as a penny. A
higher (or lower) standard can be employed if warranted, and the
exact tolerance chosen was not made known to students.
Feedback is shown to students as corrector incorrectin the
lab report. The correct answer is also provided to the user. This
element of the ROXI software provides rapid feedback and
summative assessment on mental models that students have
constructed and therefore contributes to step 4 of Kolbs
experiential learning theory.
SUMMARY OF USER EXPERIENCES
Student Opinions of ROXI
During the Fall 2016 semester, students enrolled in a quantitative
analysis laboratory used the ROXI apparatus to complete the
penny statistics laboratory. Upon completion of the exercise,
students were given the option to complete a survey about their
experience with ROXI. The survey instrument used is provided
in the Supporting Information, and results of the opinion survey
are presented in Figure 3.
As observed, students were generally receptive of the ROXI
platform. The apparatus and software both received scores above
4.5/5.0. Results seem to reect students were happy with the ease
of use of the system and the simplicity with which data
management and reporting took place. The ROXI apparatus
received the lowest ratings (near 4.0/5.0) for accuracy of the
ROXI sensors and when compared to traditional measurement
devices. These results represent reality. The limit of detection for
the ROXI balance used in this experiment is about 12 mg, much
higher than traditional analytical balances. The ROXI balance
must also be tared frequentlyafeaturethatslowed
experimental progress. The ROXI balance is a low-cost, low-
precision device, and this is accurately reected in survey results.
However, students remained generally receptive to the idea that
ROXI units might be rented as a course material or used in a
portable fashion for distance learning applications sometime in
the future (scores > 4.2/5.0 for all themes).
In addition to the numerical scaled responses, students
completing the survey also had the ability to oer opinions of
ROXI in a free-response format. Here, we summarize opinions
expressed; however, all student responses have been reproduced
within the Supporting Information. In general, students
appreciated the automation that ROXI oered, whether this
was for collection of data into a computer le, formatting data, or
generation of the lab report. Students recognized the ROXI
approach as being faster, and potentially portable. Caveats
included the precision of the scale, the visual appearance of the
automatically generated lab report, and the perception that the
sensors could easily be broken if students were not careful.
One specic area that received comments was the rapid
feedback function that ROXI provides. Students mentioned that
the rapid feedback on whether calculations are correct or not was
very helpful to them to evaluate their work. Again, this allows
students the ability to quickly test their mental models as in step 4
of Kolbs experiential learning theory. Unwittingly, a student
demonstrated an appreciation for Kolbs learning model by
remarking that Its possible for the student to check his own work
and learn it all by himself.
SUMMARY
A series of electronic sensors have been designed, constructed,
and interfaced to a computer via an Arduino Uno A/D interface.
Software has been written within the LabVIEW GUI that guides
students through experiments, collects and logs sensor data,
creates visual displays of the data, prompts students to perform
calculations, automatically checks the accuracy of resultant
calculations, provides near-real-time feedback to students on the
accuracy of their mental models, and automatically generates
laboratory reports. The integrated ROXI system maintains the
experiential learning environment of the laboratory classroom, is
capable of providing well-produced course materials and
guidance through the software, and feedback provided by the
software during the laboratory class completes Kolbs experi-
ential learning cycle. The ROXI apparatus is portable and easy to
use. The design is also potentially compatible with distance
learning applications.
Figure 3. Summary of student opinions regarding ROXI. For these data,
N= 9 students. A copy of the survey instrument is included in the
Supporting Information.
Journal of Chemical Education Technology Report
DOI: 10.1021/acs.jchemed.7b00172
J. Chem. Educ. 2017, 94, 15621566
1565
ASSOCIATED CONTENT
*
SSupporting Information
The Supporting Information is available on the ACS Publications
website at DOI: 10.1021/acs.jchemed.7b00172.
Sample lab report generated by the software (PDF)
Survey instrument (PDF)
Description of pH sensor (PDF,DOCX)
Description of balance sensor (PDF,DOCX)
Description of colorimeter sensor (PDF,DOCX)
Description of temperature sensor (PDF,DOCX)
Description of pressure sensor (PDF,DOCX)
Initialization sketch for the Arduino and associated
description (PDF,DOCX)
LabVIEW VI for penny statistics lab (ZIP)
Instructions for technical implementation of the software
(PDF,DOCX)
AUTHOR INFORMATION
Corresponding Author
*E-mail: jon.thompson@ttu.edu.
ORCID
J. E. Thompson: 0000-0003-1550-2823
Notes
The authors declare no competing nancial interest.
ACKNOWLEDGMENTS
The Arduino logo is reprinted with permission from Arduino
Store USA.
REFERENCES
(1) Kolb, D. A.; Fry, R. Toward an Applied Theory of Experiential
Learning. In Theories of Group Process; Cooper, C., Ed.; John Wiley &
Sons: London, 1975.
(2) Hofstein, A.; Lunetta, V. N. The Laboratory in Science Education:
Foundations for the Twenty-First Century. Sci. Educ. 2004,88 (1), 28
54.
(3) Xu, H.; Talanquer, V. Effect of the Level of Inquiry on Student
Interactions in Chemistry Laboratories. J. Chem. Educ. 2013,90 (1), 29
36.
(4) Velasco, J. B.; Knedeisen, A.; Xue, D.; Vickrey, T. L.; Abebe, M.;
Stains, M. Characterizing Instructional Practices in the Laboratory: The
Laboratory Observation Protocol for Undergraduate STEM. J. Chem.
Educ. 2016,93 (7), 11911203.
(5) Cao, T.; Zhang, Q.; Thompson, J. E. Designing, Constructing, and
Using an Inexpensive Electronic Buret. J. Chem. Educ. 2015,92 (1),
106109.
(6) Grinias, J. P.; Whitfield, J. T.; Guetschow, E. D.; Kennedy, R. T. An
Inexpensive, Open-Source USB Arduino Data Acquisition Device for
Chemical Instrumentation. J. Chem. Educ. 2016,93 (7), 13161319.
(7) Kubínova
,S
.; Sle
gr, J. ChemDuino: Adapting Arduino for Low-
Cost Chemical Measurements in Lecture and Laboratory. J. Chem. Educ.
2015,92 (10), 17511753.
(8) Urban, P. L. Open-Source Electronics As a Technological Aid in
Chemical Education. J. Chem. Educ. 2014,91 (5), 751752.
(9) McClain, R. L. Construction of a Photometer as an Instructional
Tool for Electronics and Instrumentation. J. Chem. Educ. 2014,91 (5),
747750.
(10) Walkowiak, M.; Nehring, A. Using ChemDuino, Excel, and
PowerPoint as Tools for Real-Time Measurement Representation in
Class. J. Chem. Educ. 2016,93 (4), 778780.
(11) Meloni, G. N. Building a Microcontroller-Based Potentiostat: An
Inexpensive and Versatile Platform for Teaching Electrochemistry and
Instrumentation. J. Chem. Educ. 2016,93 (7), 13201322.
(12) Famularo, N.; Kholod, Y.; Kosenkov, D. Integrating Chemistry
Laboratory Instrumentation into the Industrial Internet: Building,
Programming, and Experimenting with an Automatic Titrator. J. Chem.
Educ. 2016,93 (1), 175181.
(13) Mabbott, G. A. Teaching Electronics and Laboratory Automation
Using Microcontroller Boards. J. Chem. Educ. 2014,91 (9), 14581463.
(14) National Instruments VISA: What Is VISA? National Instruments.
https://www.ni.com/visa/ (accessed July 2017).
(15) Stolzberg, R. J. Do New Pennies Lose Their Shells? Hypothesis
Testing in the Sophomore Analytical Chemistry Laboratory. J. Chem.
Educ. 1998,75 (11), 1453.
(16) Richardson, H. Reproducible Bad Data for Instruction in
Statistical Methods. J. Chem. Educ. 1991,68 (10), 310.
(17) Harris, D. C. Penny Statistics. Experiments To Accompany
Exploring Chemical Analysis, 4th ed.; W. H. Freeman: New York, 2008;
http://bcs.whfreeman.com/webpub/Chemistry/ExploringChem5e/
Lab_Experiments/5e-Expts_for_Web_Nov_2011.pdf (accessed July
2017).
(18) Bularzik, J. The Penny Experiment Revisited: An Illustration of
Significant Figures, Accuracy, Precision, and Data Analysis. J. Chem.
Educ. 2007,84 (9), 1456.
(19) Thompson, J. E.; Brode, L. My Dear Buret, Your Time Has
Indeed Come! J. Chem. Educ. 2016,93 (6), 988989.
Journal of Chemical Education Technology Report
DOI: 10.1021/acs.jchemed.7b00172
J. Chem. Educ. 2017, 94, 15621566
1566
... Towards this goal, techniques of additive manufacturing (3D printing) and open-source science have been emerging to support quality science at low cost [4][5][6][7][8][9][10]. Inexpensive sensing has empowered study of the environment, biotechnology, and education [11][12][13][14][15][16][17]. Specifically, open-source fluorescence imagers [18,19], spectrophotometers [20], turbidostats [21], and robotic pipettetors [22,23] have been developed and described in the literature. ...
Article
Full-text available
A 96-well microplate reader for absorption spectroscopy was designed, constructed, and tested at a total cost of ca. 500 USD. The reduced cost of the device represents the major technical contribution of this manuscript, as costs were reduced 7 fold from previous reports. The device was able to achieve 3σ limits of detection of ca. 0.01 absorbance units (AU) over a 60 second measurement for the mid-visible wavelength range. Component parts are either commercially available, or 3D printed from plans. Analysis wavelength can be altered throughout the visible region through use of various photographic or theatrical filters. This feature allows the well plate reader to be used for typical laboratory assays such as cell population estimation by optical density (OD) at 600 nm, or enzyme-linked immunosorbent assays (ELISA) at 450 nm. This manuscript reports on the motivation and process of constructing the device, lists required parts, presents data demonstrating device function, and provides the community of scholars with plans to reproduce the work. The device can be reproduced in laboratories lacking sufficient resources to purchase commercially available options and this outcome contributes towards empowerment of individuals and equity of scientific enquiry.
... Over the past few years, a wide variety of solutions have been developed to address the challenges of data acquisition. Lowcost alternatives can be found in the literature, for example, the "melodic conductivity tester" based on greeting cards, 1 photometer building kits, 2 colorimeters, 3 and spectrometers. 4 A major advantage of these measuring instruments is that they counteract a black box character thanks to their often simple and comprehensible design. ...
Article
The acquisition of quantitative measurement data has been a challenge in chemistry education for a long time, as the required measurement devices are often too old, error-prone, complicated to operate, or simply too expensive. This paper presents the LabPi digital measurement station, which addresses this problem and provides a solution for science education, research, and teaching. It is built from inexpensive components, is modularly expandable, provides accurate measurements, and is easy for students and teachers to use. It also exploits the potential of digitization to make teaching–learning processes in the classroom as efficient as possible.
... Automatic assessment of such artifacts and their digital traces based on machine learning can even make personalized formative feedback feasible in complex laboratory environments. 23 ...
Article
Digital sensors allow people to collect a large quantity of data in chemistry experiments. Using infrared thermography as an example, we show that this kind of data, in conjunction with videos that stream the chemical phenomena under observation from a vantage point, can be used to construct digital twins of experiments to support science education on the cloud in a visual and interactive fashion. Through digital twins, a significant part of laboratory experiences such as observation, analysis, and discussion can be delivered on a large scale. Thus, the technology can potentially broaden participation in experimental chemistry, especially for students and teachers in underserved communities who may lack the expertise, equipment, and supplies needed to conduct certain experiments. With a cloud platform that enables anyone to store, process, and disseminate experimental data via digital twins, our work also serves as an example to illuminate how the movement of open science, which is largely driven by data sharing, may be powered by technology to amplify its impacts on chemistry education. © 2021 American Chemical Society and Division of Chemical Education, Inc.
... These digital twins of student experiments can then be used by researchers or teachers as holistic artifacts to gauge or predict students' laboratory performance post lab (diagnostic) or in real time (prognostic). Automatic assessment of such artifacts and their digital traces based on machine learning can even make personalized formative feedback feasible in complex laboratory environments 21 . ...
Preprint
Full-text available
Digital sensors allow people to collect a large quantity of data in chemistry experiments. Using infrared thermography as an example, we show that this kind of data, in conjunction with videos that stream the chemical phenomena under observation from a vantage point, can be used to construct digital twins of experiments to support science education on the cloud in a visual and interactive fashion. Through digital twins, a significant part of laboratory experiences such as observation, analysis, and discussion can be delivered on a large scale. Thus, the technology can potentially broaden participation in experimental chemistry, especially for students and teachers in underserved communities who may lack the expertise, equipment, and supplies needed to conduct certain experiments. With a cloud platform that enables anyone to store, process, and disseminate experimental data via digital twins, our work also serves as an example to illuminate how the movement of open science, which is largely driven by data sharing, may be powered by technology to amplify its impacts on chemistry education.
... This type of dedicated sensor can be used to provide an uninterrupted workflow for in operando reaction monitoring, or to analyze hazardous substances safely [12,13,14]. To take some examples from other areas of chemical instrumentation, Arduino controllers have been used as a basis for a wifi-enabled turbidity sensor that can monitor reaction progress [15], detectors for gas chromatography and gel electrophoresis [16], and a multifunctional sensor array for general chemistry laboratories [17]. In addition to their utility in teaching laboratories [18], home-built, open-source detectors can also be extremely valuable in cases where an elderly but functioning instrument relies on software that is no longer supported or requires an obsolete operating system, as in the case of a recently introduced Raspberry Pi-based detector for liquid chromatography systems [19]. ...
Article
Full-text available
Over the course of its history, the field of nuclear magnetic resonance spectroscopy has been characterized by alternating periods of intensive instrumentation development and rapid expansion into new chemical application areas. NMR is now both a mainstay of routine analysis for laboratories at all levels of education and research. On the other hand, new instrumentation and methodological advances promise expanded functionality in the future. At the core of this success is a community fundamentally dedicated to sharing ideas and collaborative advancements, as exemplified by the extensive remixing and repurposing of pulse sequences. Recent progress in modularity, automation, and 3D printing have reignited the tinkering spirit and demonstrate great promise to mature into a maker space that will enable similarly facile sharing of new applications and broader access to magnetic resonance.
Article
The switch to online instruction during the COVID-19 pandemic forced educators to adapt hands-on environmental engineering experiments to a remote curriculum previously conducted in a laboratory using expensive analytical instruments (>2000perdevice).Here,wedescribehowwedevelopedalowcost(<2000 per device). Here, we describe how we developed a low-cost (<200) aerosol sensor platform as a successful solution for supporting remote laboratories on air quality for environmental engineering courses in Spring 2021, and continued for in-person classes in Spring 2022. This sensor platform, called HazeL (Haze Laser Sensor), consists of an externally mounted aerosol sensor, a GPS receiver, and temperature and pressure sensors coupled to an Arduino MKR WiFi 1010 microcontroller connected via a Grove system. Using a project-based learning approach and implementing the scientific method, students worked asynchronously to design experiments, collect aerosol measurements, and analyze and visualize data using the R programming language. Students generated hypotheses regarding factors affecting air pollution, measured ≥0.3 μm particles in different locations, tested differences between samples, and rejected the null hypothesis if appropriate. HazeL was also used for projects on data processing and statistical inference in an upper-level computational course. We present an instructional guide on manufacturing the HazeL platform and using it as a teaching tool for enhancing student experiential learning, participation, and engagement. © 2022 American Chemical Society and Division of Chemical Education, Inc.
Article
The separation of suspensions and immiscible liquids by the laboratory centrifuge is widely used in such fields as chemistry, biology, biochemistry, and clinical medicine. In this paper, an Arduino-based microcentrifuge was fabricated using a computer DVD (digital versatile disc) drive. The hardware part consisted of inexpensive mechanical and electronic parts such as the recycled parts of a computer DVD drive, an Arduino microcontroller, a motor driver, a magnetic sensor (for speed measurement), and a display. The microcentrifuge provided a wide speed range of 1,000–10,000 rpm. The fabrication process is easy, and the total fabrication cost of the fabricated microcentrifuge is less than $25. Since the fabricated microcentrifuge has open-source hardware and software parts, it is appropriate for educational purposes and laboratory settings.
Article
With the rapid development of high technology, chemical science is not as it used to be a century ago. Many chemists acquire and utilize skills that are well beyond the traditional definition of chemistry. The digital age has transformed chemistry laboratories. One aspect of this transformation is the progressing implementation of electronics and computer science in chemistry research. In the past decade, numerous chemistry-oriented studies have benefited from the implementation of electronic modules, including microcontroller boards (MCBs), single-board computers (SBCs), professional grade control and data acquisition systems, as well as field-programmable gate arrays (FPGAs). In particular, MCBs and SBCs provide good value for money. The application areas for electronic modules in chemistry research include construction of simple detection systems based on spectrophotometry and spectrofluorometry principles, customizing laboratory devices for automation of common laboratory practices, control of reaction systems (batch- and flow-based), extraction systems, chromatographic and electrophoretic systems, microfluidic systems (classical and nonclassical), custom-built polymerase chain reaction devices, gas-phase analyte detection systems, chemical robots and drones, construction of FPGA-based imaging systems, and the Internet-of-Chemical-Things. The technology is easy to handle, and many chemists have managed to train themselves in its implementation. The only major obstacle in its implementation is probably one's imagination.
Article
Full-text available
Teaching and learning strategies that use innovating technologies, such as the development of software or an understanding of the theoretical concepts of analytical equipment, can be essential tools for the construction of knowledge. In this way, this work describes the construction of an innovative and low-cost colorimeter using a RGB LED and a microcontroller board as a guide for teachers of undergraduate classes to prepare pedagogical activities using the proposed device as a learning object. The device was applied in experiments using methylene blue (MB), methylene orange (MO) and cobalt chloride (CC) aqueous solutions of different concentrations. Each one of these solutions has absorption peaks near the RGB colors. The results demonstrated that this low-cost device was able to identify unambiguous absorption peaks in the expected range of the MB, MO and CC absorption spectrums, allowing us to determine a feasible calibration curve for each tested solution.
Article
Full-text available
The authors present a case for mass-based metering of titrant volume during titrations. The mass based approach offers improved precision and is compatible with electronic data acquisition at lower cost when compared to use of burets.
Article
Full-text available
A syringe-based, electronic fluid dispenser is described. The device mechanically connects a syringe plunger to a linear slide potentiometer. As the syringe plunger moves, the electrical resistance between terminals of the potentiometer varies. Application and subsequent measurement of a DC voltage between the potentiometer pins is used to track the syringe plunger position and meter the volume dispensed. The syringe’s plunger is actuated manually by the device’s user. The dispensing device offers volumetric accuracy of better than 1% when the dispensed volumes were >10 mL. The device has been used for a traditional acid–base titration experiment and produced quantitative results indistinguishable from the conventional approach using a buret. The device is inexpensive, easy for students to understand, and simple to construct.
Article
Many research and teaching laboratories rely on USB data acquisition devices to collect voltage signals from instrumentation. However, these devices can be cost-prohibitive (especially when large numbers are needed for teaching laboratories) and require software to be developed for operation. In this article, we describe the development and use of an open-source USB data acquisition device (with 16-bit acquisition resolution) built using simple electronic components and an Arduino Uno that costs under $50. Additionally, open-source software written in Python is included so that data can be acquired using nearly any PC or Mac computer with a simple USB connection. Use of the device was demonstrated for a sophomore-level analytical experiment using gas chromatography and a capillary electrophoresis-UV separation on an instrument used for research purposes.
Article
A versatile potentiostat based on inexpensive and “off the shelf” components is reported. The platform was shown to be capable of performing simple electrochemistry experiments, suitable for undergraduate level teaching. The simple design and construction enable easy customization to accommodate a broad array of experimental designs. The equipment was used to calculate the diffusion coefficient of potassium ferricyanide in an aqueous solution, and the obtained result was in good agreement with the literature. Although simple in design, the low cost and good performance of the device make it a competitive alternative for teaching laboratories in the fields of both electronics and electrochemistry, and for developing teaching centers that cannot afford a commercial device.
Article
Chemistry laboratories play an essential role in the education of undergraduate Science, Technology, Engineering, and Mathematics (STEM) and non-STEM students. The extent of student learning in any educational environment depends largely on the effectiveness of the instructors. In chemistry laboratories at large universities, the instructors of record are typically graduate or undergraduate teaching assistants (TAs). Despite the importance of their role in the education of undergraduate students, TAs’ instructional practices have been largely understudied outside specific reform efforts. In this study, we developed a segmented observation protocol, the Laboratory Observation Protocol for Undergraduate STEM (LOPUS), in order to characterize TAs’ instructional styles in a General Chemistry laboratory curriculum. LOPUS captures both students’ and TAs’ behaviors every 2 min as well as initiators of verbal interactions and the nature of these verbal interactions (e.g., data analysis, explanation of concepts). Analyses of 19 videos collected from 15 TAs resulted in the identification of four instructional styles: the waiters, the busy bees, the observers, and the guides on-the-side. We found that students’ behaviors were independent of these styles and limited to performing the laboratory activities, initiating conversation with TAs, and asking TAs questions. Interestingly, students rather than TAs were initiators of most verbal interactions, regardless of TAs’ instructional styles. Finally, we found that the nature of TA–student verbal interactions was related to the nature of the laboratory activity (e.g., only following step-by-step instructions versus carrying out extensive data analysis). Implications of these findings for future research investigations and TA training are discussed.
Article
To easily implement digital data collection methods in class, devices like the low-cost solution “Chemduino” have been proposed earlier in this Journal. In this paper, we demonstrate how to apply the Excel spreadsheet PLX-DAQ in order to visualize the process of data collection with the help of “Chemduino”. With the use of different kinds of sensors, relationships between different variables like temperature, conductivity, and pH are made possible. Furthermore, the real-time data collection can be visualized with media tools like video projectors or interactive whiteboards. In this way, real-time measurement representations can easily be implemented in chemistry classes.
Article
This project is designed to improve physical chemistry and instrumental analysis laboratory courses for undergraduate students by employing as teaching tools novel technologies in electronics and data integration using the industrial Internet. The project carried out by upper-division undergraduates is described. Students are exposed to a complete process of building, calibrating, and programming an automatic titrator using an open-source microcontroller platform and standard pH probes, and integrating the instrument into the Internet. The approach is flexible and can be used to enable integration of various laboratory instruments (e.g., temperature, pressure, salinity probes, etc.) into the industrial Internet. The hardware and software are open-source, which makes further modification and development by the academic community possible. © 2015 The American Chemical Society and Division of Chemical Education, Inc.
Article
In everyday praxis, we often need demonstration measuring devices (thermometers, pH meters, etc.), with large enough displays to be easily readable from every point in the classroom. Here, we present some of the capabilities of the Arduino platform for the school environment. This microprocessor board can be used for inexpensive construction of measuring devices for demonstrations and experiments performed by students in chemistry. © 2015 The American Chemical Society and Division of Chemical Education, Inc.
Article
Modern microcontroller boards offer the analytical chemist a powerful and inexpensive means of interfacing computers and laboratory equipment. The availability of a host of educational materials, compatible sensors and electromechanical devices make learning to implement microcontrollers fun and empowering. This article describes the advantages of using Arduino microcontroller boards for lab automation. It also includes lesson plans and exercises for teaching how to use them in the analytical chemistry curriculum. Two of these exercises include acquiring data from simple spectrometers and the control of a thermal cycler for PCR. The versatility of these devices will make them another important tool in the analytical chemist’s toolkit.
Article
This technology report discusses the possibility of using open-source electronic platforms to enhance technology-oriented training of chemistry students at the undergraduate and graduate level. It is anticipated that the increasing availability of open-source microcontrollers and programming tools can be helpful while teaching students the principles of instrumental techniques. The implementation of such technology in training students can further assist the development of a range of complementary skills, which can readily be combined with chemistry-specific skills.