Search found 50 matches

by sukeshak
Tue Feb 22, 2022 5:15 pm
Forum: ESP-IDF
Topic: Build Errors : LVGL example project
Replies: 2
Views: 2633

Re: Build Errors : LVGL example project

Here is a working complete sample. Several boards will be auto detected by LOVYANGFX! ESP-IDF & Arduino samples for WT32-SC01 using LVGL8 + LOVYANGFX Device : WT32-SC01 Display / Touch Drivers : LovyanGFX Widgets : LVGL 8.x ESP-IDF => WT32-SC01 + LVGL8 + LOVYANGFX https://github.com/sukesh-ak/LVGL8-...
by sukeshak
Sun Sep 30, 2018 8:54 pm
Forum: General Discussion
Topic: What would you like to see in The Next Chip?
Replies: 426
Views: 837590

Re: What would you like to see in The Next Chip?

Any plans to have integrated HSM (Hardware Security Module) like STSAFE-A100 ?

This is the only board I saw which comes with it
http://www.mxchip.com/az3166
by sukeshak
Mon Sep 10, 2018 8:19 pm
Forum: Sample Code
Topic: ESP32 Elliptic curve cryptography with micro-ecc, aes, sha example
Replies: 3
Views: 11435

Re: ESP32 Elliptic curve cryptography with micro-ecc, aes, sha example

Is this similar to STSAFE-A100 but without the dedicated hardware IC? https://www.st.com/en/secure-mcus/stsafe-a100.html I am looking to add STSAFE-A100 module for my device for Unique deviceID, authentication, TLS and also for saving credentials. The device would be connected and managed by Microso...
by sukeshak
Sat Jun 23, 2018 7:30 pm
Forum: Showcase
Topic: ESP32 TFT display library
Replies: 74
Views: 488514

Re: ESP32 TFT display library

@rolobr Thank you. Any help on making SD Card using SPI and this library work together ? I am stuck now since this an important requirement for me :( I have SDCard in SPI mode and display working together in my MicroPython project. It requires some changes to esp-idf sources ( sdmmc_cmd.c , spi_mas...
by sukeshak
Tue Jun 19, 2018 12:37 pm
Forum: Showcase
Topic: ESP32 TFT display library
Replies: 74
Views: 488514

Re: ESP32 TFT display library

@rolobr Thank you.

Any help on making SD Card using SPI and this library work together ?

I am stuck now since this an important requirement for me :(
by sukeshak
Sat Jun 09, 2018 2:54 pm
Forum: Sample Code
Topic: esp_event_loop_deinit for deallocating queue and task?
Replies: 1
Views: 5113

Re: esp_event_loop_deinit for deallocating queue and task?

Maybe some sample code snippet will help others to help you better.
by sukeshak
Sat Jun 09, 2018 1:13 pm
Forum: Sample Code
Topic: Example of using Queue to pass strings between tasks
Replies: 19
Views: 32984

Re: Example of using Queue to pass strings between tasks

In the interest of people who might be searching for a solution for same kind of requirements... I ended up using Ring Buffer and the sample over here really helped. Documentation has really improved. https://esp-idf.readthedocs.io/en/latest/api-reference/system/freertos_additions.html?highlight=xri...
by sukeshak
Sat Jun 09, 2018 12:56 pm
Forum: Showcase
Topic: ESP32 TFT display library
Replies: 74
Views: 488514

Re: ESP32 TFT display library

@loboris: I discovered that in another function the following function was called to create a header: TFT_setclipwin(0,TFT_getfontheight()+9, _width-1, _height-TFT_getfontheight()-10); If I do not use this then the TFT_clearStringRect works as supposed to :-) The creation of a font I will try. Than...
by sukeshak
Mon Nov 13, 2017 3:31 pm
Forum: ESP-IDF
Topic: esp-idf vs arduino
Replies: 2
Views: 5645

Re: esp-idf vs arduino

If you are looking for hobby use... Arduino is a good option... Arduino has more library support etc... If you are looking for prototype and production, its better to go with ESP-IDF... but there is nothing wrong in starting with Arduino and then jumping over once ready. If you are new to these devi...
by sukeshak
Sat Oct 07, 2017 5:46 pm
Forum: Sample Code
Topic: FOTA help
Replies: 7
Views: 10975

Re: FOTA help