TridentTD

Results 23 issues of TridentTD

I have 2 esps as the following scenario | ESP1-STA 192.168.43.10 | |Home Router 192.168.43.1| | 192.168.43.20 STA-ESP2 | By this lwip-nat_arduino's liblwip_src.a, how to set any function for I...

I have already donwloaded gcc-xtensa version 4.9.2 release version. and I have already install MingW on my computer. If I want to build for Windows platform , how to build...

If I want to draw line by line_supersampling.c to the screen by drawPixel(x,y, color) instead of saving to PNG file. Is there any example? Thank you.

When I build code like as the following by ESP8266-DEVKIT's GCC-xtensa version 5.2.0. ``` #include .... const char *arr = "HelloArray"; std::string str = arr; ... ``` I found some...

Sorry for my poor english. If I want to use esp-open-sdk with other version of xtensa-gcc such as version 4.9.4. How to build them? Thank you.

I use this library on Arduino IDE 1.8.5 , and create very simple 2 functions call APIs from this library. ** my_mqttconn_and_subscribe() and my_publish() ** It's very good connection to...

I am a newbie for Maix Dock, I am trying to upload any code to Maix Dock on Arduino IDE. When I connect the Maix Dock to my computer, my...

I want to know the pins for TTGO-TM-ESP32's TFT . PIN_MISO ??? // SPI MISO PIN_MOSI ??? // SPI MOSI PIN_CLK ??? // SPI CLOCK pin PIN_CS ??? // Display...

Request sqlite for esp32 come with encrpytion for protection private database too. Thank you.

I just tried to compile by TFT32, It can't compiled well ``` mqtt_controller:1:18: error: lvgl.h: No such file or directory compilation terminated. exit status 1 lvgl.h: No such file or...