Skip to content

Commit a307c0f

Browse files
committed
Corrections to documentation
1 parent c7803bf commit a307c0f

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

HOW_IT_WORKS.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ mode power supply) will enable the RPi to be powered by the CAN Bus
2323
network, eliminating the need for a separate power supply. Searching the
2424
web for `PiCAN2 SMPS` should yield suitable results.
2525

26-
The CoachProxyOS software is designed around a dual WiFi Adapter system.
27-
CoachProxyOS uses the RPi's internal WiFi as a private access point,
28-
suitable for connecting directly to the device for initial
29-
configuration. It also uses a secondary USB WiFi adapter (the Edimax
30-
EW-7811Un) to connect to a local WiFi network in the motorhome (a
31-
router, hotspot, phone, etc.).
26+
For connection to a Tiffin motorhome, a 4-conductor CAN Bus cable will
27+
need to be connected to the PiCAN2 board, and a
28+
[3M Mini-Clamp Plug](https://www.digikey.com/product-detail/en/3m/37104-2165-000%20FL%20100/3M155844-ND/1238214)
29+
connector added to the other end of the cable. This connector can plug
30+
into the Tiffin network panel, usually in the bedroom, bathroom, or
31+
closet of the RV.
3232

3333
3rd Party Software
3434
------------------

INSTALL.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ CoachProxyOS Ansible Playbook
5050
-----------------------------
5151

5252
Run the `coachproxyos.yml` playbook to perform the majority of the
53-
installation and configuration:
53+
installation and configuration. The install will take 20-40 minutes
54+
and will download quite a bit of data over your Internet connection.
5455

5556
```
5657
$ ansible-playbook coachproxyos.yml
@@ -71,6 +72,6 @@ Linux server:
7172

7273
```
7374
sudo umount /dev/mmcblk0p1 /dev/mmcblk0p2
74-
sudo dd bs=4M if=/dev/mmcblk0 of=coachproxyos_4.x.img
75+
sudo dd bs=4M if=/dev/mmcblk0 of=coachproxyos_1.0.img
7576
```
7677

0 commit comments

Comments
 (0)