Page 2 of 7

Re: ESP-WROOM-32 AT commands firmware

Posted: Wed Feb 08, 2017 11:12 pm
by WiFive
It might be configured to UART1 pins 16 & 17

https://github.com/espressif/esp32-at/b ... faults#L44

Re: ESP-WROOM-32 AT commands firmware

Posted: Thu Feb 09, 2017 6:24 pm
by rudi ;-)
hi
only a thinking, have not tested just in time ( later time )
can we use uart0 as AT command port, too ?
does it be enough to set it in the sdkconfig ?

best wishes
rudi ;-)

Re: ESP-WROOM-32 AT commands firmware

Posted: Thu Feb 09, 2017 7:48 pm
by rudi ;-)
https://github.com/espressif/esp32-at/b ... ask.c#L363

fast and dirty custom at :mrgreen:
3.png
3.png (44.43 KiB) Viewed 13834 times
best wishes
rudi ;-)

Re: ESP-WROOM-32 AT commands firmware

Posted: Thu Feb 09, 2017 8:05 pm
by wind_energy
rudi can you send me yours bin files? I still have now working at all ... I made connection to UART1 with no results ...

Re: ESP-WROOM-32 AT commands firmware

Posted: Thu Feb 09, 2017 8:50 pm
by rudi ;-)
hi
can you not compile too?
will prepair this next step.

checkt this steps:

- ? gnd connect between the esp32 modul and the "terminal usb adapter/uart1 brigde"
- ? Rx, Tx not swapped
- ? CR+LF at and of AT Command
- ? after boot, the log is on UART0, the ready for AT Command comes on UART1
..

fyi:
why you connect to the pins of modul and not to the pinheader 16,17, GND?
have a look:
IMG_5938_s1.jpg
IMG_5938_s1.jpg (328.07 KiB) Viewed 13833 times
tested with DevKitC and FTDI 232 ( bridge the uart1 out for AT Commands..)

best wishes
rudi ;-)

Re: ESP-WROOM-32 AT commands firmware

Posted: Thu Feb 09, 2017 9:09 pm
by wind_energy
rudi - many thanks !!!! all works fine !! :) :)
thank you :)

Re: ESP-WROOM-32 AT commands firmware

Posted: Thu Feb 09, 2017 9:15 pm
by rudi ;-)
edit:
fine!
so you do not need the bin files any more?
ok - have phun!!
:mrgreen:

best wishes
rudi ;-)

Re: ESP-WROOM-32 AT commands firmware

Posted: Thu Feb 09, 2017 9:31 pm
by wind_energy
at the moment don`t need it :) thanks any way :)

Re: ESP-WROOM-32 AT commands firmware

Posted: Thu Feb 09, 2017 9:33 pm
by rudi ;-)
at the moment don`t need it :) thanks any way :)
ok Pawel - have phun! ;-)

best wishes
rudi ;-)

Re: ESP-WROOM-32 AT commands firmware

Posted: Fri Feb 10, 2017 12:24 am
by rudi ;-)
hi
only a thinking, have not tested just in time ( later time )
can we use uart0 as AT command port, too ?
does it be enough to set it in the sdkconfig ?

best wishes
rudi ;-)

yes we can
( fine with make flash monitor too )
7.png
7.png (69.42 KiB) Viewed 13813 times
you do not need any more USB Adapter or others.
simple flash over the usb cable ( uart0 )
simple monitor over the usb cable ( uart0 )

5.png
5.png (41.13 KiB) Viewed 13820 times
best wishes
rudi ;-)

"only one thing": uart_wait_tx_done(703): uart driver error