Search found 1696 matches

by rudi ;-)
Tue Sep 27, 2016 8:19 pm
Forum: News
Topic: ESP32 code examples ..http, https and other on github 27 September 2016
Replies: 0
Views: 7522

ESP32 code examples ..http, https and other on github 27 September 2016

hi guys few hour before in time espressif team gives fine code goodies to us there are several examples online since few hour - hello world Starts a FreeRTOS task to print "Hello World" - blink Starts a FreeRTOS task to blink an LED - http-request Uses a POSIX socket to make a very simple HTTP reque...
by rudi ;-)
Tue Sep 27, 2016 7:54 pm
Forum: General Discussion
Topic: [Q] pp 1 in the log and xTaskCreatePinnedToCore opposite to xTaskCreate
Replies: 3
Views: 7322

[Q] pp 1 in the log and xTaskCreatePinnedToCore opposite to xTaskCreate

hi guys [no hurry] determines it is written somewhere, determined we known this before, I'm sorry if I have to ask now: which means in the log pp 1 second is: have we a list about priority tasks and what meaning they have and when each should be used example xTaskCreate PinnedToCore .|. xTaskCreate ...
by rudi ;-)
Tue Sep 27, 2016 1:34 am
Forum: General Discussion
Topic: soft_ap & sta_client, must wrote short sheer enthusiasm
Replies: 1
Views: 8521

Re: soft_ap & sta_client, must wrote short sheer enthusiasm

TCP Standalone HTTP Server done! short show: https://www.youtube.com/watch?v=kXl6lVHTTBQ ets Jun 8 2016 00:22:57<\r><\n> <\r><\n> rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)<\r><\n> ets Jun 8 2016 00:22:57<\r><\n> <\r><\n> rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)<\r><...
by rudi ;-)
Tue Sep 27, 2016 1:23 am
Forum: General Discussion
Topic: zalloc not more supported in esp-idf was there a change?
Replies: 5
Views: 9520

zalloc not more supported in esp-idf was there a change?

hi guys, have a small problem with zalloc char *recv_buf = (char *)zalloc(512); in ESP31 RTOS compile without problems is there a change in esp-idf? btw: lwip/mem.h #ifndef mem_zalloc #define mem_zalloc(s) ({const char *file = mem_debug_file; pvPortZalloc(s, file, __LINE__);}) best wishes rudi ;-)
by rudi ;-)
Mon Sep 26, 2016 11:20 pm
Forum: General Discussion
Topic: soft_ap & sta_client, must wrote short sheer enthusiasm
Replies: 1
Views: 8521

soft_ap & sta_client, must wrote short sheer enthusiasm

hi guys just in time try in esp32 station and ap code for client and server. amazing!! fast!! setup and connect this is amazing!! later more - just in time create sockets now ets Jun 8 2016 00:22:57<\r><\n> <\r><\n> rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)<\r><\n> ets Jun 8 2016 00:22...
by rudi ;-)
Mon Sep 26, 2016 8:03 am
Forum: General Discussion
Topic: AI-Thinker Additional Module Form Factors
Replies: 3
Views: 13011

Re: AI-Thinker Additional Module Form Factors

got an answere It's our pleasure to cooperation with you. ESP-8285 (8252) We only have chip and wifi modules will be finished design later ESP-32 module will mass production on the first day of October Payment term: 100% T/T in advance, we not have paypal. ------------------- Notes: ESP-32 begin to ...
by rudi ;-)
Mon Sep 26, 2016 7:56 am
Forum: ESP-IDF
Topic: [Solved] Recipes for debugging exceptions ...
Replies: 11
Views: 78465

Re: Recipes for debugging exceptions ...

kolban wrote:
Your post was pure gold!!!
1A++
txs jeroen!
by rudi ;-)
Mon Sep 26, 2016 7:49 am
Forum: General Discussion
Topic: switching WiFi / BLE
Replies: 4
Views: 7663

Re: switching WiFi / BLE

Aye. FWIW, at the moment WiFi and Bluetooth still can't be compiled into the same project yet anyway (although this obviously will change in later esp-idf releases). txs - this make me sure we have later wifi&ble in same project. can we run the cpu 240 in this time too, or we do 160/80? is there a ...
by rudi ;-)
Mon Sep 26, 2016 7:47 am
Forum: General Discussion
Topic: switching WiFi / BLE
Replies: 4
Views: 7663

Re: switching WiFi / BLE

WiFive wrote:This is for radio driver to do, not user
i know.
by rudi ;-)
Mon Sep 26, 2016 7:43 am
Forum: General Discussion
Topic: ESP32 Temp Sensor
Replies: 2
Views: 5736

Re: ESP32 Temp Sensor

WiFive wrote:Part of adc I don't think there are functions yet?

https://github.com/espressif/esp-idf/bl ... reg.h#L395
:o
this file must have gone through my rag..
txs! more infos there.
best wishes
rudi ;-)