Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Condor323326yDude, put a triac in there with an esp8266, turn off the router over WiFi 🙃
… Oh wait.. turning off a WiFi router over WiFi.. I'm such a genius :') -
Condor323326y@JoshBent most certainly, but multiple AP's can become a mess quite fast.. and connecting to multiple AP's from one client isn't possible afaik. So yeah :/
My printer's WiFi adapter for example can become a master (i.e. AP, don't show the SJW's this) but I disabled it because it'd be too much hassle to disassociate from my home AP and associate against the printer's own AP every time I want to print something. Same goes for the AP in the esp8266. -
@Condor if I'd have multiple remote slaves (heh) I wouldn't use the esp8266 anyway, but rather something like a NRF24L01 :P
-
-
@condor nrf has longer range and is more expensive too. Don't get cheap nrf modules, they don't work.
-
@Nanos hahaha I've been there before too, at some point even properly managing it and having a switchboard just didn't work anymore
-
Thanks for all the info...
Questions:
-How secure is esp8266 as an AP?
-Can I create a network with several esp8266, using one as AP? how would I do this? (Like do some IOT stuff and have one central esp8266 controlling and logging...
-Can I create a separate network from my home wifi and then connect it to my home wifi to extract data from the central AP? -
@electrineer I keep forgetting the damn password and am too lazy to unlock my vault.. also I think it might not even have a proper reset, where it just soft-array resets instead of properly rebooting, it's a shitty ISP default router.
-
Condor323326y@GyroGearloose regarding security, the passphrase is stored into the sketch I think (not that that's any different in other AP's).. other than that it's the usual WPA2.
The esp8266 can act as both a base station (AP) or a client, but I don't think that they can be run in both states simultaneously (unlike your average WiFi card, at least on Linux). So a separate network where one is a base station where the others connect to, certainly possible. But I don't think that the base station can simultaneously connect to your central WiFi AP.
For configuration of the esp8266 in either AP or client states, there's excellent tutorials on Instructables, and I think that GreatScott has some video material on them as well. Have a look! 🙂
Related Rants
-
BugsBuggy18I found a //TODO in our companies code that's there since early 2016. The company was founded in early 2016.
-
thatsnotnice10['🥚','🐔'].sort(); Now I know the truth ...according to JS.
-
YuganshT7912I had to install a program whose setup file size was 3GB and I already had that setup in my pendrive, but my p...
Didn't want to go to my router and disconnect it to reset, so I've just cut the power with the breaker, I do really hate that power cable positioning on the router body, so much that the breaker is actually a good 15 feet more to walk, but saved me from having to fiddle around with that barrel connector.
rant
wk126