How to use an EEPROM Manager in Arduino
EEPROM Manager is capable to read or write int, long, float, string variable types on the microcontroller. The EEPROM is a type of memory that can store data even if the microcontroller is unpowered. It is easy to connect your microcontroller to your computer with a simple USB cable. You will be able to manage the EEPROM by using the serial protocol.
Prerequisites
- Ozeki 10 installed on your computer
- Programmable board (Arduino Mega/Nano/Uno or any Ozeki Matrix Module)
- USB cable between the board and your computer
Step 1 - Plug a board into your computer
Choose your board for the EEPROM Manager and please plug it to your computer
Step 2 - Upload code to the microcontroller
Step 3 - Start a serial monitor and try the EEPROM Manager
Step 4 - Understand the EEPROM Manager protocol
You can communicate with the EEPROM Manager through a serial monitor, with the following protocol.
More information
- Arduino sensors and actuators
- How to use an analog sensor in arduino
- How to use a button controller in arduino
- How to use a buzzer in arduino
- How to use dc motors in arduino
- How to use a dht sensor in arduino
- How to use an EEPROM Manager in arduino
- How to use a gyroscope sensor in arduino
- How to use id manager in arduino
- How to use IR transceiver in arduino
- How to use an analog joystick in arduino
- How to use a keyboard in arduino
- How to use an LCD display in arduino
- How to use an NFC Reader in arduino
- How to use an optical gate in arduino
- How to use a register in arduino
- How to use an RF 433 MHz transceiver
- How to use an RF 2.4 GHz transceiver
- How to use an RGB LED in arduino
- How to use an RGB sensor in arduino
- How to use a rotary encoder in arduino
- How to use a servo motor in arduino
- How to use a stepper motor in arduino
- How to use a switch in arduino
- How to use a temperature sensor in arduino
- How to use a timer in arduino
- How to use an ultrasonic sensor in arduino