Answer the question
In order to leave comments, you need to log in
How to read arduino uno EEPROM memory?
There is an arduino uno and a 433 MHz receiver, I would like to flash the arduino so that I could go outside and read the signals sent by some transmitter into memory,
then come home and look at the codes of these signals from the memory.
Is it possible? If so how
Answer the question
In order to leave comments, you need to log in
The controller has very little memory (no more than a kilobyte), so if you need more, attach an SD card
EEPROM has a limited number of write cycles and should not be used this way. To record data, you need to use an external SD card
How to work with the receiver is written here , you can read about the SD card here
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question