This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
PyCoffee_ESP8266
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
1
Releases
0
Wiki
Activity
Browse Source
added changelog nov 24
master
Barb
1 month ago
parent
d725c632d9
commit
60efd1d7a4
3 changed files
with
13 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-3
PyCoffeeESP8266/PyCoffeeESP8266.ino
+2
-0
PyCoffeeNano/PyCoffeeNano.ino
+6
-0
changelog_nov24.txt
+ 5
- 3
PyCoffeeESP8266/PyCoffeeESP8266.ino
View File
@ -1,3 +1,5 @@
// LAST UPDATE: NOVEMBER 2024
#
include
<Arduino.h>
#
include
<ESP8266WiFi.h>
#
include
<ESPAsyncTCP.h>
@ -11,9 +13,9 @@ AsyncWebServer server(80);
// coffee times (in seconds) and temperature (in C) settings:
// Warning! these are currently hard-coded in the arduino nano
//int rist = 1
5
;
//int espr =
20
;
//int lung = 2
5
;
//int rist = 1
0
;
//int espr =
15
;
//int lung = 2
0
;
//int amer = 60;
//int desiredTemp = 70;
+ 2
- 0
PyCoffeeNano/PyCoffeeNano.ino
View File
@ -1,3 +1,5 @@
// LAST UPDATE: NOVEMBER 2024
// Pinout configuration
const
int
grinderPin
=
9
,
pumpPin
=
8
,
boilerPin
=
6
,
powderPin
=
7
,
wheelPin
=
10
,
invertWheelPin
=
11
,
powderSensorPin
=
2
,
vaporSensorPin
=
5
,
tempSensorPin
=
A7
,
wheelStartSensorPin
=
4
,
wheelEndSensorPin
=
3
,
redLED
=
13
,
greenLED
=
12
;
+ 6
- 0
changelog_nov24.txt
View File
@ -0,0 +1,6 @@
- 3s unpr for pressure release
- 20s to 200ms for vapor
- 15s to 20s for pres/unpr max time
- changed pump ratios for rist/espr/long
- error should now blink indefinitely until rebooted or serial com received
- added force press/unpress
Write
Preview
Loading…
Cancel
Save