this business card project it is not only business card size but also act like a business card.
the main component are ESP32 Wroom, Waveshare 2” display (240 X 320 pixels) and SD card.
the idea is build WiFi access point using esp32 Wroom. this will create a WjFi network name zameel business card (you can change the name at line 25).
any one within the range of this network can log in using the password (12345678).
you can change password at line 26of the program.
using any browser open page at the address : 192.168.4.1.
it will display a page like the second photo.
any one open the page can fill the forms and submit the information.
the information will be displayed in the browser and LCD display and in the same time saved in the SD card
(notice SD card has to be formatted in FAT16)
the information in the LCD will change with each entry but all the data will be saved in the SD card.
you can remove the SD card and read all the information submitted using any PC.