Search found 9 matches
- Thu Oct 24, 2024 7:14 am
- Forum: ESP-IDF
- Topic: Questions about wifi tx power
- Replies: 1
- Views: 1920
Re: Questions about wifi tx power
Bumping this in case anyone has answers
- Tue Apr 16, 2024 11:10 pm
- Forum: Report Bugs
- Topic: SSL cert invalid
- Replies: 2
- Views: 5053
Re: SSL cert invalid
Just realised the main site is the esp32.com domain now, and forum.esp32.com should probably just redirect to esp32.com, but maybe things would break. :shrug:
- Tue Apr 16, 2024 11:02 pm
- Forum: Report Bugs
- Topic: SSL cert invalid
- Replies: 2
- Views: 5053
SSL cert invalid
The site is getting an SSL invalid message. Wonder if it's related to https://blog.cloudflare.com/shortening-lets-encrypt-change-of-trust-no-impact-to-cloudflare-customers I should probably check my server too :roll: I'm going to report this post to flag some attention Screenshot 2024-04-16 235829.p...
- Mon Apr 15, 2024 1:19 pm
- Forum: ESP32 Arduino
- Topic: 3.0.0-rc1 WiFi not found
- Replies: 2
- Views: 1117
Re: 3.0.0-rc1 WiFi not found
Also we do not initialise the wifi interface before requesting it's MAC address so now we have to either access the NetworkManager or begin one of the interfaces first.
See https://github.com/espressif/arduino-esp32/issues/9509
Code: Select all
wifi.macAddress()
Code: Select all
Network.macAddress()
See https://github.com/espressif/arduino-esp32/issues/9509
- Fri Apr 12, 2024 1:05 pm
- Forum: ESP32 Arduino
- Topic: 3.0.0-rc1 WiFi not found
- Replies: 2
- Views: 1117
Re: 3.0.0-rc1 WiFi not found
It's expected: Me No Dev: "There will be docs. Reason is that WiFiClientSecure can now work on chips without WiFi, so it is not included by default. The whole network interface layer has changed to support H2 (and P4) and to also equalize all network interfaces (with PPP also on the way)" https://gi...
- Fri Apr 12, 2024 12:24 pm
- Forum: ESP32 Arduino
- Topic: 3.0.0-rc1 WiFi not found
- Replies: 2
- Views: 1117
3.0.0-rc1 WiFi not found
Hey, we used to get WiFi included by including #include <WiFiClientSecure.h> but since RC1 (we were using alpha3) there are CI errors. Adding #include "WiFi.h" resolves it, but is this necessary, or a regression? https://github.com/adafruit/Adafruit_Wippersnapper_Arduino/actions/runs/8646785163/job/...
- Wed Mar 10, 2021 5:09 pm
- Forum: ESP RainMaker
- Topic: CEC1702
- Replies: 2
- Views: 5977
Re: CEC1702
Thanks Piyush! That claiming link in the docs was particularly helpful
- Sun Dec 13, 2020 10:53 pm
- Forum: ESP-IDF
- Topic: Undefined reference to f_gets/f_puts error
- Replies: 3
- Views: 5845
Re: Undefined reference to f_gets/f_puts error
Thanks from a troubled Keil + nordic semiconductor nrf52840-dk / nrf5 sdk user, and esp32 customer
- Sat Nov 07, 2020 10:32 pm
- Forum: ESP RainMaker
- Topic: CEC1702
- Replies: 2
- Views: 5977
CEC1702
Hi, I need to setup the Microchip CEC1702 (DM990013 development board) with the cloud, and it has no connectivity so I was planning to use the esp32 in slave mode, then I thought maybe the ESP32 has something (like Rainmaker) that does everything I need, so here I am. My Question is whether I can us...