Search found 39 matches
- Tue Sep 19, 2017 4:58 pm
- Forum: ESP32 IDF
- Topic: LWIP- mulitple client example
- Replies: 12
- Views: 9311
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...
- Thu Sep 14, 2017 7:21 pm
- Forum: ESP32 IDF
- Topic: ESP-IDF component with Arduino
- Replies: 1
- Views: 1919
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...
- Tue Sep 12, 2017 10:29 pm
- Forum: ESP32 IDF
- Topic: Need sample code for ILI9488 LCD on SPI Interface
- Replies: 79
- Views: 33732
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...
- Sat Sep 09, 2017 9:45 pm
- Forum: ESP32 IDF
- Topic: Need sample code for ILI9488 LCD on SPI Interface
- Replies: 79
- Views: 33732
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...
- Fri Sep 08, 2017 9:58 am
- Forum: ESP32 IDF
- Topic: Does anyone have an example of a web server?
- Replies: 9
- Views: 6010
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
http://www.freertos.org/FreeRTOS-Plus/F ... ver.html?0
- Wed Sep 06, 2017 5:37 pm
- Forum: ESP32 IDF
- Topic: Need sample code for ILI9488 LCD on SPI Interface
- Replies: 79
- Views: 33732
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...
- Tue Sep 05, 2017 7:16 pm
- Forum: ESP32 IDF
- Topic: Need sample code for ILI9488 LCD on SPI Interface
- Replies: 79
- Views: 33732
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...
- Sat Sep 02, 2017 9:01 pm
- Forum: ESP32 IDF
- Topic: Need sample code for ILI9488 LCD on SPI Interface
- Replies: 79
- Views: 33732
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...
- Tue Aug 29, 2017 4:56 pm
- Forum: Showcase
- Topic: BlazeTrak - ESP32 with GPS, IMU, Altitude Sensor, USB and Data Logging
- Replies: 12
- Views: 13018
Re: BlazeTrak - ESP32 with GPS, IMU, Altitude Sensor, USB and Data Logging
Just curious... what happened to this project?
No updates... I am interested to get some samples for testing. I don't need GSM/3G

No updates... I am interested to get some samples for testing. I don't need GSM/3G