Search found 300 matches

by mbratch
Thu Jul 08, 2021 7:09 pm
Forum: ESP-IDF
Topic: Can't connect to softAP. Client does not receive IP Address
Replies: 7
Views: 5580

Re: Can't connect to ESP's AP

I am not trying to connect the ESP to an AP. The ESP is in softAP mode and I am trying to connect to it using a phone and/or a PC. These are the softAP credentials: uint8_t DEFAULT_SSID[32] = "DroneBridge ESP32"; uint8_t DEFAULT_PWD[64] = "dronebridge"; Right, sorry about that. I saw in your earlie...
by mbratch
Tue Jul 06, 2021 4:34 pm
Forum: ESP-IDF
Topic: How to fill a a flash partition with files/data
Replies: 5
Views: 6041

Re: How to fill a a flash partition with files/data

I cannot find any such example. there is an example something with "wearble", but it shows how to access the fatfs from esp32. I would like to fill the filessytem or the partition from the host, which will be then flashed. Can you be more precise, which example you mean? Have a look at the protocol...
by mbratch
Tue Jul 06, 2021 4:22 pm
Forum: General Discussion
Topic: UDP multicast connection with ESP modules.
Replies: 2
Views: 3631

Re: UDP multicast connection with ESP modules.

Can you clarify what you mean by "anyone"? Do you mean "anyone on my subnet"? Or do you mean something else?

You might find this article of interest: Use UDP Services.
by mbratch
Tue Jul 06, 2021 4:06 pm
Forum: ESP-IDF
Topic: Can't connect to softAP. Client does not receive IP Address
Replies: 7
Views: 5580

Re: Can't connect to ESP's AP

I just compiled the project for my board using the ESP-IDF extension on VSCode, but I still have the same problem. I cannot connect to the AP. I can't connect with the PC nor the mobile phone. Sorry for asking a dumb question, but since you haven't mentioned any details... the posted code they have...
by mbratch
Sat Jul 03, 2021 7:06 pm
Forum: ESP-IDF
Topic: I2C wire library porting on ESP-IDF
Replies: 7
Views: 9002

Re: I2C wire library porting on ESP-IDF

... The following sentences do not match exactly. Specially @mbratch told that you can use the wire based library with ESP-IDF by porting it. If you are using ESP-IDF there is an option for linking in Arduino libraries. ... As you can see from what I had said, I did not mention porting at all.
by mbratch
Fri Jul 02, 2021 2:27 pm
Forum: Sample Code
Topic: esp32 webserver
Replies: 2
Views: 13672

Re: esp32 webserver

The error message tells you which file and I hich line in the file. Please provide this information.
by mbratch
Fri Jul 02, 2021 1:53 pm
Forum: IDEs for ESP-IDF
Topic: which IDE tool I should use to edit the source code?
Replies: 3
Views: 5030

Re: which IDE tool I should use to edit the source code?

Eclipse and VSCode are both very popular in general. I have both environments set up and both work. I prefer VSCode because I find it more readable and the GUI is better organized imho. Pick one and by all means read and follow the installation instructions carefully and precisely. There are lots of...
by mbratch
Fri Jul 02, 2021 1:47 pm
Forum: IDEs for ESP-IDF
Topic: the biggest issue with the esp32 is the ide and build system..
Replies: 20
Views: 35550

Re: the biggest issue with the esp32 is the ide and build system..

I'm using the Eclipse plugin with ESP-IDF 4.3 and it appears to work fine. I installed it for the first time a couple if weeks ago, so everything is the latest.
by mbratch
Fri Jul 02, 2021 1:40 pm
Forum: ESP-IDF
Topic: I2C wire library porting on ESP-IDF
Replies: 7
Views: 9002

Re: I2C wire library porting on ESP-IDF

As was asked already, are you using the Arduino framework for ESP32? Then Wire is available. If you are using ESP-IDF there is an option for linking in Arduino libraries.
by mbratch
Fri Jul 02, 2021 1:35 pm
Forum: ESP-IDF
Topic: wifi connect and disconnect to my will
Replies: 5
Views: 5003

Re: wifi connect and disconnect to my will

What does your monitor show in that case, leading up to the reboot? It should log the wifi events. You may have some other error in the code causing a reboot. There's often a log message indicating why the reboot is occurring.