Gemini 4K Photo Prompt: 8 Copy-Paste Prompts

Gemini 4K Photo Prompt: 8 Copy-Paste Prompts

Short Answer, 30 Seconds Typing “4K” into the Gemini app does not change the resolution. The app downloads at 1K without a Google AI plan and 2K with one, no matter what your prompt says. What a prompt really controls is detail, texture and sharpness. The 8 prompts below target exactly that instead of chanting “4K, 8K, ultra HD”. For a real 4096px file the route is not the app: set image_size to 4K in Google AI Studio or the Gemini API. AI Studio lets you do this on the free tier. The second thing that decides your output size is aspect ratio. The same “4K” setting gives 4096x4096 at 1:1 and 5504x3072 at 16:9. Search “gemini 4k photo prompt” and nearly every result hands you the same thing: a block of text that says “4K, HD, ultra detailed, 8K, sharp, masterpiece” fifteen times, with instructions to paste it. Paste it and the file you download is exactly the same pixel size it was before. Resolution is not a prompt. It is an output setting. ...

September 18, 2026 ·  11 min ·  2193 words
90s AI Photo Prompts: 12 Ready to Copy

90s AI Photo Prompts: 12 Ready to Copy

Summary Below are 12 ready-made prompts. Copy one, paste it into Gemini or ChatGPT together with your photo, that is the whole method. Every prompt is written to work on solo, couple and group photos. However many people are in the frame, all of them get converted. Nothing else to change. Each prompt comes with a sample output made with that exact prompt, so you can see what you are getting before you spend a generation. The 90s are not the 80s with a different year in the prompt. What separates them is cool colour, flat light and plain clothing. Leave those out and the model hands you the 80s again. After the 80s trend filled everyone’s feed through the summer, the next decade was always going to follow. The appeal of the 90s look is the opposite one: no excess, no shoulder pads. A frame shot with a direct flash, colour slightly faded, clothing plain. It works precisely because it looks like the actual photographs sitting in everyone’s drawer. ...

September 14, 2026 ·  11 min ·  2308 words
80s AI Photo Prompts: 11 Ready to Copy

80s AI Photo Prompts: 11 Ready to Copy

Summary Below are 11 ready-made prompts. Copy one, paste it into ChatGPT or Gemini together with your photo, that is the whole method. Every prompt is written to work on solo, couple and group photos. However many people are in the frame, all of them get converted. Nothing else to change. Each prompt comes with a sample output made with that exact prompt, so you can see what you are getting before you spend a generation. If the faces do not look like you, do not rewrite the prompt. Run the same request again. The second attempt usually lands. Open any feed this week and it is the same picture: permed hair, shoulder pads, an orange-tinted studio backdrop. The whole trend comes down to one thing, the prompt. No app to install, no subscription to buy. ...

September 9, 2026 ·  10 min ·  1945 words
ESP32 Cheap Yellow Display: CYD Pinout and Setup Guide

ESP32 Cheap Yellow Display: CYD Pinout and Setup Guide

The CYD in 30 seconds The Cheap Yellow Display is the ESP32-2432S028R: an ESP32-WROOM-32 soldered onto a yellow PCB with a 2.8" 240x320 touch screen, microSD slot, RGB LED and light sensor, for roughly the price of a bare dev board plus a screen. Two revisions ship under the same model number. The 1x USB board uses an ILI9341, the 2x USB (CYD2USB) board uses an ST7789 and needs its colours inverted. The screen, the touch panel and the SD card each take their own SPI pins, so almost every GPIO is already spoken for. You get four usable pins: IO22, IO27, input-only IO35, and IO21 if you are willing to give up backlight control. Board setting in Arduino IDE is plain ESP32 Dev Module. The whole setup lives in User_Setup.h, not in your sketch. A white screen almost always means the wrong driver define, not a dead board. Buying an ESP32, a 2.8" TFT, a touch controller and an SD slot separately costs more than this entire board, and you still have to wire it. That is the whole reason the Cheap Yellow Display became the default “I want a screen on my ESP32” answer. ...

September 5, 2026 ·  12 min ·  2440 words
ESP32 DevKit V1 Pinout: 30 vs 38 Pin Reference

ESP32 DevKit V1 Pinout: 30 vs 38 Pin Reference

Summary: ESP32 Pinout in 30 Seconds The ESP32 is Espressif’s dual-core Xtensa LX6 MCU running at up to 240 MHz with Wi-Fi and Bluetooth. The chip has 34 GPIOs; boards break out either 30 or 38 pins. The 30 vs 38 pin difference is not just pin count: six of the extra pins on the 38-pin board are wired to the internal flash and cannot be used. GPIO6 through GPIO11 belong to the flash chip. Connect anything there and the board will not boot. GPIO34, 35, 36 and 39 are input only. They cannot drive an output and have no internal pull-up or pull-down. GPIO0, 2, 5, 12 and 15 are strapping pins. Hold one at the wrong level during boot and the board either refuses to start or hangs in flashing mode. ADC2 does not work while Wi-Fi is on. Wire analog sensors to the ADC1 pins, GPIO32 to GPIO39. The board runs on 3.3 V logic and is not 5 V tolerant. Never wire a 5 V sensor output straight to a GPIO. The ESP32 is cheap, fast, and ships with Wi-Fi and Bluetooth built in. It also has one habit that drives beginners up the wall: the board says 38 pins, and you cannot use all of them. Wire a relay to one pin and the board stops booting. Wire a sensor to another and the reading turns to noise the moment Wi-Fi comes up. Wire an LED to a third and it flickers once on every reset. ...

August 16, 2026 ·  16 min ·  3274 words