User Tools

Site Tools


yun_reset

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
yun_reset [2015/02/16 17:39]
wbeckett
yun_reset [2021/06/04 02:16] (current)
Line 1: Line 1:
 ====== YUN Topics ====== ====== YUN Topics ======
 +
 +<​code>​
 +Once you’ve connected to your Arduino’s WiFi, open a browser and visit arduino.local.
 +If that doesn’t work, visit 192.168.240.1.
 +When asked for a password, enter “arduino”
 +</​code>​
  
  
Line 198: Line 204:
  
     "/​mailbox/​message" ​     "/​mailbox/​message" ​
 +</​code>​
 +
 +<​code>​
 +Time working in PHP
 +ssue commands
 +
 +opkg update
 +opkg install zoneinfo-core
 +opkg install zoneinfo-europe
 +opkg install zoneinfo-northamerica
 +
 +Type opkg list | grep zoneinfo and look for your timezone ​
 +
 +Still has Warnings - remove warnings:
 +error_reporting(E_ERROR | E_PARSE);
 +
 +</​code>​
 +
 +<​code>​
 +
 +MOD CURL
 +
 +opkg install php5-mod-curl
 +Installing php5-mod-curl (5.4.5-3) to root...
 +
 </​code>​ </​code>​
yun_reset.1424108357.txt.gz · Last modified: 2021/06/04 02:16 (external edit)