Search found 60 matches

by enitalp
Thu Jul 13, 2017 6:14 pm
Forum: ESP-IDF
Topic: One of my ESP32 refuse to connect to my wifi
Replies: 1
Views: 3715

One of my ESP32 refuse to connect to my wifi

Hi, I have several ESP32, all with same hardware and code. and one keep hanging at start : E (33985) wifi: esp_wifi_get_mode 781 wifi is not init tcpip_adapter_init esp_event_loop_init esp_wifi_init I (33987) wifi: wifi firmware version: 9bf11be I (33988) wifi: config NVS flash: enabled I (33992) wi...
by enitalp
Mon Jun 12, 2017 4:15 pm
Forum: Showcase
Topic: ESP32 ePaper display library
Replies: 5
Views: 29580

Re: ESP32 ePaper display library

:shock:

:thumbup:
by enitalp
Thu Jun 08, 2017 1:57 pm
Forum: General Discussion
Topic: Calling xTaskCreate on C++ member function?
Replies: 10
Views: 23960

Re: Calling xTaskCreate on C++ member function?

class HttpServer { public: void Start(void) { xTaskCreate(this->ListenerThread, "HttpListenerThread", 2048, [b]this[/b], 5, NULL); } [b]static [/b]void ListenerThread(void *pvParameters) { HttpServer *l_pThis = (HttpServer *) pvParameters; // Handle the request here } };
by enitalp
Mon Jun 05, 2017 3:16 pm
Forum: Hardware
Topic: VDD_SDIO for ESP32 D2WD
Replies: 43
Views: 53686

Re: VDD_SDIO for ESP32 D2WD

all solved now? how looks your pcb - can you share a picture here from the hardware test? is your PCB open src / github? where is your product shop? ;-) now we need connect pSRAM to it ( its TBD just in time ) well done! I just need to solve the debug output in eclipse, but all seems ok, thanks. Ja...
by enitalp
Mon Jun 05, 2017 2:55 pm
Forum: Hardware
Topic: VDD_SDIO for ESP32 D2WD
Replies: 43
Views: 53686

Re: VDD_SDIO for ESP32 D2WD

rudi ;-) wrote:well done!
..

-> putty?


what is you main ( loved ) OS? win, mac, linux? where you want monitore the com?
So flashing at CONFIG_ESPTOOLPY_BAUD_921600B works

I'm on windows. The monitor works normally. but not with python and eclipse anymore..
But the arduino serial monitor works ;p
by enitalp
Mon Jun 05, 2017 2:47 pm
Forum: Hardware
Topic: VDD_SDIO for ESP32 D2WD
Replies: 43
Views: 53686

Re: VDD_SDIO for ESP32 D2WD

So after a full upgrade. flash_id 10:37:35 **** Build of configuration Default for project Imagine Bracelet **** make flash_id hello word esptool.py v2.0-beta3 Connecting........____ Detecting chip type... ESP32 Uploading stub... Running stub... Stub running... Manufacturer: 9d Device: 7015 Hard res...
by enitalp
Mon Jun 05, 2017 2:33 pm
Forum: Hardware
Topic: VDD_SDIO for ESP32 D2WD
Replies: 43
Views: 53686

Re: VDD_SDIO for ESP32 D2WD

Flashing binaries to serial port /dev/COM8 (app at offset 0x10000)... esptool.py v2.0-beta1 Connecting.... Uploading stub... Running stub... Stub running... Attaching SPI flash... Configuring flash size... Warning: Could not auto-detect Flash size (FlashID=0xffffff, SizeID=0xff), defaulting to 4MB ...
by enitalp
Mon Jun 05, 2017 2:06 pm
Forum: Hardware
Topic: VDD_SDIO for ESP32 D2WD
Replies: 43
Views: 53686

Re: VDD_SDIO for ESP32 D2WD

Flashing binaries to serial port /dev/COM8 (app at offset 0x10000)... esptool.py v2.0-beta1 Connecting.... Uploading stub... Running stub... Stub running... Attaching SPI flash... Configuring flash size... Warning: Could not auto-detect Flash size (FlashID=0xffffff, SizeID=0xff), defaulting to 4MB ...
by enitalp
Mon Jun 05, 2017 2:03 pm
Forum: Hardware
Topic: VDD_SDIO for ESP32 D2WD
Replies: 43
Views: 53686

Re: VDD_SDIO for ESP32 D2WD

Hi, the hardware is now in my hands too (i'm the software guy, and jamie the hardware guy). So the flash_id in eclipse gave me 10:00:58 **** Build of configuration Default for project Imagine Bracelet **** make flash_id hello word esptool.py v2.0-beta1 Connecting..... Detecting chip type... ESP32 Up...
by enitalp
Wed Apr 26, 2017 3:42 pm
Forum: General Discussion
Topic: Which ESP32 module should I get?
Replies: 6
Views: 11583

Re: Which ESP32 module should I get?

I like sparkfun and their product. but did get a lot of wifi problem (random crashes) with their ESP32 Modules. Switched to the adafruit one with esp wroom and it's night and day.