Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

update to image paths #137

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions smart-stove-top/javascript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,26 @@ For all the samples in this repository, see the ![General Setup Instructions](./

You need to have a Grove\* Shield connected to an Arduino\* compatible breakout board to plug all the Grove devices into the Grove\* Shield. Make sure you have the tiny VCC switch on the Grove Shield set to 5V.

### Grove\*

![](./../../smart-stove-top/images/smart-stove-grove.JPG)

Sensor | Pin
--- | ---
Grove\* IR Temperature Sensor | A0
Grove\* Flame Sensor | D4
Grove\* Speaker | D5

### DFRobot\*

![](./../../smart-stove-top/images/smart-stove-dfrobot.JPG)

Sensor | Pin
--- | ---
Analog Temperature Sensor | A3
Buzzer | A1
Flame Sensor | A2

More details on the hardware requirements can be found in the ![project README](./../README.md)

## Software requirements
Expand Down