Search found 57 matches
- Tue Jul 19, 2022 2:41 pm
- Forum: General Discussion
- Topic: WPA2-Enterprise Connection Not Working
- Replies: 0
- Views: 1104
WPA2-Enterprise Connection Not Working
Hi, I'm trying to connect an ESP32 device to a local WPA2-Enterprise network, but am having no luck. I'm using the wifi_enterprise project code to test this feature. The network is setup to only need a domain user ID and password to login. I'm adding a snippet from the Server logs. ESP_ERROR_CHECK( ...
- Wed May 18, 2022 8:13 am
- Forum: General Discussion
- Topic: xTaskCreateStatic crashing
- Replies: 9
- Views: 6114
Re: xTaskCreateStatic crashing
Fair enough, I appreciate the honest response! It doesn't seem to be working, so maybe it's an inaccessible feature
For now I'll steer clear of using it.
For now I'll steer clear of using it.
- Tue May 17, 2022 11:22 am
- Forum: General Discussion
- Topic: xTaskCreateStatic crashing
- Replies: 9
- Views: 6114
Re: xTaskCreateStatic crashing
Sorry for the bump, but does anyone know what this configuration is for?
- Fri May 13, 2022 9:50 am
- Forum: General Discussion
- Topic: xTaskCreateStatic crashing
- Replies: 9
- Views: 6114
Re: xTaskCreateStatic crashing
Thanks for the link! But if that's so, then what's this configuration for?
- Fri May 13, 2022 8:12 am
- Forum: General Discussion
- Topic: xTaskCreateStatic crashing
- Replies: 9
- Views: 6114
Re: xTaskCreateStatic crashing
That does start the task successfully, but is the stack being allocated from the PSRAM? Also, is there a function to check how much memory remains on the internal RAM?
- Thu May 12, 2022 10:10 am
- Forum: General Discussion
- Topic: xTaskCreateStatic crashing
- Replies: 9
- Views: 6114
xTaskCreateStatic crashing
Hi, I'm attempting to start a task with memory allocated in the PSRAM. When using xTaskCreateStaticPinnedToCore to start the task, the ESP32 is crashing. The code being used to start the task is below. I'm also including a snapshot from sdkconfig and also the crash message. The chip being used is a ...
- Thu Nov 18, 2021 10:12 am
- Forum: General Discussion
- Topic: Web Socket Server Example
- Replies: 2
- Views: 3006
Re: Web Socket Server Example
Thanks!
- Wed Nov 17, 2021 4:56 pm
- Forum: General Discussion
- Topic: Web Socket Server Example
- Replies: 2
- Views: 3006
Web Socket Server Example
Hi, I'm trying to setup a web-socket server on an ESP32 which is already running an HTTP Server. The idea is to use the established web-socket connection to send data asynchronously from the ESP32 to the loaded up web-page. Unfortunately, I can't find much documentation when it comes to setting up a...
- Thu Sep 23, 2021 9:07 am
- Forum: General Discussion
- Topic: ESP32 pinging over Ethernet but otherwise not operational
- Replies: 0
- Views: 1841
ESP32 pinging over Ethernet but otherwise not operational
Hi all, I'm experiencing a very weird issue at the moment. I have multiple devices on the field connected to a TCP/IP network using Ethernet (we're using the LAN8720 chip). After a while, some devices stop communicating over TCP/IP (can't open a TCP/IP connection to the TCP Servers set up on them), ...
- Wed Jun 30, 2021 2:06 pm
- Forum: General Discussion
- Topic: Enabling BLE Notifications
- Replies: 1
- Views: 2659
Enabling BLE Notifications
Hi! Sorry about this question, but I'm not that familiar with the ESP32's BLE handling :? How do I setup a characteristic on a GATT server which will notify a connected client on the characteristic being updated? I'm calling esp_ble_gatts_send_indicate() with the parameter set to false, but this doe...