with the hope that I would find driver and circuit easily later for my ESP32 project.
Unfortunately it turns out just the oposite, and asking on the ESP forums and social networks ended up with no results.
Please if someone have an circuit to connect to ESP32 or/and driver for this board to operate with ESP32 - share it.
You have to modify it slightly to get it to run on your ESP but that shouldn't be much work (reset handling and CS management, change from register direct manipulation to using pinMode, digitalWrite, etc.
The connection should be pretty obvious but your hardware module lacks a documentation or schematics. You shouldn't buy from a vendor that doesn't provide documentation to it's products. You might have to reverse engineer your board to find out how the components are connected.
Well.. I am not that deep into the boards unfortunately for me.
There is a connection names on back of the board, and I am not sure where to touch this library right now..
I expect you can match those markings with the pinout of the chip as given in the manufacturer's data sheet. Hopefully the author of the library linked above used the same names to get you going.
There is a connection names on back of the board, and I am not sure where to touch this library right now..
I was more concerned about the other components on the board. One piece looks like a voltage regulator but as I already wrote, without schematics, this is simply guessing and that may damage your parts in the end.
You may try to connect that board as the library example explains.
Remove the register manipulations and insert the pinMode and digitalWrite calls.
I've found the manufacturer and they have sent me all documentation and examples, unfortunately it's not about ESP32 again. And I really have no idea how to use it with it and what to change.