LaudixGit

Results 10 issues of LaudixGit

**Describe the bug** Compile fails Using the unmodified "simple-server" example **Environment info** - IDE w/version: Arduino 1.8.15 - Platform/Board: Adafruit Feather M4 Express (SAMD51) - Network controller (shield or module):...

pinned

**Describe Your Goal** Consider the [websocket chat example](https://github.com/fhessel/esp32_https_server/blob/master/examples/Websocket-Chat/Websocket-Chat.ino). When a client connects I want/need to send an initial update/json to populate the browser with the current parameters/settings. However, when I...

**Describe Your Goal** What is the best way to change the HTTPS_LOGLEVEL in Arduino IDE **What Does Your Project Look Like** If I directly edit "~\Arduino\libraries\ESP32_HTTPS_Server\src\HTTPSServerConstants.hpp" I can supress the...

### Board UM TinyS3 & UM FeatherS3 ### Device Description Using a Raspberry Pi 4B New, 2020.4.04, desktop image (fails with both 32-bit and 64-bit) ESP32S3 devices connected via USBC...

Status: To be implemented
Chip: ESP32-S3
IDE: Arduino IDE

Because [ADU does not yet support Debian 11](https://github.com/MicrosoftDocs/azure-docs/issues/104979), I need to use Debian 10. However, [the install step](https://learn.microsoft.com/en-us/azure/iot-edge/how-to-provision-single-device-linux-symmetric?view=iotedge-1.4&preserve-view=true&viewFallbackFrom=iotedge-2020-11&tabs=azure-portal%2Cdebian#install-iot-edge) fails. ```E: Unable to locate package aziot-edge``` The device is Raspberry Pi...

iot-edge/svc
triaged
cxp
product-issue
Pri2

# Context Raspberry Pi4B Linux RPi4-Alpha 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr 3 17:24:16 BST 2023 aarch64 GNU/Linux iotedge 1.4.16 Python 3.9.2 pip 23.2.1 from /usr/local/lib/python3.9/dist-packages/pip (python 3.9) ``` Package...

bug
IoTSDK

### Description before installation pip works. after fails. Error: AttributeError: module 'lib' has no attribute 'OpenSSL_add_all_algorithms' Note: root cause is **not** iotedgedev. However, the install of iotedgedev forced an update...

bug
triage

### Description [This ](iotedgedev/cli.py)uses Click. However, on a Raspberry Pi 4 with latest OS "Linux RPi4-Alpha 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr 3 17:24:16 BST 2023 aarch64 GNU/Linux" Running command...

bug
triage

### Description The [wiki ](https://github.com/Azure/iotedgedev/wiki/) has a link to Dev Machine Setup / Manual Setup. results in page not found URL: [https://github.com/Azure/iotedgedev/wiki/environment-setup/manual-dev-machine-setup](https://github.com/Azure/iotedgedev/wiki/environment-setup/manual-dev-machine-setup) ### Expected behavior Page with expected info renders...

bug
triage

in your comment[ to ShawnHymel](https://shawnhymel.com/1882/how-to-create-a-web-server-with-websockets-using-an-esp32-in-arduino/) you mention wss: `the WebSocket layer is much better managed in ESPAsyncWebServer. ... All `ws://` streams go through the HTTP port and all `wss://` streams...