Search found 1696 matches

by rudi ;-)
Tue Jan 17, 2017 3:28 am
Forum: General Discussion
Topic: [answered] feed task watchdog
Replies: 8
Views: 14405

[answered] feed task watchdog

tcpip_task_hdlxxx : 3ffbbf68, prio:18,stack:2048 I (132) wifi: frc2_timer_task_hdl:3ffbda08, prio:22, stack:2048 ?[0;32mI (152) phy: error: pll_cal exceeds 2ms!!!?[0m Task watchdog got triggered. The following tasks did not feed the watchdog in time: - IDLE (CPU 0) Tasks currently running: CPU 0: m...
by rudi ;-)
Tue Jan 17, 2017 1:42 am
Forum: General Discussion
Topic: Request for HTTPS support
Replies: 4
Views: 11672

Re: Request for HTTPS support

:P
oh
he means "https" in the forum itself :oops:
sry

Ash over my head - I go into the corner and feel ashamed

best wishes
rudi ;-)
by rudi ;-)
Tue Jan 17, 2017 1:38 am
Forum: General Discussion
Topic: ESP32 and CR2032 battery
Replies: 15
Views: 50157

Re: ESP32 and CR2032 battery

hi not sure if you know about this youtube video "17 days on a coin cell esp8266" there was tested LIR2450, CR2032 and other in parallel mode too. If it transmits every 2 minutes, it ran 26 hours on a small LIR2450 button cell. If it would transmit each hour, it would last for 17 days and on 2 AA ba...
by rudi ;-)
Tue Jan 17, 2017 1:24 am
Forum: General Discussion
Topic: Request for HTTPS support
Replies: 4
Views: 11672

Re: Request for HTTPS support

Hello It seems that this forum currently only supports plain HTTP, and not encrypted access using HTTPS. I find this very unfortunate, as this means that my username along with my password will be transmitted as plaintext, and it will thus be very simple to intercept. Have you any plans regarding i...
by rudi ;-)
Mon Jan 16, 2017 9:44 pm
Forum: Showcase
Topic: A very basic WebSocket Server
Replies: 12
Views: 37992

Re: A very basic WebSocket Server

ThomasB wrote:Gern geschehen ;)
(german: you are welcome)
:mrgreen:
wie lautet dein github?
(english: how's your github called?)

best wishes
rudi ;-)
by rudi ;-)
Mon Jan 16, 2017 9:39 pm
Forum: Showcase
Topic: A very basic WebSocket Server
Replies: 12
Views: 37992

Re: A very basic WebSocket Server

Thats my WIFI init code, not sure if there is room for improvement, its copy/paste from somewhere: ... I have github. I will have a look at it in the next days. .. this would be fine tom! then make a pull request to examples, i am sure this is a nice base with your html code too! wifi, yes, know th...
by rudi ;-)
Mon Jan 16, 2017 9:24 pm
Forum: Showcase
Topic: A very basic WebSocket Server
Replies: 12
Views: 37992

Re: A very basic WebSocket Server

Howdy. Strange... .. If this doesn't work, I can create a small project and upload it, though this is very proprietary and hacky ;) howdy :mrgreen: the ws example works itself - nice work! WS_demo.png with your demo perhabs you build a small project for the github examples? do you have a github ? w...
by rudi ;-)
Mon Jan 16, 2017 5:23 pm
Forum: Showcase
Topic: A very basic WebSocket Server
Replies: 12
Views: 37992

Re: A very basic WebSocket Server

Hiho, I wrote a very basic WebSocket Server for the ESP32. It is far from perfect, the code is ugly, it does not handle any special cases but I think a good starting point and it works fine with my environment (Chrome). /** #include "WebSocket_Task.h" .. .. #include "CANopen_Client.h" .. hohi tom, ...
by rudi ;-)
Sat Jan 14, 2017 1:55 pm
Forum: General Discussion
Topic: SDIO Interface
Replies: 27
Views: 51889

Re: SDIO Interface

novalight: can you capture the failing transfer using a logic analyzer? @novalight and if possible, can you say, how and with which components you have build the test. examples.jpg do you have a bare sdhc socket http://bbs.espressif.com/download/file.php?id=691 on a bare esp32 or do you use a esp32...
by rudi ;-)
Fri Jan 13, 2017 9:47 pm
Forum: ESP-IDF
Topic: Need sample to communicate APK with ESP32 over socket
Replies: 9
Views: 15451

Re: Need sample to communicate APK with ESP32 over socket

Here is an example fragment of an ESP32 application being a socket server. One can then connect a socket client to this listener. By and large, the ESP32 seems to provide a faithful implementation of the sockets API so any books or other resources you find that talk to writing networking apps in C ...