Commit Graph

13 Commits (d02a4f060255675378eaad8bad5f7a68654c455c)

Author SHA1 Message Date
Mirivlad d02a4f0602 Update PetFilaMachine.ino
Include esp8266 Interrupt Timer
Move stepper.tick in interrupt timer handle
Change menu action. Now value realtime set
2022-04-16 12:31:34 +08:00
Mirivlad d5a0ae525c Fix stepper control issues 2022-04-07 16:49:37 +08:00
Mirivlad 5726f62920 Add stepper
Some issues:
Need fix stepperwork when edit any params.
Need fix not working Change speed and Change state for stepper.
2022-04-06 04:27:49 +08:00
Mirivlad 33f04b7ee6 Update PetFilaMachine.ino 2022-04-05 07:26:34 +08:00
Mirivlad 6b49600766 Update PetFilaMachine.ino 2022-04-03 22:55:09 +08:00
Mirivlad 1f2772ae02
Update PetFilaMachine.ino 2022-04-03 16:01:25 +08:00
Mirivlad 4d6a3b8787
Disable SoftWire Lib.
SoftWire library not working properly with Gyvers lib - EncButton.
2022-04-03 15:59:45 +08:00
Mirivlad e7ea5f8495 Change LiquidCrystal_I2C lib
Change LiquidCrystal_I2C library to HD44780 library
2022-03-31 01:03:36 +08:00
Mirivlad 08df10b3b0 Value change extension
Changed the logic for changing the temperature and motor speed parameters for faster parameter settings.
1 click - changes the value to 1.
2 clicks + hold - change value by 3.
4 clicks + hold - change the value by 5.
2022-03-20 03:00:49 +08:00
Mirivlad 54e00c0de7 Add manage stepper motor in menu
Add function manage stepper motr in menu:
enable/disable motor
change direction rotary
change speed logic - to percent value
2022-03-20 02:09:26 +08:00
Mirivlad b5937aa1db Add NTC thermostor
Add read NTC 100K Thermistor value
Change MCU to ArduinoNANO. Need more analog inputs. ESP8266 have only 1 analog input(
2022-03-18 04:20:14 +08:00
Mirivlad 18662adfec Change logic button work
Hold enter button - enter change mode
Repeat hold enter - exit change mode and save params
Click enter button in change mode - drop changes and next cursor.
2022-03-12 21:37:22 +08:00
Mirivlad 4cac14a7de Initial commit 2022-03-12 03:44:25 +08:00