Search found 16 matches

by huaxiaozhong1
Wed Mar 21, 2018 7:11 am
Forum: ESP32 Arduino
Topic: Unable to select board "ESP32 Arduino" on Arduino IDE although the menu item is there
Replies: 1
Views: 3610

Re: Unable to select board "ESP32 Arduino" on Arduino IDE although the menu item is there

Hi, I am selecting "esp32 dev module". It brought some issues to our development, but haven't blocked ours :-) So, you could put the case into a lower priority for the time being :-)
by huaxiaozhong1
Wed Mar 21, 2018 6:58 am
Forum: ESP32 Arduino
Topic: "Guru Meditation Error: Core 0 panic'ed " happens when using "WiFi"
Replies: 4
Views: 16005

Re: "Guru Meditation Error: Core 0 panic'ed " happens when using "WiFi"

Hi, with running codes similar to https://github.com/TwilioDevEd/sync-for-iot-examples/blob/master/Espressif_ESP32/Quickstart/MQTT_ESP32_Sync.ino, our test can go on :-) The issue of "Guru Meditation Error: Core 0 panic'ed" does still exist but not very frequently. Especially after the board boots u...
by huaxiaozhong1
Mon Mar 19, 2018 1:07 pm
Forum: ESP32 Arduino
Topic: "Guru Meditation Error: Core 0 panic'ed " happens when using "WiFi"
Replies: 4
Views: 16005

Re: "Guru Meditation Error: Core 0 panic'ed " happens when using "WiFi"

Hi, thank you so much for your rapid and targeted guidance! May I report some updates as below? 1, To fix the issue of power unstability, I went to market and bought a 5V power cable this afternoon. Then connected the cable to our board (see webwxgetmsgimg-2.jpeg attached). 2, From the picture, you ...
by huaxiaozhong1
Sun Mar 18, 2018 9:21 am
Forum: ESP32 Arduino
Topic: "Guru Meditation Error: Core 0 panic'ed " happens when using "WiFi"
Replies: 4
Views: 16005

Re: "Guru Meditation Error: Core 0 panic'ed " happens when using "WiFi"

Hello, have you REPRODUCED the issue? Please notice that the issue happened in a "standard" Arduino example calling "WiFiClient". If it is a real bug with ESP-Wrover_kit dev board, it will really impacts developers' confidence to implement WiFi-related app on the board :-( Thanks!
by huaxiaozhong1
Wed Mar 14, 2018 8:58 am
Forum: ESP32 Arduino
Topic: "Guru Meditation Error: Core 0 panic'ed " happens when using "WiFi"
Replies: 4
Views: 16005

"Guru Meditation Error: Core 0 panic'ed " happens when using "WiFi"

My environment is as below. esp-wrover-kit, Arduino IDE with selecting board "ESP32 Dev Module" (see https://www.esp32.com/viewtopic.php?f=19&t=5002). When I ran ~/arduino-1.8.5/hardware/espressif/esp32/libraries/WiFi/examples/WiFiClient/WiFiClient.ino, an error was reported saying "Guru Meditation ...
by huaxiaozhong1
Wed Mar 14, 2018 6:48 am
Forum: ESP32 Arduino
Topic: Unable to select board "ESP32 Arduino" on Arduino IDE although the menu item is there
Replies: 1
Views: 3610

Unable to select board "ESP32 Arduino" on Arduino IDE although the menu item is there

Greeting! Following "Installation instructions for Debian / Ubuntu OS" of https://github.com/espressif/arduino-esp32/blob/master/docs/arduino-ide/debian_ubuntu.md, folder "espressif/esp32" was added into both "~/Arduino/hardware" and "~/arduino-1.8.5/hardware". According to "Arduino IDE 1.5 3rd part...
by huaxiaozhong1
Fri Mar 09, 2018 6:18 am
Forum: ESP32 Arduino
Topic: Failure with flashing esp-wrover-kit dev board under Arduino-esp32
Replies: 5
Views: 7647

Re: Failure with flashing esp-wrover-kit dev board under Arduino-esp32

Hi krzychb, Your guidance is really helpful! The esp-wrover-kit dev board has been proved to work under EspArduino environment. My first evidence was got through the following steps. 1, The new actions should be taken based at all procedures ahead that I listed yesterday. Those include cloning ardui...
by huaxiaozhong1
Thu Mar 08, 2018 2:11 pm
Forum: ESP32 Arduino
Topic: Failure with flashing esp-wrover-kit dev board under Arduino-esp32
Replies: 5
Views: 7647

Re: Failure with flashing esp-wrover-kit dev board under Arduino-esp32

Hi krzychb, I have just taken the following actions. 1, copied esptool.py from esp/esp-idf/components/esptool_py/esptool to ~/Arduino/hardware/espressif/esp32/tools, and changed DEFAULT_PORT to /dev/ttyUSB1. 2, cd makeEspArduino 3, make -f makeEspArduino.mk ESP_ROOT=~/Arduino/hardware/espressif/esp3...
by huaxiaozhong1
Thu Mar 08, 2018 1:41 pm
Forum: ESP32 Arduino
Topic: Failure with flashing esp-wrover-kit dev board under Arduino-esp32
Replies: 5
Views: 7647

Re: Failure with flashing esp-wrover-kit dev board under Arduino-esp32

Thanks for your rapid feedback. To keep the serial port as same, I changed the DEFAULT_PORT of USB port name from /dev/ttyUSB0 to /dev/ttyUSB1 in esptool.py. Let me try esptool.py v2.2.1 to arduino-esp32, to see what will happen :)