Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Today we are going to show you how to find the I2C address of an I2C device which is connected to the Quantum platform. You will need to find the I2C Address in order to build the firmware and upload it to the Builder Base.

...

Assemble the Circuit

...

We are using an I2C display but there are a bunch of different I2C devices you can connect to the Quantum system. Once your I2C devices are connected and powered on, go to your Quantum Server and do the rest of the configuration there.

...

Pair the Builder Base

From the home screen of your Q-Server go to Clients on the left side. Click on the “Unpaired” tab.

...

Scroll a little bit down and you will find ‘I2C Scan’. Click on ‘Scan’. A blue bar should light up at the top of your screen telling you the address.

...

...

Build the

...

Firmware

Now move to the firmware section. Hit ‘Create New’. Name the project ‘LCD’.

...

Select the right Client and click upload.

...

Build the

...

App

Now we are going to create a demo app for the I2C-display. Head over to the app builder on the left side and click ‘create new’. We will name it “LCD”.

...

Connect the ‘Text'-Port of the ‘Input Text' object to the 'Send to Display’ and 'String’ ports of the LCD object.

...

Click ‘save’.

...

Run the App!

Now click the play button on the app you created.

...