Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
boards:mmini [2014/12/30 00:01] – created darron | boards:mmini [2015/03/22 21:55] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
==== EasyLink M-mini ==== | ==== EasyLink M-mini ==== | ||
+ | <wrap right> | ||
+ | {{: | ||
+ | </ | ||
- | ==== References | + | The M-mini is a tiny Linux computer with WiFi running OpenWRT. |
+ | |||
+ | === Pinout | ||
+ | < | ||
+ | 1 3V3 | ||
+ | x GND | ||
+ | x USB+ | ||
+ | x USB- | ||
+ | x RX | ||
+ | x TX | ||
+ | x RESET_SW | ||
+ | x SYS_LED | ||
+ | SPI_CLK | ||
+ | SPI_MISO x x NET_TX- | ||
+ | SPI_MOSI x x NET_TX+ | ||
+ | IO6/ | ||
+ | IO7/ | ||
+ | TCK x x IO18 | ||
+ | IO8/ | ||
+ | RESET x x IO20 | ||
+ | </ | ||
+ | |||
+ | === Console === | ||
+ | There is a low voltage serial console on RX/TX running at 115,200 bits per second.\\ | ||
+ | |||
+ | A connection was established with a [[: | ||
+ | |||
+ | < | ||
+ | _______ | ||
+ | | ||
+ | | ||
+ | | ||
+ | |__| W I R E L E S S F R E E D O M | ||
+ | | ||
+ | | ||
+ | | ||
+ | * 1/2 oz Galliano | ||
+ | * 4 oz cold Coffee | ||
+ | * 1 1/2 oz Dark Rum with crushed ice. Stir. | ||
+ | * 2 tsp. Creme de Cacao | ||
+ | | ||
+ | </ | ||
+ | |||
+ | === 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:// |