Thank you for your answer, at the end I have tried several and I will use this https://github.com/tonyp7/esp32-wifi-ma ... fi_manager
Greetings,
Search found 39 matches
- Fri Feb 08, 2019 10:58 am
- Forum: General Discussion
- Topic: Best way to configure wifi and other values
- Replies: 2
- Views: 2863
- Tue Jan 29, 2019 11:44 am
- Forum: General Discussion
- Topic: Best way to configure wifi and other values
- Replies: 2
- Views: 2863
Best way to configure wifi and other values
Hello, everybody, I'm studying the issue of provisioning, so that any non-advanced user can configure my ESP32 in the easiest way possible and thus be able to use it. To configure it in addition to the Wifi credentials, I also need to set another set of values. I have seen in the latest version of e...
- Thu Jan 24, 2019 6:54 pm
- Forum: ESP-IDF
- Topic: Configuring Build ESP-IDF Provisioning - Android app for to test softap_prov
- Replies: 0
- Views: 1117
Configuring Build ESP-IDF Provisioning - Android app for to test softap_prov
Hi everybody, I want to try the example of provisioning softap_prov with the android app esp-idf-provisioning-android . I have installed the app on my mobile but it is configured as bleSec0, bluetooth as transport and without security. Android studio does not allow me to modify the BuiltConfig.java ...
- Tue Nov 06, 2018 1:44 pm
- Forum: General Discussion
- Topic: Ping
- Replies: 2
- Views: 1617
Re: Ping
Hi, if you search "Ping from ESP32" in this forum, you will find several post with example code.
Regards
Regards
- Mon Oct 29, 2018 12:09 pm
- Forum: General Discussion
- Topic: Powering ESP32 project
- Replies: 6
- Views: 2980
Re: Powering ESP32 project
Hi, I think the best thing for your project is to use an ATX power supply (in any old computer you'll find one you can use). These sources have several outputs 12v, 5v and 3.3v, so you can feed all your devices without problems and without spending any money. Plus you'll have plenty of power. Regards,
- Sat Sep 08, 2018 11:53 am
- Forum: Hardware
- Topic: md5 Error while flashing ESP32-WROVER
- Replies: 7
- Views: 4251
Re: md5 Error while flashing ESP32-WROVER
(0x8000) Offset of partition table I had the same problem and it was that this configuration was like 0x001.
Regards
Regards
- Mon Jul 09, 2018 10:43 am
- Forum: General Discussion
- Topic: MQTT support in latest ESP32 SDK
- Replies: 3
- Views: 2454
- Wed Jun 27, 2018 11:51 am
- Forum: General Discussion
- Topic: ADC Behavior Issue
- Replies: 7
- Views: 3772
Re: ADC Behavior Issue
Hi,
I use PIR sensors in several of my projects, but never as you say (with ADC) simply tie them to an interruption and increase a counter.
Greetings,
I use PIR sensors in several of my projects, but never as you say (with ADC) simply tie them to an interruption and increase a counter.
Greetings,
- Mon Apr 16, 2018 12:09 pm
- Forum: General Discussion
- Topic: i want to map analog pins on 5volt between 0 to 1023 (10 bit resolution)
- Replies: 35
- Views: 21355
Re: i want to map analog pins on 5volt between 0 to 1023 (10 bit resolution)
Hi, I think the simplest way to do it is with a function that makes the rule of three....
For 5v then 1024
Xv then?????
(Xv*1024)/5
Greetings
For 5v then 1024
Xv then?????
(Xv*1024)/5
Greetings
- Wed Apr 04, 2018 10:31 am
- Forum: General Discussion
- Topic: What is the best environment to work with ESP32 projects
- Replies: 5
- Views: 14363
Re: What is the best environment to work with ESP32 projects
Hi, Ubuntu 16.04 LTS + Eclipse, for me.
Greetings
Greetings