Search found 10 matches

by feredy2011
Thu Aug 24, 2017 5:22 pm
Forum: ESP32 Arduino
Topic: can i use esp32 in industrial environments?
Replies: 5
Views: 17577

Re: can i use esp32 in industrial environments?

Hello, could you maybe precise the question a bit? We are using the ESP32 in an industrial environment successfully. But we took some measures (e.g. galvanic isolation, power filtering etc.) to prevent the ESP32 from being disturbed. It all really depends on the application and whether you can keep...
by feredy2011
Thu Aug 24, 2017 7:11 am
Forum: ESP32 Arduino
Topic: can i use esp32 in industrial environments?
Replies: 5
Views: 17577

Re: can i use esp32 in industrial environments?

there is nobody for help ! :(:
by feredy2011
Tue Aug 22, 2017 8:51 am
Forum: ESP32 Arduino
Topic: can i use esp32 in industrial environments?
Replies: 5
Views: 17577

can i use esp32 in industrial environments?

hi guys.
i want use esp32 (program with arduino) for control several relay board (ac loads and induction loads) . but some body told me esp32 is very High noise level and i can not use this for AC loads...
is this true ? how i can use this for industrial environments?
by feredy2011
Tue Aug 22, 2017 8:25 am
Forum: ESP32 Arduino
Topic: Interrupts being triggered by AC Load when pull resistor is connected
Replies: 12
Views: 21392

Re: Interrupts being triggered by AC Load when pull resistor is connected

I want use esp32 for 12 channel relay with key.and connect AC load to all channel ! so with this issue , this board is not for industrial use?
by feredy2011
Fri Aug 18, 2017 5:10 pm
Forum: ESP32 Arduino
Topic: esp32 in serial monitor is in network but this is not in network in reality !
Replies: 2
Views: 5891

Re: esp32 in serial monitor is in network but this is not in network in reality !

hi @ESP_Sprite sorry yes this is related to arduino , i found problem . this is related to static ip . i search about static ip but i can not found a solution or code or library in forum. you lock other my post about static ip , please close this topic but open topic about help to static ip or help ...
by feredy2011
Thu Aug 17, 2017 6:01 am
Forum: ESP32 Arduino
Topic: help for rebuilding sketch (esp8266) for esp32 ?
Replies: 3
Views: 7301

Re: help for rebuilding sketch (esp8266) for esp32 ?

thank you for answer. i change my code and compile is done, but after upload dont work well. some relay will on in startup(i set all relay to 0)but some relay turn on auto. also after connect to wifi,some key dont work,some code send with a delay.... this is my code for 10 channel relay, do you thin...
by feredy2011
Wed Aug 16, 2017 5:10 pm
Forum: ESP32 Arduino
Topic: how can i set static ip in esp32 ?
Replies: 2
Views: 7256

how can i set static ip in esp32 ?

hi . i want use static ip for esp32. how i can set this ?in esp8266 i use this library and code but in esp32 dont work. IPAddress ip(192, 168, 1, 241); //***************************** IPAddress gateway(192, 168, 1, 1); //************************** IPAddress subnet(255, 255, 255, 0); //**************...
by feredy2011
Wed Aug 16, 2017 3:25 pm
Forum: ESP32 Arduino
Topic: esp32 in serial monitor is in network but this is not in network in reality !
Replies: 2
Views: 5891

esp32 in serial monitor is in network but this is not in network in reality !

hi friends. i have a problem ! this is my code, after upload in serial monitor i see esp is connect but this is not in network in reality ! this code is ok for esp8266 but can not work with esp32 ! in below is my code and my output: #include <WiFi.h> #include <ESPmDNS.h> #include <Bounce2.h> IPAddre...
by feredy2011
Wed Aug 16, 2017 3:14 pm
Forum: ESP32 Arduino
Topic: help for rebuilding sketch (esp8266) for esp32 ?
Replies: 3
Views: 7301

Re: help for rebuilding sketch (esp8266) for esp32 ?

I suggest looking at the examples to see what has changed. One big change is the include file names have changed. Try changing ESP8266WiFi.h to WiFi.h and ESP8266mDNS.h to ESPmDNS.h. thank you friend.for answer. where is examples? i change this and code was compile seccess and in serial monitor i s...
by feredy2011
Mon Aug 14, 2017 8:55 pm
Forum: ESP32 Arduino
Topic: help for rebuilding sketch (esp8266) for esp32 ?
Replies: 3
Views: 7301

help for rebuilding sketch (esp8266) for esp32 ?

hi friends. thank you for esp32 . this is a interesting module. i am beginner in esp32 so please help me to rebuilding my sketch with esp32. thank you this is my sketch that i use for esp8266, can you change this for esp32 ? #include <ESP8266WiFi.h> #include <ESP8266mDNS.h> #include <WiFiUdp.h> #inc...