-->
Page 1 of 1

IRremoteESP change access point IP

PostPosted: Thu Aug 22, 2019 6:45 am
by Markkyboy
Hi all,

I used search extensively, but couldn't find anything close to my problem.

I have a NodeMCU ESP8266 12E module. I have working IR Send/Receive sensors. I can control my hifi, my led lighting strips and anything else IR.

I also have at least 6 Sonoff's all TASMOTIZED, they operate across my network which starts 192.168.0.1 ->

My NodeMCU has IRremoteESP installed and works fine, but I have to disconnect from my usual network to use IRremoteESP, which has its access point at 192.168.4.1 <---- can I change this AP to something of my choice that slots into my current network, if so, how? (say; 192.168.0.101)

IRremoteESP version 0.2 by Mark Szabo - perhaps there is a better up-to-date version to use?, I'm open to suggestions and am pretty new to all things iOT.

Thanks,

Re: IRremoteESP change access point IP

PostPosted: Fri Aug 23, 2019 2:56 am
by schufti
in general, your problem is not "change access point IP" but more likely "change from AP to station in existing wlan"

Re: IRremoteESP change access point IP

PostPosted: Fri Aug 23, 2019 10:52 am
by Markkyboy
I have absolutely no idea how or where to do that. I've looked through the code on Arduino for IRremoteESP, the only wlan details I see are my own. I'm not entirely sure what the difference is from AP and Station......as I said, I'm quite new to all this.