I need to use this camera out in the field where there is no normal WiFi connection via a router.
The entire setup is enclosed in a waterproof case and thus I need to connect to this R-Pi via my Android phone using WiFi direct ONLY (I can NOT use Bluetooth either as the BT on the Pi is being redirected to the mini-UART for a HAT board)
I need the R-Pi to be setup as a stand-alone WiFi access point broadcasting an SSID so that I can see it from my phone and connect to it using a password login (NOT WPS or PIN login).
I then would connect to the R-Pi with my phone using SSH or the RaspController app to make changes to the time-lapse settings in my Python code (https://play.google.com/store/apps/deta ... r&hl=en_US)
This used to be a really easy thing to setup a couple of years ago, but apparently it's become overly complicated lately for reasons I don't understand... I've seen many "instructions" on how to do it, but they are all different, all seem outdated, and none of them work according to the most recent comments on those instructions.
Why doesn't this page -
(https://www.raspberrypi.org/documentati ... /wireless/ )
have instructions for that scenario?
Before I started wasting my time with a bunch of "instructions" that seem dubious or outdated at best, I thought I'd ask here for the most recent, up-to-date-method of achieving this configuration.... but there doesn't seem to be one in the official documentation, which seems odd to me considering that these days it would be a pretty common scenario
Can someone please tell me what the simplest way to accomplish this would be?
I am running the 2020-05-27 build of RaspiOS Buster
Thank you very much