Skip to content

How to move from Arduino Due to ESP32 ? #698

Closed Answered by fredlcore
rroblik asked this question in Q&A
Discussion options

You must be logged in to vote

When I thinned out the manual, this was one thing I dropped because it's a rather unusual move to make, as most of the functionality is the same between Due and ESP32.
But if for some reason you want to move (for example to use WiFi instead of Ethernet), then all you need to do is connect four lines between the adapter and the ESP32: RX1, TX1, VCC/3V3 and GND. All one-to-one.
The RX1/TX1/GND pins are clearly marked on the Due adapter, and the location of the VCC pins can be taken from any Arduino Due board specification (it's basically in the opposite corner of the GND pin):

You can use a tool like the one you posted, but you can also just use jumper wires to connect both ESP32 board and…

Replies: 9 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by fredlcore
Comment options

You must be logged in to vote
1 reply
@fredlcore
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants