Search found 15 matches
- Wed Dec 14, 2022 9:46 am
- Forum: ESP-AT
- Topic: compiling esp-at under esp-ide (Eclipse)
- Replies: 1
- Views: 3041
compiling esp-at under esp-ide (Eclipse)
Hi all, is there a way to deal with esp-at under esp-ide (aka Eclipse) ? I know that esp-at comes with it's "embedded" esp-idf but so far I found no way to change the IDE ESP_IDF path and to compile the at library... I can do it from the PowerShell but not from within the IDE. thanks a lot Giampaolo
- Fri Feb 04, 2022 8:08 am
- Forum: General Discussion
- Topic: SoftAP - set domain name
- Replies: 1
- Views: 2927
Re: SoftAP - set domain name
Hi,
not exactly what you are asking for, but maybe you could check mDNS... this way you should be able to reach the ESP board using something like http://MYESP.local
Best Regards,
Giampaolo
not exactly what you are asking for, but maybe you could check mDNS... this way you should be able to reach the ESP board using something like http://MYESP.local
Best Regards,
Giampaolo
- Thu Feb 03, 2022 8:48 am
- Forum: General Discussion
- Topic: ESP SoftAP Provisioning still broken ?
- Replies: 0
- Views: 3351
ESP SoftAP Provisioning still broken ?
Hi, I'm trying to provisioning an ESP32 device using the wifi_prov_mgr example in SoftAP mode , but it fails on iOS 15.2.1 exactly as reported by another user here https://github.com/espressif/esp-idf-provisioning-ios/issues/41 I'm using the lastest version of ESP Provisioning for iOS which seems to...
- Wed Oct 13, 2021 10:30 am
- Forum: ESP-IDF
- Topic: ESP Prog doesn't work
- Replies: 3
- Views: 4447
Re: ESP Prog doesn't work
Hi... I've done basically the same and it works here... but without ESP-EN... and pay attention to the GND TDO <-> GPIO-15/mtDO <-> pin label #15 TDI <-> GPIO-12/mtDI <-> pin label #12 TCK <-> GPIO-13/mtCK <-> pin label #13 TMS <-> GPIO-14/mtMS <-> pin label #14 GND <-> GND <-> any of the pin labele...
- Wed Oct 13, 2021 8:16 am
- Forum: ESP-IDF
- Topic: esp-idf-tools-setup-online-2.11 certificate error
- Replies: 3
- Views: 4488
esp-idf-tools-setup-online-2.11 certificate error
Hi all. anyone else is getting an SSL CERTIFICATE error while trying to install latest esp-idf with the on-line installer ? Giampaolo Extracting E:\esp-idf-tools-4_3_1z\.espressif\dist\openocd-esp32-win32-0.10.0-esp32-20210401.zip to E:\esp-idf-tools-4_3_1z\.espressif\tools\openocd-esp32\v0.10.0-esp...
- Thu Jul 30, 2020 9:58 am
- Forum: General Discussion
- Topic: esp-at and smartconfig (ESPTOUCH)
- Replies: 5
- Views: 6654
Re: esp-at and smartconfig (ESPTOUCH)
problem solved... ESPTOUCH works as expected...
the problems were on my IOS network settings.
the problems were on my IOS network settings.
- Wed Jul 29, 2020 12:40 pm
- Forum: General Discussion
- Topic: esp-at and smartconfig (ESPTOUCH)
- Replies: 5
- Views: 6654
Re: esp-at and smartconfig (ESPTOUCH)
Hi all,
could it be that ESPTOUCH works only in IEEE 802.11 aka "legacy" mode ?
https://github.com/espressif/esp-idf/issues/5243
am I the only one having this problem ?
tnx,
Giampaolo
could it be that ESPTOUCH works only in IEEE 802.11 aka "legacy" mode ?
https://github.com/espressif/esp-idf/issues/5243
am I the only one having this problem ?
tnx,
Giampaolo
- Tue Jul 28, 2020 2:12 pm
- Forum: General Discussion
- Topic: esp-at and smartconfig (ESPTOUCH)
- Replies: 5
- Views: 6654
esp-at and smartconfig (ESPTOUCH)
Hi all, I'm trying test the smartconfig feature on my WROOM module via esp-at version:2.1.0.0 SDK version:v4.0-327: AT+CWMODE=1 AT+CWSTARTSMART however ESPTOUCH on my IPhone7 IOS 13.5.1 (both v1 "app v2.0.0 sdk v0.3.7.0" and v2 "app v2.0.0 sdk v0.9.4") does not seems to work and keep showing an empt...
- Fri Jun 19, 2020 8:10 am
- Forum: General Discussion
- Topic: AT+CIPUPDATE example
- Replies: 0
- Views: 2528
AT+CIPUPDATE example
Hi all, we are planning to provide wifi/ble connectivity to our 8bit MCU through an ESP32 with the esp-at firmware and we are looking for a way to update both the 8bit firmware and the (customized) esp-at firmware itself. Thinking about the second step, it seems that this should be possible using AT...
- Thu Jun 04, 2020 12:21 pm
- Forum: General Discussion
- Topic: ESP32 AT Commands
- Replies: 7
- Views: 15482
Re: ESP32 AT Commands
Hi... Quoting ESP_Sprite: How did you conclude the ESP32 AT cannot do binary? As far as I can see, all commands having to do with data have a length field. If you put the amount of binary data bytes there, you can then dump any data into the serial line you may want to send. as far I can see, I can ...