Search found 4 matches

by mjozwiak
Sun Jan 19, 2020 1:55 pm
Forum: ESP32 Arduino
Topic: Switch USB UART0 to UART2
Replies: 0
Views: 1805

Switch USB UART0 to UART2

Hello, I have to make a comuunication beetwen one microcotroller ESP32 devkti V1 and the other with UART. I know that my board has connected USB driver (CP2102) to the UART0 (GPIO1 - TX, GPIO3 -RX), but i want to make communication like this: USB -> ESP32 then read data from USB and send it using UA...
by mjozwiak
Fri Mar 29, 2019 11:56 pm
Forum: ESP32 Arduino
Topic: ESP32 DevKit V1 + GRBL equals error :(
Replies: 3
Views: 5625

Re: ESP32 DevKit V1 + GRBL equals error :(

Thank you for the response.
I think that the problem was that i did some modifications in flash memory.
Uploading factory firmware and then grbl_esp32 solved the problem.
by mjozwiak
Fri Mar 29, 2019 10:14 am
Forum: ESP32 Arduino
Topic: ESP32 DevKit V1 + GRBL equals error :(
Replies: 3
Views: 5625

Re: ESP32 DevKit V1 + GRBL equals error :(

Thank you for the response. I'm trying contact to developer of this software.
by mjozwiak
Thu Mar 28, 2019 7:27 pm
Forum: ESP32 Arduino
Topic: ESP32 DevKit V1 + GRBL equals error :(
Replies: 3
Views: 5625

ESP32 DevKit V1 + GRBL equals error :(

Hi, i'm trying to run GRBL software on my ESP32, unfortunately i'm getting some issues. After uploading sketch, everything looks fine - Grbl starts i can see it and control from Serial Port Monitor in Arduino IDE. But after trying connect to wi-fi most of the tries ends with errors. I don't know exa...