Page 1 of 1

ESP32 connection for GPS and microSD

Posted: Fri Jul 10, 2020 5:37 pm
by what2use
I just purchased an ESP32 development board with OLED, Bluetooth and Wifi.

I need to connect a ublox 6M GPS module and a microSD card module.

Can anyone advise on how to wire this to the ESP32 ?

Thanks

Re: ESP32 connection for GPS and microSD

Posted: Sat Jul 11, 2020 7:29 pm
by Agree007
I did make both work long time ago, found the information required using Google, im sure its still out there , so suggest you try it.

Re: ESP32 connection for GPS and microSD

Posted: Mon Jul 13, 2020 7:03 pm
by what2use
I was able to get the GPS to work but can not get the microSD to work

I used the CardInfo example from the Arduino IDE under Examples/SD/CardInfo

No matter how I wire the SD module the sketch returns "initialization failed"

Re: ESP32 connection for GPS and microSD

Posted: Tue Jul 14, 2020 12:56 am
by lbernstone