Smart Home Automation Forum
Home Automation Power distribution Box - Lesson 3 - Printable Version

+- Smart Home Automation Forum (https://www.kincony.com/forum)
+-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=1)
+--- Forum: Home automation training courses (https://www.kincony.com/forum/forumdisplay.php?fid=18)
+--- Thread: Home Automation Power distribution Box - Lesson 3 (/showthread.php?tid=2473)

Pages: 1 2


RE: Home Automation Power distribution Box - Lesson 3 - admin - 04-11-2023

chose another board in your arduino IDE.


RE: Home Automation Power distribution Box - Lesson 3 - Mal - 04-11-2023

Not sure what you mean, do you want me to pick any Arduino board? I have about 40 listed?


RE: Home Automation Power distribution Box - Lesson 3 - admin - 04-11-2023

find out "NodeMcu32S" in your board list.


RE: Home Automation Power distribution Box - Lesson 3 - Mal - 04-16-2023

Hi I have now succesfully installed the NodeMcu32S but I still have problems the latest error message is below.

It appears to focus on std::round not being declared

Arduino: 1.8.19 (Windows 10), Board: "NodeMCU-32S, 80MHz, 921600"

In file included from C:\Users\malcolm\AppData\Local\Temp\Temp1_PCF8574_library.zip\PCF8574_library\examples\blinkOnPin0\blinkOnPin0.ino:8:0:

C:\Users\malcolm\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.6\cores\esp32/Arduino.h:184:12: error: 'std::round' has not been declared

using std::round;

^

exit status 1

Error compiling for board NodeMCU-32S.


This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.


RE: Home Automation Power distribution Box - Lesson 3 - Mal - 04-21-2023

(04-16-2023, 09:09 AM)Mal Wrote: Hi I have now succesfully installed the NodeMcu32S but I still have problems the latest error message is below.

It appears to focus on std::round not being declared

Arduino: 1.8.19 (Windows 10), Board: "NodeMCU-32S, 80MHz, 921600"

In file included from C:\Users\malcolm\AppData\Local\Temp\Temp1_PCF8574_library.zip\PCF8574_library\examples\blinkOnPin0\blinkOnPin0.ino:8:0:

C:\Users\malcolm\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.6\cores\esp32/Arduino.h:184:12: error: 'std::round' has not been declared

using std::round;

            ^

exit status 1

Error compiling for board NodeMCU-32S.


This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.



RE: Home Automation Power distribution Box - Lesson 3 - Mal - 04-26-2023

Please help with this problem

t appears to focus on std::round not being declared

Arduino: 1.8.19 (Windows 10), Board: "NodeMCU-32S, 80MHz, 921600"

In file included from C:\Users\malcolm\AppData\Local\Temp\Temp1_PCF8574_library.zip\PCF8574_library\examples\blinkOnPin0\blinkOnPin0.ino:8:0:

C:\Users\malcolm\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.6\cores\esp32/Arduino.h:184:12: error: 'std::round' has not been declared

using std::round;

            ^

exit status 1

Error compiling for board NodeMCU-32S.


This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.