Rohit Samineni

Results 4 issues of Rohit Samineni

Normally the Arduino IDE does the 1200bps_touch to jump into bootloader, which initializes the stm32 USB DFU and then the IDE passes to the ST-DFU-tools. If the stm32 is already...

type: enhancement
topic: code

Iam using SSLclient with Tinygsm to connect to a MQTT broker for GSM. And for WiFI on Esp32 I have issues using WiFiclient, So want to use esp32 WiFiclientsecure library...

question

I want to work on this project, but am unable to find ili9342-based displays here in India. I found a couple of displays that are [ili9341 based](https://robu.in/product/2-2-inch-240320-lcd-color-screen-tft-spi-serial-interface-module-compatible-with-5110/) could anyone please...

Iam makig a data logger, unable to write to file once the file size exceeds 8.2 Kb. if(f_open(&f, "third", FA_OPEN_APPEND|FA_WRITE) != FR_OK){ sprintf(debug_str,"failed open file\r\n"); Debug_transmit(); } while (1) {...