RS485 board/Why RS485/02. What is in the box
Why RS485 · 02 of 11

What is in the box

Twelve boards: six with a MAX485 for 5 V microcontrollers and six with a MAX3485 for 3.3 V ones. The same circuit on the same layout, and the only question is which one goes with your board. Both kinds talk to each other on the same pair.

Two boards, one circuit

The box contents laid out: a clear case printed RS485 between a large MAX3485 3V3 board and a large MAX485 5V board, then a row of five more 3V3 boards, a row of five more 5V boards, and loose black pin header strips standing down the right-hand side of the picture.
Six of each board, and loose header strips, straight and right-angle.

The two boards are the same circuit on the same layout, part for part. The only differences are the chip and the voltage it runs at:

MAX485 boardMAX3485 board
PrintedMAX485 5VMAX3485 3V3
Runs at4.75 to 5.25 V3.0 to 3.6 V
ForArduino Uno, Nano, MegaESP32, Raspberry Pi Pico, STM32
Fastest2.5 Mbit/s10 Mbit/s

Both have a screw terminal for A, GND and B, the same six holes along the bottom edge, a 120 Ω resistor between A and B, and a 0 Ω link joining RE to DE. Those last two are what most of this book is about.

Which one is yours

Which board for which microcontroller
3.3 V logic · MAX3485
Your microcontroller
The board
Board's TX high
≥ 2.9 V
Your RX takes
no more than 3.3 V
Board supply
3.0–3.60 V
The right pair. Both sides run at the same voltage, so every pin sees what it was built for. Power the board from the microcontroller's 3V3 pin.

The wire that decides is the board's TX, which carries what it heard on the bus into your microcontroller. It swings to the board's own supply. A 5 V board puts 5 V on that pin, which a 3.3 V microcontroller is not built to take. A 3.3 V board puts at least 2.9 V there, which a 5 V Uno is not guaranteed to read as a 1: nothing breaks, and now and then a byte goes missing.

So the rule is one line: the board runs at the same voltage as your microcontroller, and is powered from its 5V or 3V3 pin.

They share a bus

The logic voltage stays on the board. What goes down the cable is only the difference between A and B, and both chips make and read that the same way. A MAX485 board on an Uno and a MAX3485 board on an ESP32 talk to each other over one pair.

Headers

The strips are loose. Solder the six holes along the bottom edge, with straight pins to stand the board in a breadboard or right-angle pins to lay it flat. The bus side needs nothing soldered: A, GND and B go into the screw terminal.

When it does not work

How do I tell the two boards apart?

By the printing beside the chip and on the back: MAX485 5V on one, MAX3485 3V3 on the other. The supply pin along the bottom edge is printed 5V or 3V3 to match. The chips themselves are too small to read without a magnifier.

Can a 5 V board and a 3.3 V board be on the same bus?

Yes. The bus does not carry either logic voltage: both chips drive A and B the same way and read them the same way. An Uno with a MAX485 board and an ESP32 with a MAX3485 board can talk over one pair. Pick each board for the microcontroller it is wired to.

I powered the 3V3 board from 5 V. Is it damaged?

Probably not at once: the MAX3485's absolute limit is 7 V. But it is built for 3.0 to 3.6 V, and at 5 V its outputs put 5 V on a 3.3 V microcontroller's pin, which is where the damage happens. Move it to 3.3 V and check the microcontroller's RX pin still works.

The headers are not soldered.

They ship loose, straight and right-angle, so you can choose: straight to stand a board in a breadboard, right-angle to lie it flat in a case. Solder only the six holes along the bottom edge; the bus side has the screw terminal.

Where this goes next

Every hole on the board, and the one whose name misleads everybody.

Six pins and a terminal

Edit this page — content/books/rs485/whats-in-the-box.mdx

Community

Questions about this product

See what other owners have asked, and read their solutions.

This page covers several products. Choose yours to see the right discussions.

Discuss this article

Ask about this page. The answer stays here, on the page it belongs to, for whoever hits the same wall next.

Browse Modules and blocks on the forum