Questions tagged [reliability]
3 questions
14
votes
2 answers
How do I figure out if my board is approaching end of life?
I have a uno that I have been using for 3 years now. I will be using it again in a rather critical project in which failure on the part of the board could be rather expensive and dangerous. So, I would like to be sure that the board is not…
asheeshr
- 3,847
- 3
- 26
- 61
3
votes
2 answers
SD.begin() fails second time
When I remove the SD card and try to open a file, I can detect the error properly.
But how do I detect that the card has been replaced after an error? My first thought was to call SD.begin() again but it appears that this function returns true…
Alex Shroyer
- 437
- 2
- 5
- 9
0
votes
1 answer
How reliable is Arduino Uno Serial, via USB (ATmega16U2), CRC needed?
I have a question about the reliability of Serial communication, i.e. in particular if I need to implement CRC/checksum/ECC because of bit transmission errors?
I
I however think there is no general answer as there are different ways in which serial…
humanityANDpeace
- 123
- 1
- 6