Hi!
I am working on building a measuring scale (using a load sensor), that also acts like a data logger. Each time a reading is taken, it stores the reading in the EEPROM. When the user input the character 'r' in the serial monitor the logger reads all the data that is stored in the EEPROM (including old and new recordings) . The code is attached, and is working fine using the serial monitor. However, I am running into problems with graphing the data onto stampplot. Essentially, I want to be able to graph the output I get from the EEPROM (after pressed 'r' to read it) and have that output that is currently being displayed on the serial monitor graph on the stampplot software. Currently no graph is coming up, and I am not sure why this is happening/ how I can fix it?
I would like to use stampplot to do this. However, if that doesnt work what are my other options? I am looking for an easy solution as I am very new to the arduino platform.
Request for you urgent help please!! thank you!
pkrs.ino (2.66 KB)