Search found 9 matches
- Tue Dec 13, 2022 5:32 pm
- Forum: General Discussion
- Topic: WebSocket client failing to connect to websocket server
- Replies: 1
- Views: 1609
WebSocket client failing to connect to websocket server
Hi, I have websocket client connecting to my websocket server in the cloud to send some data but I cannot get it to connect. I have tried with a Python script and some Chrome websocket plugins and they all work, I can connect, send and receive data. When I try to connect I receive the following two ...
- Tue Dec 13, 2022 5:26 pm
- Forum: General Discussion
- Topic: Custom ESP32 Board Review Request
- Replies: 2
- Views: 1541
Re: Custom ESP32 Board Review Request
Hi! The schematics in general look ok but there is no antenna, so if you are intending to use this with Wi-Fi or BT/BLE then you are not getting far. I would suggest you using a ESP32-WROOM module or similar. These modules deal already with memories, antennas and all essentials you need to run the S...
- Tue Nov 03, 2020 7:01 pm
- Forum: General Discussion
- Topic: DNS lookup fails when assigning a static IP to AP
- Replies: 1
- Views: 3489
DNS lookup fails when assigning a static IP to AP
Hi, I'm not able to get my esp to connect to a desired server, it always returns error "HTTP_CLIENT: Connection failed, sock < 0". By doing some research on the esp forums etc I found that people were having problems to make their DNS to work when running the ESP32 on either STA or AP mode. Now I'm ...
- Mon Feb 03, 2020 7:08 pm
- Forum: ESP-IDF
- Topic: Modbus TCP Implementation
- Replies: 36
- Views: 35993
Modbus TCP Implementation
Hi, I'm trying to implement Modbus over TCP since I saw on the documentation that the TCP mode was already implemented as well as RTU and ASCII. When I tried to configure it I couldn't find any documentation and I read on one of the topics in this forum that back in July you guys were discussing abo...
- Thu Jun 20, 2019 10:29 am
- Forum: General Discussion
- Topic: Assembler message: file not found
- Replies: 2
- Views: 3907
Re: Assembler message: file not found
Hi WiFive,
I had no idea espressif had already implemented it. This solves my problem right away!
Thank you very much for your help!
Cheers
I had no idea espressif had already implemented it. This solves my problem right away!
Thank you very much for your help!
Cheers
- Wed Jun 19, 2019 3:56 pm
- Forum: General Discussion
- Topic: Assembler message: file not found
- Replies: 2
- Views: 3907
Assembler message: file not found
Hi everyone, I am implementing a display interface and I need to include my images in the flash. For this task I am using the C library incbin.h which somehow adds the desired files (not a huge expert in assembler). The thing is that when I call INCBIN(arrow_48_left, "arrow_48_left.bin") and I build...
- Mon Dec 10, 2018 10:21 pm
- Forum: General Discussion
- Topic: ESP32 Flashing
- Replies: 4
- Views: 5625
Re: ESP32 Flashing
Hi again, Found the problem. It was my ftdi USB/UART bridge which wasn't very good soldered. I checked the "Establish Serial Connection" page and connect the ESP32 to my computer. I get data but with weird characters. I could distinguished a "June" word but nothing else. Here comes a screenshot. I c...
- Sun Nov 25, 2018 3:13 pm
- Forum: General Discussion
- Topic: ESP32 Flashing
- Replies: 4
- Views: 5625
Re: ESP32 Flashing
Hi,
@ESP_Sprite
Thank you for the information. Glad to hear that it already has a bootloader.
@krzychb
I didn't check the "verify serial connection" site, I will do check it out. Also I will try to enter the bootloader manually without the "transistor's circuit". Thank you for your reply
@ESP_Sprite
Thank you for the information. Glad to hear that it already has a bootloader.
@krzychb
I didn't check the "verify serial connection" site, I will do check it out. Also I will try to enter the bootloader manually without the "transistor's circuit". Thank you for your reply
- Thu Nov 22, 2018 5:59 pm
- Forum: General Discussion
- Topic: ESP32 Flashing
- Replies: 4
- Views: 5625
ESP32 Flashing
Hi, I am new to this forum so sorry if this topic already exists. I am developing a PCB with some sensors and I bought a ESP-WROOM-32 to use to send data to my server. The ESP32 is soldered onto the PCB and all connections are correct but I am not able to flash it. I am using the transistor circuit ...