ESP32-sveltekit
ESP32-sveltekit copied to clipboard
A simple and extensible framework for ESP32 based IoT projects with a feature-rich, beautiful, and responsive front-end build with Sveltekit, Tailwind CSS and DaisyUI. This is a project template to ge...
Help, I can't figure out how to transfer the sensor value to the web interface. You can use a detailed example with an explanation.
In some services Strings are used as members. They are initialized with empty buffer. As an example WifiSettingsService.h. ``` // Struct defining the wifi settings in WifiSettingsService.h typedef struct {...
# Problem Currently if a request fails the end user does not get notified of the result of the request. Most fetch call is wrapped in a try catch that...
I like your project because it is a low-baggage starter to an esp32+webapp I made it (mostly) work with arduino-3, in particular the pioarduino fork: https://github.com/pioarduino/platform-espressif32 (official esp32 Arduino at...
Hi, after forking template and bulding it with default settings. Im getting lot of ``` Attempting SSE connection. demo/:1 EventSource's response has a MIME type ("text/html") that is not "text/event-stream"....
Added a new endpoint, /rest/coreDump, which enables downloading the latest core dump from the CPU. Also introduced a script, save_elf.py, that stores a copy of the ELF file using the...
The current implementation using rtc_get_reset_reason(0) only retrieves the reset reason for CPU 0. This poses a problem since the user application typically runs on CPU 1, where programming errors such...
This has a few advantages: - First argument is already displayed in the output so no need to repeat, makes the text more compact - Easy to visually see which...
First of all, congratulation @theelims for the great Framework. The fact that I, a not so experimented programmer, have been able to work just based on documentation and examples the...
Hi there, I want to implement a few services broadcasting UDP packets into the network and receiving UDP from the network. - sending an UDP package when something changes (so...