First time i am posting here. I need some feasibility help with a project.
I am using a WEMOS D1 MINI, where i have succesfully connected:
SDL SCA oled screen at pins D5-D6 using Wire.begin(D6, D5);
RS482 module at pins D1-D2 using SoftwareSerial, SoftwareSerial RS485Serial(D1, D2);
Potentiometer at A0
and i also use onboard WiFi connection
My question is, can i somehow also connect a SDCARD reader module like the Adafruit MicroSD card breakout board+ that uses 4 pins MISO-MOSI? As far as i understand its I2C as well like the oled screen, but i don't know much about them.
Should i try same pins and second channel or can i somehow create a second miso mosi port and connect to it?
My goto "which pins are safe to use on the ESP8266" resource is Random Nerd Tutorial's ESP8266 Pinout Reference, specifically the "Best Pins to Use - ESP8266" section.
Include that in your code and if the Wemos cannot connect to an access point, it opens a hot spot enabling your customer to connect and then enter the access point credentials onto a web page.