INDI monthly update. In addition to driver improvements, major code refactoring is in progress by @pawel-soja to modernize and improve INDI aging code.
New forum users, please go here first: indilib.org/forum/new-forum-users.html
Please Log in or Create an account to join the conversation.
I'm not sure what you want to achieve using the Arduino as access point. If you want to use it in the field, I would recommend one of these two options:So regarding to the WiFi, actually it is configured to connect to my home router, but if I go out it switch to be an AccessPoint with some defaults data? Thereis a way to change the wireless settings via a webpage?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
This is indeed possible, but only through the serial interface using the following command:Could be necessary to change the wifi options in any case, like default accesspoint die or any other case.
A quick way to change the SSID is better than have to reupload the code just for change the wifi station settings
s?ssid=<SSID name>&passwd=<password>
Please Log in or Create an account to join the conversation.
Here are two useful commands for you to try to monitor the situation
Check that indi is working
====================
$ ps aux | grep indiserver
You should see a line saying that indiserver is working, it will include the command including indi_weatherradio
Check the output of the logfile
=======================
$ tail -f /tmp/logfilename.txt
Please Log in or Create an account to join the conversation.
% sudo ls -l /tmp/weatherradio_output.txt
% sudo tail /tmp/weatherradio_output.txt
Please Log in or Create an account to join the conversation.
nafa@NAFABox:~$ sudo ls -l /tmp/weatherradio_output.txt
[sudo] Mot de passe de nafa :
ls: impossible d'accéder à '/tmp/weatherradio_output.txt': Aucun fichier ou dossier de ce type
nafa@NAFABox:~$
Please Log in or Create an account to join the conversation.
nafa 704 0.0 0.0 1836 1364 ? Ss févr.11 0:14 /usr/bin/indiserver -v indi_weatherradio >> /tmp/weatherradio_output.txt
$ sudo ls -l /tmp
$ ps aux | grep indiserver
$ sudo killall indiserver
$ indiserver -v indi_weatherradio > ~/logfile.txt
Please Log in or Create an account to join the conversation.
$ ps aux | grep indiserver
$ ps aux | grep indi_
$ ps aux | grep indi_
Please Log in or Create an account to join the conversation.