Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
boards:mmini [2015/01/02 11:14] – darron | boards:mmini [2015/03/22 21:55] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 4: | Line 4: | ||
</ | </ | ||
- | == Pinout == | + | The M-mini is a tiny Linux computer with WiFi running OpenWRT. |
+ | |||
+ | === Pinout | ||
< | < | ||
- | 1 VCC | + | 1 3V3 |
x GND | x GND | ||
x USB+ | x USB+ | ||
Line 24: | Line 26: | ||
</ | </ | ||
- | == Console == | + | === Console === |
+ | There is a low voltage serial console on RX/TX running at 115,200 bits per second.\\ | ||
+ | |||
+ | A connection was established with a [[: | ||
< | < | ||
_______ | _______ | ||
Line 41: | Line 47: | ||
</ | </ | ||
- | ==== References | + | === GPIO === |
+ | < | ||
+ | root@Easy-link:/# | ||
+ | GPIOs 0-29, ath79: | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | </ | ||
+ | |||
+ | === WiFi === | ||
+ | |||
+ | First discover the SID. | ||
+ | < | ||
+ | ifconfig wlan0 up | ||
+ | iwlist scan | & grep M-MINI | ||
+ | | ||
+ | ifconfig wlan0 down | ||
+ | </ | ||
+ | |||
+ | Now we may create a connection profile. | ||
+ | < | ||
+ | #auto wlan0 | ||
+ | iface wlan0 inet static | ||
+ | address 192.168.1.100 | ||
+ | wireless-retry 20 | ||
+ | wireless-channel 6 | ||
+ | wireless-essid M-MINI_030DA4 | ||
+ | wpa-ap_scan 1 | ||
+ | wpa-key_mgmt NONE | ||
+ | wpa-ssid M-MINI_030DA4 | ||
+ | </ | ||
+ | |||
+ | And then, connect. | ||
+ | < | ||
+ | ifup wlan0 | ||
+ | nmap 192.168.1.1 | ||
+ | |||
+ | Starting Nmap 6.00 ( http:// | ||
+ | Nmap scan report for 192.168.1.1 | ||
+ | Host is up (0.0026s latency). | ||
+ | Not shown: 997 closed ports | ||
+ | PORT STATE SERVICE | ||
+ | 22/tcp open ssh | ||
+ | 53/tcp open domain | ||
+ | 80/tcp open http | ||
+ | |||
+ | Nmap done: 1 IP address (1 host up) scanned in 38.53 seconds | ||
+ | </ | ||
+ | |||
+ | |||
+ | === Resources | ||
[[http:// | [[http:// |