<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.linkinstruments.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Wifi_AP_setup</id>
	<title>Wifi AP setup - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.linkinstruments.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Wifi_AP_setup"/>
	<link rel="alternate" type="text/html" href="https://www.linkinstruments.com/wiki/index.php?title=Wifi_AP_setup&amp;action=history"/>
	<updated>2026-05-16T19:40:44Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.9</generator>
	<entry>
		<id>https://www.linkinstruments.com/wiki/index.php?title=Wifi_AP_setup&amp;diff=8&amp;oldid=prev</id>
		<title>173.54.17.33: Created page with &quot;= PiMSO Access Point setup == The recommended Wifi adapter for PiMSO project is the Tenda W311M from MicroCenter[http://www.microcenter.com/product/373032/W311M_150Mbps_Wirele...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.linkinstruments.com/wiki/index.php?title=Wifi_AP_setup&amp;diff=8&amp;oldid=prev"/>
		<updated>2021-01-16T12:39:03Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;= PiMSO Access Point setup == The recommended Wifi adapter for PiMSO project is the Tenda W311M from MicroCenter[http://www.microcenter.com/product/373032/W311M_150Mbps_Wirele...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= PiMSO Access Point setup ==&lt;br /&gt;
The recommended Wifi adapter for PiMSO project is the Tenda W311M from MicroCenter[http://www.microcenter.com/product/373032/W311M_150Mbps_Wireless_N_USB_20_Adapter] Primarily because it is Access Point capable and inexpensive.  An even less expensive dongle that based on the same Ralink RT5370 chip from Comfast can be purchased from Aliexpress for less than $5 inc S/H.  A quick search on Aliexpress for RT5370 should yield a few other options.&lt;br /&gt;
&lt;br /&gt;
To convert a bare bone Ethernet based PiMSO to a wireless AP PiMSO, you'll need a Ralink RT5370 based USB Wifi dongle and perform the following steps.&lt;br /&gt;
&lt;br /&gt;
1. Grab WebMSO28AP files from Github.  &lt;br /&gt;
 git clone git://github.com/tkrmnz/WebMSO28AP.git&lt;br /&gt;
2. Copy the various conf files to their directories.&lt;br /&gt;
 cd WebMSO28AP&lt;br /&gt;
 cp dnsmasq.conf /etc/.&lt;br /&gt;
 cp hostpad.conf /etc/hostapd/.&lt;br /&gt;
 cp hosts /etc/.&lt;br /&gt;
 cp interfaces /etc/network/.&lt;br /&gt;
&lt;br /&gt;
Add  DAEMON_CONF=”/etc/hostapd/hostapd.conf” to /etc/default/hostapd&lt;br /&gt;
 nano /etc/default/hostapd&lt;br /&gt;
Look for DAEMON_CONF=&amp;quot;&amp;quot;, insert the following&lt;br /&gt;
 DAEMON_CONF=”/etc/hostapd/hostapd.conf”&lt;br /&gt;
Enable the hostapd and restart dnsmasq&lt;br /&gt;
 update-rc.d hostapd enable&lt;br /&gt;
 /etc/init.d/dnsmasq restart&lt;br /&gt;
&lt;br /&gt;
You should be able to see and connect to the Access Point with the SSID of &amp;quot;WebMSO&amp;quot; with your portable device.  Point the brower on your portable device to http://mso28.linkmso , you should be able to see the PiMSO web client.&lt;br /&gt;
If you have a PiLCD, go here [[PiLCD Setup]] to install driver for the PiLCD.&lt;br /&gt;
&lt;br /&gt;
==PiLCD setup==&lt;br /&gt;
[[PiLCD Setup]]&lt;br /&gt;
==PiMSO Setup==&lt;br /&gt;
Back to [[PiMSO]]&lt;/div&gt;</summary>
		<author><name>173.54.17.33</name></author>
	</entry>
</feed>