Browse Source

Add fritzing schematics

master
The Dod 12 hours ago
parent
commit
77686167a3
3 changed files with 2 additions and 7 deletions
  1. BIN
      HuzzahAPDistance/HuzzahAPDistance.fzz
  2. BIN
      HuzzahAPDistance/HuzzahAPDistance_bb.png
  3. 2
    7
      README.md

BIN
HuzzahAPDistance/HuzzahAPDistance.fzz View File


BIN
HuzzahAPDistance/HuzzahAPDistance_bb.png View File


+ 2
- 7
README.md View File

10
 $ cp config.h.example config.h # and edit it with SSID and Password for the AP (pick something hard to guess)
10
 $ cp config.h.example config.h # and edit it with SSID and Password for the AP (pick something hard to guess)
11
 ```
11
 ```
12
 
12
 
13
-Upload to the Huzzah board, and connect it to [HC-SR04](https://www.sparkfun.com/ultrasonic-distance-sensor-hc-sr04.html) distance sensor:
13
+Upload to the Huzzah board, and connect it to [HC-SR04](https://www.sparkfun.com/ultrasonic-distance-sensor-hc-sr04.html) like this:
14
 
14
 
15
-* gnd to gnd
16
-* 3v3 to vcc
17
-* 12 to trig
18
-* 13 to echo
19
-
20
-_[to do: fritzing diagram]_
15
+![Scematic diagram](HuzzahAPDistance/HuzzahAPDistance_bb.png)
21
 
16
 
22
 
17
 
23
 #### Test distance sensor server
18
 #### Test distance sensor server

Loading…
Cancel
Save