Search found 50 matches

by sukeshak
Wed Sep 20, 2017 7:27 pm
Forum: ESP-IDF
Topic: LWIP- mulitple client example
Replies: 13
Views: 27322

Re: LWIP- mulitple client example

Thank you for the response. My sendData function is like this. What do you suggest to check the socket disconnect? static void sendData(int sock) { while(1) { if (sock < 0) // how to check disconnect??? { // client disconnected??? ESP_LOGI(TAG, "[%d]",(int)sock); break; } char *line = readLine(MY_UA...
by sukeshak
Tue Sep 19, 2017 4:58 pm
Forum: ESP-IDF
Topic: LWIP- mulitple client example
Replies: 13
Views: 27322

Re: LWIP- mulitple client example

Hi Neil, I am using your multiple socket connection sample to learn/test socket connections and it works well. I want to send some data when client connects and if client disconnects, I need to switch off peripheral and also do some clean up. So question is, how to detect if a client has disconnecte...
by sukeshak
Thu Sep 14, 2017 7:21 pm
Forum: ESP-IDF
Topic: ESP-IDF component with Arduino
Replies: 1
Views: 5622

ESP-IDF component with Arduino

Hello everyone, I am using the following instruction and trying to get ESP-IDF simple CPP program compiled. https://github.com/espressif/arduino-esp32/blob/master/docs/esp-idf_component.md Need help since its not compiling. #ifndef ARDUINO_ARCH_ESP32 #define ARDUINO_ARCH_ESP32 #endif #include <Ardui...
by sukeshak
Tue Sep 12, 2017 10:29 pm
Forum: ESP-IDF
Topic: Need sample code for ILI9488 LCD on SPI Interface
Replies: 82
Views: 117885

Re: Need sample code for ILI9488 LCD on SPI Interface

So here are few points to let you know. 1. With the same PIN settings its working with Arduino Adafruit library 2. I just tried espressif SPI sample (ESP-IDF) and its also working (I am not sure what its supposed to show, but some designs on the display shows up at least) https://github.com/espressi...
by sukeshak
Sat Sep 09, 2017 9:45 pm
Forum: ESP-IDF
Topic: Need sample code for ILI9488 LCD on SPI Interface
Replies: 82
Views: 117885

Re: Need sample code for ILI9488 LCD on SPI Interface

It's a known bug. A few days ago, we added a bit of code that disables unused peripherals. Unfortunately, this broke SPI... We have a patch that fixes this in our internal master, but it doesn't seem to have propagated to Github yet. You can wait until it has, or temporarily revert esp-idf to commi...
by sukeshak
Fri Sep 08, 2017 9:58 am
Forum: ESP-IDF
Topic: Does anyone have an example of a web server?
Replies: 9
Views: 16079

Re: Does anyone have an example of a web server?

Is this something we can use directly? Not looked into yet.

http://www.freertos.org/FreeRTOS-Plus/F ... ver.html?0
by sukeshak
Wed Sep 06, 2017 5:37 pm
Forum: ESP-IDF
Topic: Need sample code for ILI9488 LCD on SPI Interface
Replies: 82
Views: 117885

Re: Need sample code for ILI9488 LCD on SPI Interface

It's a known bug. A few days ago, we added a bit of code that disables unused peripherals. Unfortunately, this broke SPI... We have a patch that fixes this in our internal master, but it doesn't seem to have propagated to Github yet. You can wait until it has, or temporarily revert esp-idf to commi...
by sukeshak
Tue Sep 05, 2017 7:16 pm
Forum: ESP-IDF
Topic: Need sample code for ILI9488 LCD on SPI Interface
Replies: 82
Views: 117885

Re: Need sample code for ILI9488 LCD on SPI Interface

When I run the sample, as per serial output everything works... but nothing shows up on the display. Here is the serial output. The Error happens after some delay... not sure if that's connected. ets Jun 8 2016 00:22:57 rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) flash read err, 1000 ets...
by sukeshak
Sat Sep 02, 2017 9:01 pm
Forum: ESP-IDF
Topic: Need sample code for ILI9488 LCD on SPI Interface
Replies: 82
Views: 117885

Re: Need sample code for ILI9488 LCD on SPI Interface

Trying to get Adafruit HUZZAH32 and Adafruit TFT FeatherWing work with this library. Updated tftspi.h with the following #define PIN_NUM_MISO 19 // SPI MISO #define PIN_NUM_MOSI 18 // SPI MOSI #define PIN_NUM_CLK 5 // SPI CLOCK pin #define PIN_NUM_CS 15 // Display CS pin #define PIN_NUM_DC 33 // Dis...
by sukeshak
Tue Aug 29, 2017 4:56 pm
Forum: Showcase
Topic: BlazeTrak - ESP32 with GPS, IMU, Altitude Sensor, USB and Data Logging
Replies: 15
Views: 83860

Re: BlazeTrak - ESP32 with GPS, IMU, Altitude Sensor, USB and Data Logging

Just curious... what happened to this project? :shock:
No updates... I am interested to get some samples for testing. I don't need GSM/3G