Search found 4 matches

by theju
07 Dec 2016, 08:46
Forum: ESP Easy: Software
Topic: Stepper Motor
Replies: 36
Views: 49669

Re: Stepper Motor

Thank you for your response.

I need to add

Code: Select all

#define PLUGIN_BACKGROUND                  20
in ESPEasy.ino and now compilation is correct.

I will try ASAP tu use it.

Regards,
Theju
by theju
06 Dec 2016, 09:11
Forum: ESP Easy: Software
Topic: Stepper Motor
Replies: 36
Views: 49669

Re: Stepper Motor

Hi majklovec, Thank you for your answer Unfortunately, I'm not able to compile your plugin. Maybe a definition missing in the main file ? ESPEasy/_P106_Stepper.ino: In function 'boolean Plugin_106(byte, EventStruct*, String&)': _P106_Stepper:40: error: 'DEVICE_TYPE_TRIPLE' was not declared in th...
by theju
29 Nov 2016, 14:15
Forum: ESP Easy: Software
Topic: Stepper Motor
Replies: 36
Views: 49669

Stepper Motor

Is it possible to include control off a stepper motor ? In earlier version, I use this in P001_switch : if (command == F("stepper")) // Par1 = GPIO; Par2 = count ;Par3 = delay { success = true; if (event->Par1 >= 0 && event->Par1 <= 16) { int i = 0; for( i=1; i<event->Par2; i++){ p...
by theju
29 May 2016, 10:23
Forum: ESP Easy: Software
Topic: Adding MCP3221 to ESPEasy
Replies: 4
Views: 4755

Adding MCP3221 to ESPEasy

Hello, I'm just making a pool node via ESPEasy the controls and monitor my pool. No problems with relays to control the pump and 1-Wire temp sensors. Now I want to read pool's pH and chlorine. I've found this board https://github.com/SparkysWidgets/MinipHHW that can read values from RedOx or pH sens...