About Eeprom; Lesson 4 Saving Data With Eeprom - ADEEPT Robotic Arm Manual

Table of Contents

Advertisement

Lesson 4 Saving Data with EEPROM

In this lesson, we will learn how to save data with EEPROM.
4.1 Components used in this course
Components
Adeept Arm Drive Board
Micro USB Cable

4.2 About EEPROM

EEPROM (Electrically Erasable Programmable Read Only Memory) refers to
electrically erasable programmable read only memory. It is a memory chip that does
not lose data after power failure. EEPROM can erase existing information on a
computer or special equipment and reprogram it.It is generally used in plug and play.
The Adeept Arm Drive Board has its own EEPROM, and its memory size is 1K.
Arduino IDE comes with EEPROM usage method. The Arduino library has
prepared EEPROM library for us.You can directly call EEPROM.h in the code when
you are using the EEPROM library.And then use the write() and read() methods to
operate the EEPROM.
4.3 Wiring diagram (Circuit diagram)
You need to connect it to the OLED interface on the Adeept Arm Drive Board.As
shown below:
Quantity
1
1
52
Picture

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Robotic Arm and is the answer not in the manual?

Table of Contents

Save PDF