forked from CapnBry/HeaterMeter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
executable file
·25 lines (23 loc) · 864 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
This is the source code respository for the HeaterMeter and LinkMeter BBQ grill controllers. Documentation can be found in the wiki:
https://github.com/CapnBry/HeaterMeter/wiki
+-----+ +-----+ +------+
|Probe| |Probe| |Blower|
+-----+ +-----+ +------+
| | | 2.5mm jacks
A +-------------+ |
V | HeaterMeter |-----/ (arduino/heatermeter)
R +-------------+
========|=============== Serial UART
+-----------------+
O | +-----------+ |
p | L | linkmeter | | (openwrt/package/linkmeter)
e | u +-----------+ |
n | C | | /var/run/linkmeter.sock
W | I +-------+ |
r | d | httpd | |
t | +-------+ |
+-----------------+
Source Layout
openwrt/* - Files you'd push to your router for LinkMeter
arduinio/* - AVR source code for upload to your Arduino board
tools/* - Miscellaneous scripts and .NET apps