2

When examined we find that Yun is still in master mode and 0% signal.

Any procedure known to solve this problem manually?

We can access Linux command under Mater mode AP-mode and print WiFi status

/usr/bin/pretty-wifi-info.lua

We know procedure to change REST API access

Method II: config file
opkg update
opkg install nano
nano /etc/config/arduino
config arduino
 option password '775e9f944188a7bcb36e9ca5dc51672b44bcceeb7d56d89dfb914e$
 option wifi_reset_step 'clear'
 option secure_rest_api 'true'
...
Merhod 1: UCI API need access to the Linux system by YSM program

PASSWORD

uci set arduino.@arduino[0].secure_rest_api=true

OPEN:

uci commit arduino

Is there any procedure manually to perform the configuration by hand for the mode:

  • change to client?
  • then restart?
  • from master mode where we have access to Linux command line?

This question has been left unanswered before in all forums examined. Maybe someone knows the answer.

The problem lies in the Linux not in the hardware or routers or PC, as proven by testing.

Nick Gammon
38.9k13 gold badges69 silver badges125 bronze badges
asked Sep 21, 2015 at 14:44

1 Answer 1

1

My wireless config is in the /etc/config/wireless, not in the /etc/config/arduino

How do you configure your Wifi ? There is at least 4 methods :
you can do this through OSJS, through LUCI, through ARDUINO IDE, or with UCI.

answered Aug 7, 2017 at 9:43

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.