In this video I'm showing you the basics of using the Arduino EEPROM and showing you a trick that you can utilize to have a default set of values saved in the Arduino EEPROM on the first run of your ...
Last week I spent most of my leisure time studying nonvolatile memory chips. The result was a better understanding of Arduino’s EEPROM. This might look like novice work, but I hope my thoughts will ...
You will probably be familiar with I²C, a serial bus typically used for not-very-fast communication with microcontroller peripherals. It’s likely though that unless you are an I²C wizard you won’t be ...