Search found 7 matches

by embedded_guy
Sun Sep 26, 2021 7:51 pm
Forum: ESP-AT
Topic: 【ESP32-C3】 AT
Replies: 3
Views: 16943

Re: 【ESP32-C3】 AT

I don't have answers to your questions but wanted to check to see if you were able to find out anything else. I have noticed similar operation with the hostname command when using auto-connect. So, I have had to disable auto-connect and set the hostname prior to the connecting to the wireless networ...
by embedded_guy
Sun Sep 26, 2021 7:36 pm
Forum: General Discussion
Topic: ESP32 AT Commands Binary Data
Replies: 0
Views: 1459

ESP32 AT Commands Binary Data

Hi, I'm using the esp32-WROOM wifi module running AT binary version 2.2.0.0. I have a web server using the AT+CIPSERVER=1,80 command to allow clients to connect. I am able to receive data (+IPD) and process incoming web requests (GET and POST). I can send web pages as ASCII strings using the AT+CIPS...
by embedded_guy
Wed May 05, 2021 11:49 pm
Forum: General Discussion
Topic: Listening for UDP Packets on Port
Replies: 0
Views: 1524

Listening for UDP Packets on Port

Hi, I am running the AT binary on my esp32 board. Once I connect to a network I need to be able to receive UDP packets on a specific port (81). I also need to be able to send response packets as well. I have tried to start a server with the command AT+CIPSERVER=1,81 However, I am not able to see any...
by embedded_guy
Wed May 05, 2021 11:30 pm
Forum: General Discussion
Topic: Initial SSID+PWD Configuration
Replies: 0
Views: 1383

Initial SSID+PWD Configuration

Hi, I am using the prebuilt, released AT command binary on my esp32 board. I have seen videos posted about the esp32 going into AP mode to allow for connecting and then setting the initial SSID+PWD via a web site, however, I am not able to do this using the AT binary. I am wondering if this function...
by embedded_guy
Sat Feb 13, 2021 7:44 pm
Forum: General Discussion
Topic: Adding Wifi to Existing Product
Replies: 3
Views: 3342

Re: Adding Wifi to Existing Product

Hi, I am planning on using the ESP32 in AT command mode since we do not have enough hardware interface modules (SPI, etc.) to support any other modes such as ESP-hosted that was previously suggested. (I think I can try hosted on a future next-gen product). I have the ESP32-DevKitM-1 but I do not see...
by embedded_guy
Fri Feb 05, 2021 7:38 pm
Forum: General Discussion
Topic: Adding Wifi to Existing Product
Replies: 3
Views: 3342

Re: Adding Wifi to Existing Product

Thanks for the response. Looking at the ESP-Hosted mode it seems that needs SPI to interface to the ESP32(-MINI, in my case). Not sure I'll have that module resource available. Might only have a uart, which could force me into AT command mode. I'm not sure if (or how at this point) packets are recei...
by embedded_guy
Fri Feb 05, 2021 2:21 am
Forum: General Discussion
Topic: Adding Wifi to Existing Product
Replies: 3
Views: 3342

Adding Wifi to Existing Product

Hi, We are looking to add wifi capabilities with the ESP32 (ESP32-MINI-1) to our existing product which runs STM32 + FreeRTOS + lwip + webserver over ethernet. Currently the product is accessed over ethernet for udp control commands, web server, and code updates. We are hoping to use the ESP32 as a ...