the link does not work for me.
Search found 494 matches
- Thu Aug 02, 2018 11:51 am
- Forum: General Discussion
- Topic: Intercepting log and printf messages
- Replies: 11
- Views: 6013
- Thu Aug 02, 2018 1:41 am
- Forum: General Discussion
- Topic: Intercepting log and printf messages
- Replies: 11
- Views: 6013
Re: Intercepting log and printf messages
https://docs.espressif.com/projects/esp ... ntf_like_t So this brings up a question I have been putting off asking. When looking at the above link, and you see something like vprintf_like_t esp_log_set_vprintf(vprintf_like_t func) What is the next expected step to learn how to use it? That and othe...
- Wed Aug 01, 2018 9:07 pm
- Forum: General Discussion
- Topic: configuring UART
- Replies: 12
- Views: 7596
Re: configuring UART
Haven't tried uart1 yet, but what I have been doing was to create a telnet server on it.
- Wed Aug 01, 2018 1:00 pm
- Forum: General Discussion
- Topic: Using PlatformIO?
- Replies: 6
- Views: 5136
Re: Using PlatformIO?
I have been using platform IO for several months now. I am still on the fence with using it as compared to VSC & CMake. I have not had any issues with it at all, and I like the ability to create a new project using either the Arduino framework or IDF. I'll keep using both for now. The only downside ...
- Sun Jul 29, 2018 2:59 am
- Forum: Showcase
- Topic: New ESP32-WROVER Ethernet Board
- Replies: 34
- Views: 46127
Re: New ESP32-WROVER Ethernet Board
I am using the ESP32-Wrover, and have not even come close to running out of memory.
- Fri Jul 20, 2018 9:51 pm
- Forum: General Discussion
- Topic: Gripes on ESP32/ESP-IDF
- Replies: 44
- Views: 22409
Re: ESP32 not ready for production
Hello guys, Everything is based on FreeRTOS which makes it really heavy. It would make better sense to write low level drivers without FreeRTOS and make an optional higher level api with FreeRTOS - something like ESP-IDF. FreeRTOS is not heavy at all. To say "It would make better sense to write low...
- Tue Jul 17, 2018 3:12 pm
- Forum: Showcase
- Topic: New ESP32-WROVER Ethernet Board
- Replies: 34
- Views: 46127
Re: New ESP32-WROVER Ethernet Board
Hey man! How's it going with this project? I just moved last week, and it's been a nightmare. Finally got around to setting my office back up yesterday. Haven't had access to a computer for 2 weeks!!! Still cant find my soldering tips ;) Let alone the prototypes I ordered with the POE addition. As ...
- Mon Jul 02, 2018 12:45 pm
- Forum: General Discussion
- Topic: Configuring ESP32 to execute from SPI RAM
- Replies: 8
- Views: 5006
Re: Configuring ESP32 to execute from SPI RAM
ok, I get it now.
- Mon Jul 02, 2018 8:06 am
- Forum: ESP-IDF
- Topic: Unresolved inclusion of standard library headers in Eclipse
- Replies: 6
- Views: 4308
Re: Unresolved inclusion of standard library headers in Eclipse
There is a video here that expands the functionality of VS from that link.A useful setup guide can be found here. I guess it's more of a workaround, but I've been much happier with VS code than eclipse.
- Mon Jul 02, 2018 7:47 am
- Forum: General Discussion
- Topic: Configuring ESP32 to execute from SPI RAM
- Replies: 8
- Views: 5006
Re: Configuring ESP32 to execute from SPI RAM
Vader_Mester, are you saying that even if you put all your apps onto flash, it would not fit into the ESP-WROOM-32 (16MB) version ?