How to save IR recorded code into arduino ?
Not only one but more that 100.
Is this possible in any micro controller ?
I saw one dth remote they provide to set ir code and company name is GTPL(india).
Same like this I want to make using any micro controller :
(Video language : hindi)
Read them then save them to EEPROM
Will it work for more than 100 ir hex values ?
Which micro controller you will suggest ?
dhrumil161999:
Will it work for more than 100 ir hex values ?
You have not given enough information
How many bytes does each code take ?
Please give a couple of examples
Here it is,
0x00FFE01F (hex value)
If possible watch that video, What I want exactly to make with arduino ?
That is a long, which takes 4 bytes of storage
An ATmega328P processor has 1024 bytes of EEPROM so could store 256 longs
If I want to use NodeMCU or wemos d1 than how many longs I can able to store ?
And how to store any sample code ?
If I want to use NodeMCU or wemos d1 than how many longs I can able to store ?
Google is your friend
And how to store any sample code ?
There are examples with the EEPROM library
Google is my friend that I know but You are my bosom friend.
Thank you for your help.
Is there any other way to store variable value into micro controller ? without using of EEPROM.
Because there is a limitation.
If any let let me know.
Which microcontroller are you planning to use ?
Right now I am trying with wemos d1 mini.
How much EEPROM does it support ?
You could consider using SPIFFS instead