Timeline for Writing and reading an ID to/from an Arduino reliably
Current License: CC BY-SA 4.0
10 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Sep 21, 2018 at 8:58 | answer | added | dBm | timeline score: -1 | |
| Sep 19, 2018 at 13:01 | comment | added | BoKKeR | Option 3 would eliminate the need to setup a serial connection in every sketch. And I don't know if its possible to dump the hex file from every Arduino model. But beyond these points yes, option 1 and 3 are almost identical. I did not try option 3 in practice yet, but I think that it is possible to achieve a working edit/write/read/decode process. | |
| Sep 19, 2018 at 9:37 | comment | added | Gerben | Option 1 and 3 are kind of identical. | |
| Sep 19, 2018 at 6:45 | history | edited | BoKKeR | CC BY-SA 4.0 |
added 16 characters in body
|
| Sep 19, 2018 at 6:00 | comment | added | BoKKeR | I have added some examples to the top post. And about the eeprom I was talking about constantly rewriting the eeprom that it might wear it, every new sketch would have its own data set that would be readable from the Arduino using the computer. | |
| Sep 19, 2018 at 5:54 | history | edited | BoKKeR | CC BY-SA 4.0 |
added example data; added 8 characters in body
|
| Sep 19, 2018 at 2:19 | comment | added | Jot | Please tell what the ID is for (add the extra information to your question). Reading the eeprom does not wear it. With Option 1, the arduino dumps data by itself. That is odd. There are at least 10 other options. An other option is to include a .h file that has a generated ID. The compiler can put the compilation date and time in the sketch. The smallest arduino board can still do some decrypting, so you might put an encrypted ID in the arduino. Some arduino boards have a microcontroller that has an ID of its own. All the 1-Wire devices have an ID, just add a 1 dollar 1-Wire device. and so on. | |
| Sep 18, 2018 at 22:17 | comment | added | Majenko | Which Arduino...? | |
| Sep 18, 2018 at 21:55 | review | First posts | |||
| Sep 19, 2018 at 3:26 | |||||
| Sep 18, 2018 at 21:51 | history | asked | BoKKeR | CC BY-SA 4.0 |