About ad-hoc on Pi3 with Navio2

First, Thanks to your reply :smile:

I’m making drone by myself.
And I want to connect drone to phone by using ad-hoc connection.
I made ad-hoc connection(I change /etc/network/interface) and tested at raspbian version(download at official site). And then It was working.
But When i use raspbian+Navio2 version(that download here), It doesn’t work…
What’s the problem??

Hello,

Could you please share with your config?
There’s no difference in network configuration with default Raspbian image. The only thing that might differ is Bluetooth which is disabled by default.

Thanks your answer !!

config means the code???
here is my code of interfaces
auto lo
iface lo inet loopback
iface eth0 inet dhcp

auto wlan0
iface wlan0 inet static
address 192.168.1.1
netmask 255.255.255.0
wireless-channel 1
wireless-essid RPiwireless
wireless-mode ad-hoc

I thought it is similar to bluetooth.
Ok, i should check again and other part
Really really thanks!!

@Choi_HyunSoo did you ever solve this problem? We are having the exact same problem with our school project and our deadline is getting very close.

Any help would be appreciated!

Thanks!