Open axelmoser opened 3 years ago
Hello, Your command looks good. If you do not want DHCP address, then you need to stop/disable dhcp client running on your RPi.
Thanks, Mangesh
Thanks Mangesh,
The dhcpcd was running...
sudo service dhcpcd stop
If running in static ip mode resolved everything. Thank you very much!
I am using the ESP 32 with the RPi over SDIO. While using in dhcp mode, everything works ok. When i try to use a static IP (I modified the station_connect.py), the ESP gets 2 IPs, Dhcp and Static. I need to get only one address. I use:
Or should I use another commands to connect? Thanks!