diff --git a/Docs/fritzing/nucucar.sensors.fzz b/Docs/fritzing/nucucar.sensors.fzz new file mode 100644 index 0000000..49f72ab Binary files /dev/null and b/Docs/fritzing/nucucar.sensors.fzz differ diff --git a/Docs/images/nucucar.sensors_bb.jpg b/Docs/images/nucucar.sensors_bb.jpg new file mode 100644 index 0000000..a01e3b8 Binary files /dev/null and b/Docs/images/nucucar.sensors_bb.jpg differ diff --git a/NucuCar.Sensors/Readme.md b/NucuCar.Sensors/Readme.md index 9ee8a50..238489a 100644 --- a/NucuCar.Sensors/Readme.md +++ b/NucuCar.Sensors/Readme.md @@ -8,19 +8,19 @@ provide access to it via gRPC and publish telemetry to the cloud. 3. Modify `appsettings.json` to fit your needs. 4. Install the hardware. +### Wiring + +You may download the Fritzing diagram from `Docs/fritzing/nucucar.sensors.fzz` +in order to play with it. + +![alt text](../Docs/images/nucucar.sensors_bb.jpg) + + #### BME680 Connect the BME680 sensor to the I2C bus 1 (I2C.1) of the Raspberry Pi. The address ` 0x76` will be used to communicate with the sensor. - I2C Data: https://pinout.xyz/pinout/pin3_gpio2 - - I2C Clock: https://pinout.xyz/pinout/pin5_gpio3 - - 3.3V Power: https://pinout.xyz/pinout/pin1_3v3_power - - Ground: https://pinout.xyz/pinout/ground - 5\. Run the application.