Hello ESP_Lvxinyue,
thanks for your answer.
Even though I think that this won't help us, are those publicly available and I could have a look at those myself?
Have a nice day
Search found 9 matches
- Tue Jan 17, 2023 1:30 pm
- Forum: Hardware
- Topic: Maximal physical characteristics (Vibration)
- Replies: 4
- Views: 2901
- Mon Jan 16, 2023 2:51 pm
- Forum: Hardware
- Topic: Maximal physical characteristics (Vibration)
- Replies: 4
- Views: 2901
Re: Maximal physical characteristics (Vibration)
To specify my question: Our custom PCB is build in a control cabinet, which was tested in a vibration test, where the whole unit was shaken in different frequencys. A Sensor, that was placed directly on the ESP measured 11.8g max. The norm we were aiming for states that the maximum is 10g, but has a...
- Mon Jan 16, 2023 10:25 am
- Forum: Hardware
- Topic: Maximal physical characteristics (Vibration)
- Replies: 4
- Views: 2901
Maximal physical characteristics (Vibration)
Hello everyone, are there any information about the maximal physical characteristics of a ESP32-Module (we are usin ESP32-Wrover-IE), like vibration, etc.? The only one I have found is the operating temperature. I would especially like to know a maximal value for the physical acceleration after whic...
- Thu Jul 28, 2022 5:40 am
- Forum: ESP-IDF
- Topic: Limit Webserver-access in APSTA-Mode
- Replies: 2
- Views: 1625
Re: Limit Webserver-access in APSTA-Mode
Thanks for the tip. Did that and it's working, while it's not the elegant solution I would've loved.
- Mon Jul 25, 2022 2:00 pm
- Forum: ESP-IDF
- Topic: Limit Webserver-access in APSTA-Mode
- Replies: 2
- Views: 1625
Limit Webserver-access in APSTA-Mode
Hello everyone, I am using an esp32 with esp-idf that runs an webserver for configuration and sends data via mqtt. So the ESP is running in APSTA-mode. This way the webserver can be reached by devices connected to the AP as well as those, who are part of the same network as the esp in station mode. ...
- Thu Jun 09, 2022 1:41 pm
- Forum: ESP-IDF
- Topic: ESP32: Security of wifi APSTA mode
- Replies: 1
- Views: 1471
ESP32: Security of wifi APSTA mode
Hello everybody,
I've got a security concern about the ESP32 in Wifi APSTA mode using the ESP-IDF. Is it possible to reach other devices of the Station-WiFi through the AP of the ESP?
I would've assumed that it is not possible, but I wanted to be sure.
Thanks in advance
I've got a security concern about the ESP32 in Wifi APSTA mode using the ESP-IDF. Is it possible to reach other devices of the Station-WiFi through the AP of the ESP?
I would've assumed that it is not possible, but I wanted to be sure.
Thanks in advance
- Mon May 02, 2022 11:58 am
- Forum: ESP-IDF
- Topic: Connect 2 ESP32 directly via Ethernet
- Replies: 2
- Views: 3179
Re: Connect 2 ESP32 directly via Ethernet
I tried it and the ping works and actually that is everything I need.
So thank you very much and have a great day
So thank you very much and have a great day
- Wed Apr 27, 2022 11:53 am
- Forum: ESP-IDF
- Topic: Connect 2 ESP32 directly via Ethernet
- Replies: 2
- Views: 3179
Connect 2 ESP32 directly via Ethernet
Hello everyone, as stated in the title, I want to make a direct connection between two esp32 devices via Ethernet. Ethernet runs with the help of W5500 controllers and I am using a crossover cable. This way the status-LEDs of the RJ45-sockets are on and the Ethernet Link is up. My plan was to give b...
- Fri Feb 04, 2022 7:31 am
- Forum: Hardware
- Topic: is it possible to connect ESP32 Chip with AP Mode and Station mode simultaneously?
- Replies: 1
- Views: 2421
Re: is it possible to connect ESP32 Chip with AP Mode and Station mode simultaneously?
Yes it is.
Use this API and the corresponding examples to get it working:
https://docs.espressif.com/projects/esp ... _wifi.html
Use this API and the corresponding examples to get it working:
https://docs.espressif.com/projects/esp ... _wifi.html