hi,
I'm using arduino atmega interfaced with GPS system ,I have 100 vehicles and each should have unique Id's .so , what i want is i should change the code every time to change Id for each vehicle but id should assign to each system without changes the firmare .
what i want is i should change the code every time to change Id for each vehicle but id should assign to each system without changes the firmare .
What firmware are you talking about?
You could have one sketch that writes a value to EEPROM, and then another sketch that is on the deployed Arduino that reads the EEPROM value to "know" who it is.