> For the complete documentation index, see [llms.txt](https://learn.pakronics.com.au/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.pakronics.com.au/seed-studio/grove-modules/actuator/grove-dmx512.md).

# Grove DMX512

![](https://github.com/SeeedDocument/Grove-DMX512/raw/master/img/DMX512_01.jpg)

The Grove – DMX512 is a adapter from Grove interface to DMX512 interface(industry standard EIA-485 interface. The module is based on SN75176 chip which can balance transmission lines and meet ANSI Standard EIA-485 interface. Now it is convenience to control stage lighting and DMX512 console for Arduino.

[![](https://github.com/SeeedDocument/Seeed-WiKi/raw/master/docs/images/300px-Get_One_Now_Banner-ragular.png)](https://www.seeedstudio.com/Grove-DMX512-p-1447.html)

## Feature

* Grove Interface and standard EIA-485 interface
* Easy to use
* Strong practicability

## Usage

Arduino can easily control DMX512 device by using the Grove - DXM512 module. Take the LED crystal magic ball light as an example. The Specific Operation as follows:

* Connect Grove interface of Grove - DMX512 to D3 port of [Grove - Base Shield](https://app.gitbook.com/Grove-Base_Shield) and plug Grove - Base Shield to Arduino.
* Connect DMX512 interface of Grove - DMX512 to the DMXIN interface of the LED crystal magic ball light using a DMX cable. And power for the LED crystal magic ball light.
* Set the LED crystal magic ball light to DMX512 control mode. The control panel display "A001" at the moment.

![](https://github.com/SeeedDocument/Grove-DMX512/raw/master/img/DMX512_Usage.jpg)

* Download [File: DmxSimple Library](https://github.com/SeeedDocument/Grove-DMX512/raw/master/res/DmxSimple.zip) and Unzip it into the libraries file of Arduino IDE by the path: ..\arduino-1.0.1\libraries.
* Open the code directly by the path:File -> Example ->DmxSimple->Fadup1.
* You can see a interesting scene. Try to change code for your enjoy.

## Resources

* [SN75176 Datasheet](https://github.com/SeeedDocument/Grove-DMX512/raw/master/res/Sn75176a.pdf)
* [Grove - DMX512 Eagle File](https://github.com/SeeedDocument/Grove-DMX512/raw/master/res/Grove-DMX512_Eagle_File.zip)
* [DmxSimple Library](https://github.com/SeeedDocument/Grove-DMX512/raw/master/res/DmxSimple.zip)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://learn.pakronics.com.au/seed-studio/grove-modules/actuator/grove-dmx512.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
