JOY-iT COM-EEPROM32 32 KB Eeprom Storage Module User Manual
- June 9, 2024
- JOY-It
Table of Contents
JOY-iT COM-EEPROM32 32 KB Eeprom Storage Module
GENERAL INFORMATION
Dear customer,
thank you very much for choosing our product.
In the following, we will introduce you to what to observe while starting up
and using this product.
Should you encounter any unexpected problems during use, please do not
hesitate to contact us.
ADJUSTMENT OPTIONS
The EEPROM module has four jumpers, which offer further setting options. The jumpers A0, A1 and A2 are used to set the I2C address. The jumper WP (Write Protect) serves to prevent the writing of the EEPROM if necessary. This is active if the jumper is plugged in at the left.
Addresses | A2 | A1 | A0 |
---|---|---|---|
0x50 | Right | Right | Right |
0x51 | Right | Right | Left |
0x52 | Right | Left | Right |
0x53 | Right | Left | Left |
0x54 | Left | Right | Right |
0x55 | Left | Right | Left |
0x56 | Left | Left | Right |
0x57 | Left | Left | Left |
USAGE WITH THE ARDUINO
Connection
EEPROM | Arduino |
---|---|
VCC | 5 V |
SCL | D19 |
SDA | D18 |
GND | GND |
Code example
We provide you with a code example, which you can download here. In this code sample, a value is written to a certai register and from this register the value is read out again. After you open the code sample in your Arduino IDE, you can execute the code sample on your Arduino by clicking on Upload. Make sure that the Port and Board are set correctly under Tools.
USAGE WITH RASPBERRY PI
Connection
EEPROM | Raspberry Pi |
---|---|
VCC | 3.3 V |
SCL | GPIO 2 (SCL) |
SDA | GPIO 3 (SDA) |
GND | GND |
Code example
First, enable the I2C interface of your Raspberry Pi. To do this, enter the following command in your terminal.
**sudo raspi-config**
Select there 3 Interface Options → I5 I2C .
There you activate I2C.
Now, install the necessary dependencies for the code sample.
sudo apt update
sudo apt-get install python3-smbus
Now download here or with the following command, the code example provided by us.
wget https://www.joy-it.net/files/files/Produkte/COM-EEPROM-32/COM-EEPROM- 32_CodeexampleRaspberryPi.zip
Now, unpack the file with the following command. Please note that the path could differ in some cases.
unzip COM-EEPROM-32_CodeexampleRaspberryPi.zip
You can execute the code example with the following command. In the code example, the Raspberry Pi writes a value to the EEPROM and also reads it out again.
python3 COM-EEPROM-32_CodeexampleRaspberryPi/COM-EEPROM-32.py
OTHER INFORMATION
Our information and take-back obligations according to the Electrical and Electronic Equipment Act (ElektroG)
Symbol on electrical and electronic equipment:
This crossed-out dustbin means that electrical and electronic appliances do
not belong in the household waste. You must return the old appliances to a
collection point.
Before handing over waste batteries and accumulators that are not enclosed by
waste equipment must be separated from it.
Return options:
As an end user, you can return your old device (which essentially fulfils the
same function as the new device purchased from us) free of charge for disposal
when you purchase a new device. Small appliances with no external dimensions
greater than 25 cm can be disposed of in normal household quantities
independently of the purchase of a new appliance.
Possibility of return at our company location during opening hours:
SIMAC Electronics GmbH, Pascalstr. 8, D-47506 Neukirchen-Vluyn, Germany
Possibility of return in your area:
We will send you a parcel stamp with which you can return the device to us
free of charge. Please contact us by email at Service@joy-it.net or by telephone.
Information on packaging:
If you do not have suitable packaging material or do not wish to use your own,
please contact us and we will send you suitable packaging.
SUPPORT
If there are still any issues pending or problems arising after your purchase,
we will support you by e mail, telephone and with our ticket support system.
Email : service@joy-it.net
Ticket system: http://support.joy-it.net
Telephone : +49 (0)2845 9360-50 (10-17 o‘clock)
For further information please visit our website: www.joy-it.net
www.joy-it.net
SIMAC Electronics GmbH
Pascalstr. 8, 47506 Neukirchen-Vluyn
References
Read User Manual Online (PDF format)
Read User Manual Online (PDF format) >>