Hi,
I just managed to get the esphttpd freeRTOS example linked below running. However, it is quite overkill. I can't seem to figure out what the bare minimum code I need just to display a web page to user.
https://github.com/chmorgan/esphttpd-freertos/blob/master/main/user_main.c ...
Search found 4 matches
- Wed Jul 11, 2018 4:14 am
- Forum: Sample Code
- Topic: ESPHTTPD Library
- Replies: 0
- Views: 6904
- Fri Jul 06, 2018 3:28 pm
- Forum: ESP-IDF
- Topic: Error Compiling
- Replies: 1
- Views: 4115
Error Compiling
Hi,
So I managed to get the simple-wifi example working fine. However, my own main C code isn't compiling and I can't figure out why.
#include <stdio.h>
#include <string.h>
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include "freertos/event_groups.h"
#include "esp_system.h ...
So I managed to get the simple-wifi example working fine. However, my own main C code isn't compiling and I can't figure out why.
#include <stdio.h>
#include <string.h>
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include "freertos/event_groups.h"
#include "esp_system.h ...
- Fri Jun 29, 2018 2:54 pm
- Forum: General Discussion
- Topic: ESP32 Web Server - Advanced Web Pages?
- Replies: 4
- Views: 11988
Re: ESP32 Web Server - Advanced Web Pages?
Will things such as bootstrap work?
- Thu Jun 28, 2018 10:40 pm
- Forum: General Discussion
- Topic: ESP32 Web Server - Advanced Web Pages?
- Replies: 4
- Views: 11988
ESP32 Web Server - Advanced Web Pages?
Hi,
I just want some more information on whether or not it is possible to make a nice looking web server for the ESP32. I'm planning on using the IoT Dev. Framework IDE. Most of the examples I've seen are very basic and not user-friendly. For example, would it be possible to create anything like ...
I just want some more information on whether or not it is possible to make a nice looking web server for the ESP32. I'm planning on using the IoT Dev. Framework IDE. Most of the examples I've seen are very basic and not user-friendly. For example, would it be possible to create anything like ...