Hi all, I'm shobha. I'm using arduino uno to measure live electricity consumption . The wattage readings is displayed in serial monitor. My question can anybody suggest me how to transfer the readings displayed in serial monitor to flash memory of arduino??? I have recently come across arduino microcontroller hence really need some guidance .....
I would be pretty difficult to get the values from the serial monitor back to the Arduino for storage, but if you look at th problem in a different way, they don't have to leave the Arduino in the first place.
Have a look at the EEPROM library, and look at EEPROM code over at the Playground.
Thanks a lot for ur reply... i ll definitely look into it....since the EEPROM is 1kb and flash memory is 32kb i was thinking of storing the values in flash memory of arduino
i was thinking of storing the values in flash memory of arduino
Good luck with that.
Let us know how it goes.
(Hint: There's a really good reason it is difficult to write to FLASH memory)
Or you could add an SD card