File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ mode power supply) will enable the RPi to be powered by the CAN Bus
2323network, eliminating the need for a separate power supply. Searching the
2424web 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
33333rd Party Software
3434------------------
Original file line number Diff line number Diff line change @@ -50,7 +50,8 @@ CoachProxyOS Ansible Playbook
5050-----------------------------
5151
5252Run 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```
7374sudo 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
You can’t perform that action at this time.
0 commit comments