ANALOG-DIGITAL CONVERTER FOR RASPBERRY PI

Model: RB-ADC01

1. 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.

2. CONNECTION

The analog-digital converter is connected as shown in the following picture.

[Image: The RB-ADC01 module connected to a Raspberry Pi board.]

3. I2C-ADRESSE

This analog-digital converter is able to change the I2C address by means of jumpers. For this, you can change the following jumper to use 0x49, 0x4A, or 0x4B. By default, the address is set to 0x48.

[Image: Close-up of the RB-ADC01 board showing jumper positions labeled OX48, OX49, OX4A, OX4B for I2C address selection.]

4. NTC

There is an NTC placed on the converter. This NTC is connected to AN0. In the following example, this can be used to measure the temperature. However, if you want to use AN0, you should remove the jumper, which is marked in the following picture.

[Image: Close-up of the RB-ADC01 board highlighting the NTC jumper and its connection to AN0.]

5. CODE EXAMPLE

For the analog-digital converter, you have to enable I2C on your Raspberry Pi. To do this, enter the following command into your console to access the settings of your Raspberry Pi:

sudo raspi-config

[Image: Screenshot of the Raspberry Pi Software Configuration Tool menu, highlighting 'Interface Options'.]

Now call 3 Interface Options → 5 I2C.

[Image: Screenshot of the Raspberry Pi Software Configuration Tool Interface Options, highlighting 'I2C' and the option to enable it.]

Now activate I2C.

[Image: Screenshot showing the prompt 'Would you like the ARM I2C interface to be enabled?' with the 'Yes' option selected and the confirmation 'The ARM I2C interface is enabled'.]

Now, run the following commands to install all the required libraries:

sudo apt updatesudo apt install python3-pipsudo apt-get install python3-smbus i2c-tools -y

For our code example, we use Adafruit_CircuitPython_ADS1x115 from Adafruit, which is released under the MIT license. You install this library with the following command:

sudo pip3 install adafruit-circuitpython-ads1x15

The code sample we provide can be downloaded here or you can run the following command in your console.

wget https://www.joy-it.net/files/files/Produkte/RB-ADC01/RB-ADC01_CodeExample.zip

Now, unpack the file with the following command:

unzip RB-ADC01_CodeExample.zip

You can now execute the script with the following command. Be aware that your file path may differ.

python3 RB-ADC01_CodeExample/RB-ADC01.py

6. OTHER INFORMATION

Our information and take-back obligations according to the Electrical and Electronic Equipment Act (ElektroG)

Symbol on electrical and electronic equipment:

[Symbol: A crossed-out dustbin, indicating that electrical and electronic appliances do not belong in household waste and must be returned to a collection point.]

Before handing over waste batteries and accumulators that are not enclosed by waste equipment, they 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.

7. 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

Models: RB-ADC01 Analog-Digital Converter, RB-ADC01, Analog-Digital Converter, Digital Converter, Converter

File Info : application/pdf, 5 Pages, 776.34KB

PDF preview unavailable. Download the PDF instead.

pj2-rb-adc01-manual-2022-12-01-2735

References

Microsoft Publisher 2016

Related Documents

Preview Joy-IT 1.3" OLED Display Module: SPI & I2C Interface User Guide
Comprehensive guide for the Joy-IT 1.3" OLED Display Module (SBC-OLED01.3), covering its features, SPI and I2C interfaces, and application examples for Arduino and Raspberry Pi. Includes setup instructions, library information, and support details.
Preview Joy-IT UV-Sensor GUVA-S12SD: Analog UV-Photodiode for Arduino & Raspberry Pi
Guide to the Joy-IT UV-Sensor module (GUVA-S12SD), detailing its function for measuring UV-B/UV-A rays and providing connection and application examples for Arduino and Raspberry Pi, including code.
Preview Joy-Pi Advanced Bedienungsanleitung: Umfassender Leitfaden für Elektronik-Projekte
Umfassende Anleitung für das Joy-Pi Advanced von Joy-IT, eine vielseitige Lernplattform für Mikrocontroller-Programmierung. Dieses Handbuch bietet detaillierte Informationen zu Installation, Sensoren, Adapterboards und der Lernzentrale für Maker, Schüler und Entwickler.
Preview Caixa DIN Rail para Raspberry Pi 5 - RB-CaseP5-07 | Joy-IT
Guia de montagem e informações sobre a caixa DIN Rail RB-CaseP5-07 e RB-CaseP5-07B da Joy-IT para Raspberry Pi 5. Instalação, suporte e detalhes do produto.
Preview JOY-IT Multimedia Case for Raspberry Pi 4: Assembly, Software, and Usage Guide
Comprehensive guide for the JOY-IT Multimedia Case for Raspberry Pi 4, covering assembly, software installation (LibreELEC), connection, usage, LED configuration, and support. Learn how to set up and personalize your Raspberry Pi media center.
Preview Joy-IT RB-Heatsink5 Active Cooling Unit for Raspberry Pi 5
This guide provides instructions for installing and configuring the Joy-IT RB-Heatsink5 active cooling unit for the Raspberry Pi 5. It covers assembly steps, thermal pad application, fan connection, and command-line options for fan control.
Preview JOY-IT ARMOR CASE "BLOCK ACTIVE" RB-AlucaseP4+07FAN Assembly Instructions
Detailed assembly instructions and information for the JOY-IT ARMOR CASE "BLOCK ACTIVE" (model RB-AlucaseP4+07FAN), a cooling aluminum case for Raspberry Pi 4.
Preview JOY-it SEN-DHT22 Temperature and Humidity Sensor Guide
This guide provides instructions for using the JOY-it SEN-DHT22 temperature and humidity sensor with Arduino and Raspberry Pi. Learn about connection, setup, and basic usage.