Before logging an issue, please update to the latest release of Visual Micro from the Downloads Page.

When Logging a Support Issue in the Forum, please ensure you have also:-

  • Enabled vMicro > Compiler > Show Build Properties
  • Re-Compile your program with these settings enabled
 
Save the new Output to a Text File and....
  • Click the Reply button and attach as .txt file OR
  • Click here to Email us with the file attached, and a link to your post
Support requests without the output above may be impossible to answer, so please help us to help you
 
Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Pinout differences (Read 1522 times)
HomerRamone
Junior Member
**
Offline


Posts: 38
Joined: Feb 5th, 2022
Pinout differences
Feb 23rd, 2022 at 8:02pm
Print Post  
I've just gotten myself a Rover devkit board.

Seems like a decent bit of kit - but the pins are all clustered together.
The order is also somewhat different. I've got a circuit board that was designed for a "standard" ESP 32 board. I considered making a board to sit inbetween - but the layout of the pins is hugely different. 
Anyone know why this is ? 
Or better still know of a good solution to this.
(Other than using the standard board and wiring the debugger to that Smiley )

(I realise there are a load of variations of these things but still..)
  
Back to top
 
IP Logged
 
Simon@Visual Micro
Administrator
*****
Offline


Posts: 2174
Joined: Feb 13th, 2019
Re: Pinout differences
Reply #1 - Feb 24th, 2022 at 9:57am
Print Post  
Thanks for the report.

It seems the pinout is different due to all of the onboard peripherals (Debugger, screen, SD etc) so the pins have been grouped differently for development of e.g. camera systems (like ESP32-CAM) as well as jumper connections on the debugger pins for flexibility.  This is often the case with the full development kit boards as they allow access to all features of the chip in a more systematic way.

The only solutions to wire it to a "normal" ESP32 project (even these pinouts vary depending on exact model) would be either the converter board you suggest, or using jumper wires really.

As you say you can use the WROVER debugger to link to an external ESP32 module (below), however this is essentially the same as just having an ESP-PROG and a normal ESP32.
https://www.youtube.com/watch?v=2zSEqtlQWvU
  
Back to top
 
IP Logged
 
HomerRamone
Junior Member
**
Offline


Posts: 38
Joined: Feb 5th, 2022
Re: Pinout differences
Reply #2 - Feb 24th, 2022 at 4:42pm
Print Post  
OK thanks. 
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint