Hello everyone,
i want to use my rpi to deliver the camera pictures using wifi broadcast to my android phone.
If background information is needed:
https://befinitiv.wordpress.com/wifibro ... ideo-data/
http://fpv-community.de/showthread.php? ... OpenSource
In short: the RPI sends camera data to my phone. Therefore i need to create a wlan hotspot with my mobile phone (see App description). Everytime i start the hotspot, the IP of my phone changes => i have to manually correct the command which sends the picture data. Not possible (at least not comfortable) while on the field with my quadrocopter.
I want to automate the whole process so that i only have to power my Rpi, and the data is send as soon as the Rpi is booted up. Therefore i need to know: how can i retrieve the IP of my mobile phone ?? And how to integrate this into a bootscript (the images for the rpi are prebuilt, i have little knowledge of linux).
Thanks in advance