Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| public:openlab:raspi [2018-11-08 23:06] – xnemec18 | public:openlab:raspi [2018-11-08 23:28] (current) – xnemec18 | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| {{: | {{: | ||
| + | [[https:// | ||
| ===== Prior to boot ===== | ===== Prior to boot ===== | ||
| + | OS? | ||
| + | * NOOBS | ||
| + | * Raspbian | ||
| + | * Probabbly any other Linux with ARM support | ||
| + | |||
| Provide enough power (undervoltage causes instability). | Provide enough power (undervoltage causes instability). | ||
| Line 38: | Line 44: | ||
| * | * | ||
| + | ===== Programming ===== | ||
| + | Python recomended, any language should be feasible though. | ||
| + | Many libraries available (as usual with python https:// | ||
| + | * https:// | ||
| + | * https:// | ||
| + | * | ||
| + | |||
| + | ===== Ad-hoc networking ===== | ||
| + | |||
| + | example of / | ||
| + | |||
| + | < | ||
| + | auto wlan0 | ||
| + | iface wlan0 inet static | ||
| + | address {{ wlan_ip }} | ||
| + | netmask 255.255.255.0 | ||
| + | wireless-channel 48 | ||
| + | wireless-essid crocs-raspi-net | ||
| + | wireless-txpower 1 | ||
| + | wireless-mode ad-hoc | ||
| + | |||
| + | </ | ||
| + | |||
| + | ===== Games ===== | ||
| + | * https:// | ||
| + | * https:// | ||
| + | * many others | ||