Search found 26 matches

by bobo1974
Wed Mar 01, 2023 2:55 pm
Forum: ESP32 Arduino
Topic: Deepsleep - wakeup reason is wrong
Replies: 0
Views: 716

Deepsleep - wakeup reason is wrong

I put my esp32 in deepsleep after configuring the following wakeup sources: esp_sleep_enable_ext0_wakeup(GPIO_NUM_36, 0); esp_sleep_enable_ext1_wakeup(GPIO_SEL_32, ESP_EXT1_WAKEUP_ANY_HIGH); esp_sleep_enable_timer_wakeup(CHARGING_WAKEUP_INTERVAL); When it wakes up I print the wakeup reason wakeup_re...
by bobo1974
Tue Nov 23, 2021 10:16 pm
Forum: Hardware
Topic: ESP32 5GHz
Replies: 49
Views: 139748

Re: ESP32 5GHz

@ESP_sprite: I'd actually like company official roadmap info. Nothing that would risk you a bag of brick.

Right now, espressif might be blinding competitors, but they are also misleading customers to think something is coming, while there is apparently nothing.
by bobo1974
Mon Nov 22, 2021 11:45 am
Forum: Hardware
Topic: ESP32 5GHz
Replies: 49
Views: 139748

Re: ESP32 5GHz

Still am.
And don't understand expressif stance on this.
"maybe, can't tell"
...
by bobo1974
Fri Sep 17, 2021 10:19 am
Forum: General Discussion
Topic: Problem using a ESP32 to measure WiFi internet speed
Replies: 2
Views: 7148

Re: Problem using a ESP32 to measure WiFi internet speed

@ssesp32: I have struggled with arduino download speed myself for a while. I was just giving it another round with the latest 2.0.0 board manager version. I get to 700kbps in average. There is a way to increase by recompiling arduinos library but it is significant work I can't do right now. I tried ...
by bobo1974
Thu Sep 16, 2021 9:14 am
Forum: ESP32 Arduino
Topic: File download with WifiClientSecure. I'm missing smtg...
Replies: 0
Views: 3159

File download with WifiClientSecure. I'm missing smtg...

I have build a sketch to download a file over https based on WifiClientSecure. The purpose is not to use that file but rather to check the speed of the network. Compiles fine, seems to work fine... Principle is that it will connect, check "client.available()", read from the buffer. 2 things I don't ...
by bobo1974
Tue Sep 14, 2021 4:27 pm
Forum: ESP-IDF
Topic: Pinging a subnet fails (ping_sock.h) : memory leak?
Replies: 1
Views: 3128

Re: Pinging a subnet fails (ping_sock.h) : memory leak?

I have solved this issue by using ping code from this link:
https://github.com/espressif/esp-idf/issues/5202

I think it had to do with the ip address manipulation, not the ping_sock code.
by bobo1974
Sun Sep 12, 2021 7:16 pm
Forum: ESP-IDF
Topic: Pinging a subnet fails (ping_sock.h) : memory leak?
Replies: 1
Views: 3128

Pinging a subnet fails (ping_sock.h) : memory leak?

I want to ping a portion of the subnet where the ESP32 is located. Note I am using the ping_sock.h IDF library directly, even if I am using the Arduino IDE (with board manager 2.0.0), hence posting here. I am using the official code from ICMP Echo documentation (https://docs.espressif.com/projects/e...
by bobo1974
Tue Jun 08, 2021 7:52 am
Forum: ESP32 Arduino
Topic: Reading WiFiClientSecure certs from NVS gives error.
Replies: 2
Views: 3292

Re: Reading WiFiClientSecure certs from NVS gives error.

Hi Amarotica,
I am trying to do the same thing as you did.
I discovered the NVS part of what you did.
Did you succeed? Would you be so kind as to share your code? Thanks
by bobo1974
Tue Nov 03, 2020 9:48 am
Forum: Hardware
Topic: ESP32 5GHz
Replies: 49
Views: 139748

Re: ESP32 5GHz

During my regular check for 5ghz update from IOT in general and espressif in particular, I found that realtek has now released a module with dual-band wifi + BLE (actually since early 2020) for few $. https://www.cnx-software.com/2020/01/17/realtek-rtl8720dn-dual-band-wifi-bluetooth-5-0-iot-module/ ...
by bobo1974
Thu Jun 11, 2020 6:57 am
Forum: Hardware
Topic: ESP32 5GHz
Replies: 49
Views: 139748

Re: ESP32 5GHz

Dear @ESP_Sprite
Here comes the mid year update request about 5GHz chip. It's been 2 years since the first enquiry about 5Ghz.
Can you provide more info about a 5G roadmap now?