Search found 425 matches

by Deouss
Thu May 02, 2019 11:55 am
Forum: ESP-IDF
Topic: Setting up Visual Studio Code for ESP32 IDF
Replies: 16
Views: 66457

Re: Setting up Visual Studio Code for ESP32 IDF

Hey CalinB!
Thanks for your input! I will definitely look at those tools because VSC needs some extension that would make things easier for esp development. Intellisense should be more filtered just to the project objects.
Thanks again!
by Deouss
Wed May 01, 2019 10:25 pm
Forum: ESP-IDF
Topic: Setting up Visual Studio Code for ESP32 IDF
Replies: 16
Views: 66457

Re: Setting up Visual Studio Code for ESP32 IDF

Updated links to newest version (as of right now) ;)
by Deouss
Tue Apr 30, 2019 3:16 am
Forum: Sample Code
Topic: Simple ULP Blink Example
Replies: 6
Views: 13278

Re: Simple ULP Blink Example

I managed to modify the blink code and compile with CMake and latest ESP-IDF )
It was necessary to upgrade Idf to the latest version - newest toolchain comes with full ULP support and even nice examples which is very nice. I used just VSC and CMake (Win10) - no need for PlatformIO ;)
by Deouss
Sat Apr 20, 2019 2:43 pm
Forum: Sample Code
Topic: Simple ULP Blink Example
Replies: 6
Views: 13278

Re: Simple ULP Blink Example

The idea is to compile ulp.s file into binary and load it with code.
Simple task but not easy. There is nothing explained how to use binutils-esp32ulp
by Deouss
Sat Apr 20, 2019 1:35 pm
Forum: Sample Code
Topic: Simple ULP Blink Example
Replies: 6
Views: 13278

Re: Simple ULP Blink Example

Any ideas how I use it without PlatformIO and under Windows additionally with CMake?
by Deouss
Mon Apr 15, 2019 1:14 pm
Forum: General Discussion
Topic: Maximum performance of CPU only
Replies: 2
Views: 4375

Maximum performance of CPU only

Let's say I want to do some very heavy calculations as fast as possible by esp CPU. After calculations also need to perform super fast bit-banging - unfortunately there is no work around. During that time nothing can interrupt of interfere with that calculations. How to properly achieve that? What i...
by Deouss
Sun Apr 14, 2019 1:49 am
Forum: General Discussion
Topic: WS2812B - timings and accuracy
Replies: 3
Views: 4729

Re: WS2812B - timings and accuracy

I managed to display RGB full color bitmap from PC - actually a 8x32pixels chunk. However the picture looks very very bright - seems like colors need calibration - I think it is contrast and saturation. I must check that later Here is the code that may help to experiment with SPI and WS281B matrix: ...
by Deouss
Fri Apr 12, 2019 3:54 pm
Forum: General Discussion
Topic: LLVM for Xtensa
Replies: 11
Views: 52754

Re: LLVM for Xtensa

Have you tried it under Microsoft Visual studio 2017 ?
by Deouss
Fri Apr 12, 2019 1:45 am
Forum: Hardware
Topic: ESP32 can't talk to LAN8270 <SOLVED>
Replies: 3
Views: 8546

Re: ESP32 can't talk to LAN8270 <SOLVED>

I just got my long awaited LAN8720 module and wanted to make it work with my network.
Can you share the code or point to good example? Also any advices ?
Thanks
by Deouss
Thu Apr 11, 2019 12:46 pm
Forum: General Discussion
Topic: Example of how to manage reply from HTML FORM with POST method?
Replies: 1
Views: 3811

Re: Example of how to manage reply from HTML FORM with POST method?

I'd use ajax/json instead of form post