I am working on a project that requires me to transmit data (ideally by UDP) from my ESP8266 (Arduino IDE) to a Raspberry Pi.
However, I also need the ESP8266 to work as an access point, to which the Raspberry Pi should be connected.
I have found many ways of doing both independently, but am having trouble getting the ESP8266 to achieve both in the same solution.
My questions are:
a) Is this possible? (and if so)
b) How might I go about achieving this?
Thank you!