Skip to main content

Get Started in Minutes!

Select your desired language and plug in your device to blink its STAT LED!

Connect to a PC (click for image)

DUELink Connection

from DUELink.DUELinkController import DUELinkController

availablePort = DUELinkController.GetConnectionPort()
duelink = DUELinkController(availablePort)
# Blink the STAT LED (on for 200ms, off for 800ms, 20 times)
duelink.System.StatLed(200,800,20)

You need pip install DUELink. Full details are on the Python page.


How it works:

  1. Plug in your device.
  2. Create a Project.
  3. Add DUELink library.
  4. Paste the above code.
  5. Run the project and watch the STAT LED💡blink.

StatLED

Problems? You may need to install the latest firmware.


Choose your Tutorial:

We have hand selected a few easy-start options, but other modules work similarly.

Try something else:


Modules Discovery

loader.duelink.com/discover queries connected modules. Start by USB-connecting your module(s) to a PC. If your board does not have a USB connector then use an adapter, like USB Hook.

DUELink Connection

Click the Discover button to start discovering modules! Here is an example showing a connected Ghizzy.

CincoBit

If the "discover" feature failed complaining about a MicroBlocks firmware, then you need to load the DUELink Official firmware.

tip

Click View Product Details on the discovered item to visit the product's page.


Community Forum

The examples above show different ways to start with DUELink. Join us at the DUELink Forum to discuss other options and share what you are working on.