Search found 3529 matches

by WiFive
Fri Mar 16, 2018 9:57 am
Forum: ESP-IDF
Topic: Problem with xTaskCreate in C++...
Replies: 13
Views: 22514

Re: Problem with xTaskCreate in C++...

Probably you didn't call vtaskdelete at the end of your task
by WiFive
Fri Mar 16, 2018 1:05 am
Forum: ESP-IDF
Topic: Problem with xTaskCreate in C++...
Replies: 13
Views: 22514

Re: Problem with xTaskCreate in C++...

You should put the static keyword in led.h not led.cpp
by WiFive
Thu Mar 15, 2018 6:00 am
Forum: General Discussion
Topic: New Product using ESP32
Replies: 5
Views: 7795

Re: New Product using ESP32

The answer is no, only part of the testing requirements are satisfied by the modular certification.

If you are using Bluetooth it is the same, but you need to also meet the bluetooth.com requirements for end products.
by WiFive
Thu Mar 15, 2018 2:53 am
Forum: Sample Code
Topic: ULP DS18B20 1-Wire code
Replies: 3
Views: 8386

Re: ULP DS18B20 1-Wire code

Thanks for sharing!
by WiFive
Wed Mar 14, 2018 8:09 pm
Forum: ESP-IDF
Topic: Setting mac address and hostname using functions.
Replies: 11
Views: 21321

Re: Setting mac address and hostname using functions.

My understanding of name resolution (DNS) is that your device (ESP32) can't declare its own hostname and have that resolved from a remote PC. Imagine I came onto your LAN and declared "MY" DNS name is "passwordServer" .... that would be a horrible situation (I think). Instead, the way DNS works is ...
by WiFive
Mon Mar 12, 2018 11:35 pm
Forum: General Discussion
Topic: Anyone hit a task limit?
Replies: 7
Views: 8194

Re: Anyone hit a task limit?

External RAM cannot be used as task stack memory
https://esp-idf.readthedocs.io/en/lates ... l-ram.html