Discussion Overview
The discussion revolves around using an Arduino to sample voltage and current from an electrolytic cell designed for electrolysis. Participants explore methods for calculating average current draw and voltage drop over time, as well as data storage and output techniques.
Discussion Character
- Exploratory
- Technical explanation
- Homework-related
Main Points Raised
- One participant describes their project involving an electrolytic cell and seeks assistance with measuring average current and voltage using an Arduino.
- Another participant suggests using a voltage divider and diodes to protect the Arduino from high voltage inputs, emphasizing the importance of staying within the 0-5V range.
- A participant expresses understanding of voltage measurement but seeks clarification on serial data output functions and how to graph the data.
- One reply proposes using the Serial.println() function for data output and suggests graphing the results in software like Excel.
- Another participant discusses the formula for calculating average current and suggests using an external EEPROM for data storage, along with a data logging shield for easier data management.
Areas of Agreement / Disagreement
Participants generally agree on the methods for measuring voltage and current with the Arduino, but there are varying suggestions regarding data output and storage techniques. The discussion remains unresolved regarding the best approach to graphing the data and the specifics of implementing EEPROM.
Contextual Notes
Some limitations include the need for a clear understanding of serial functions, potential challenges in data graphing, and the specifics of integrating external memory with the Arduino.