R1BNC
R1BNC
make sure that your device supports STA/AP at the same time. to find out use the commands below: and find the string 'valid interface combinations' it should have STA/AP string...
mine works well. they must be in the same channel.
you can try without the -m nat parameter. $ sudo create_ap wlan0 wlan1 MyAP Mypassword this will share internet from wlan0 to wlan1
disconnect eth0 and execute your command again? are you sure that sudo create_ap wlan1 wlan0 MyAccessPoint MyPassPhrase does not work as you intended to?
> You can also do `-f csv json` instead of `-f csv -f json`, but you can't do `-f csv,json`. This is how the underlying CLI library was designed. But...
> > But will this make separate request for csv then json? > > The whole point is to avoid it. I know. I was asking if this has been...
try to disable some features from user_config.h.
Do you need the ENC28J60 functionality? If not then comment it out to disable it. Also, check the recommended esp_open_sdk package for this project, the latest ones may/may not work.
Try different version of the sdk, have you modified the project files? if yes, then try to compile the upstream 'master' branch if it works.
Any plans on porting this to ESP_OPEN_RTOS? I am interested in doing so...