Skip to main content

Performance

EEPROM Programmer: Supported Chips

EEPROM Programmer: Supported Chips

·1869 words·9 mins· loading · loading
An Arduino-based EEPROM Programmer supporting AT28C devices is evaluated, highlighting wiring, performance, and hardware constraints. Advanced features like RDY/BUSY polling and page-write mode enable major speedups on DUE but are not viable on MEGA.
Oscilloscope Analysis of Arduino Pin Toggle Performance

Oscilloscope Analysis of Arduino Pin Toggle Performance

·1595 words·8 mins· loading · loading
Oscilloscope measurements quantify the execution time of a simple digital pin toggle across multiple Arduino boards. Results show that faster CPUs complete the operation in fewer microseconds, though instruction overhead varies by architecture. The data confirm a near-linear relationship between CPU clock speed and pin toggle performance.
EEPROM Programmer: Measuring Performance with Oscilloscope

EEPROM Programmer: Measuring Performance with Oscilloscope

·1482 words·7 mins· loading · loading
Evaluation of EEPROM Programmer performance on Arduino. Overhead from digital I/O measured, and oscilloscope traces confirmed datasheet timing. Active polling of the READY/BUSY pin reduced write latency while maintaining reliability. Sequential write/read verification showed consistent integrity. Future work includes endurance testing, retention studies, and comparing Arduino boards with different clock speeds.