Search found 10 matches

by Ralphxyz
Thu Jan 31, 2019 11:02 pm
Forum: General Discussion
Topic: Just getting started COM port not connecting!
Replies: 10
Views: 12216

Re: Just getting started COM port not connecting!

It WORKS finally!! It took multiple tries of the button dance but finally it actually worked!! Right at the [Connecting........_] I let go of the EN button: Ralph@HP_10292012 MINGW32 ~/esp $ cd hello_world Ralph@HP_10292012 MINGW32 ~/esp/hello_world $ make flash Toolchain path: /opt/xtensa-esp32-elf...
by Ralphxyz
Thu Jan 31, 2019 10:28 pm
Forum: General Discussion
Topic: Just getting started COM port not connecting!
Replies: 10
Views: 12216

Re: Just getting started COM port not connecting!

Tried again this time with the button dance (hold Boot hit EN) Sketch uses 246228 bytes (18%) of program storage space. Maximum is 1310720 bytes. Global variables use 13036 bytes (3%) of dynamic memory, leaving 314644 bytes for local variables. Maximum is 327680 bytes. C:\Users\Ralph\AppData\Local\A...
by Ralphxyz
Thu Jan 31, 2019 10:18 pm
Forum: General Discussion
Topic: Just getting started COM port not connecting!
Replies: 10
Views: 12216

Re: Just getting started COM port not connecting!

Arduino also cannot connect: File "site-packages\serial\serialwin32.py", line 62, in open serial.serialutil.SerialException: could not open port 'COM9': WindowsError(2, 'The system cannot find the file specified.') Failed to execute script esptool the selected serial port Failed to execute script es...
by Ralphxyz
Thu Jan 31, 2019 12:36 am
Forum: General Discussion
Topic: Just getting started COM port not connecting!
Replies: 10
Views: 12216

Re: Just getting started COM port not connecting!

Gee, when one has questions it is always nice to read the documentation again: Boot Button Download button: holding down the Boot button and pressing the EN button initiates the firmware download mode. Then user can download firmware through the serial port. EN Button Reset button: pressing this but...
by Ralphxyz
Wed Jan 30, 2019 9:54 pm
Forum: General Discussion
Topic: Just getting started COM port not connecting!
Replies: 10
Views: 12216

Re: Just getting started COM port not connecting!

Thanks for the reply. I figured everything is related not separate issues. I have a DoIt DEVKIT V1 (www.doit.am if you read Chinese) I have a BOOT button and an EN button so sure which is the program and/or reset button. I am running the EXPRESSIF Getting Started Code how would I skip the LUA part? ...
by Ralphxyz
Tue Jan 29, 2019 10:57 pm
Forum: General Discussion
Topic: Just getting started COM port not connecting!
Replies: 10
Views: 12216

Re: Just getting started COM port not connecting!

I got Putty running and see the same LUA error! in Putty!


> : uart
load lib: utils
load lib: lpeg
load lib: net
load lib: thread
load lib: mqtt
load lib: nvs
other libs:
lua: cannot open init.lua
stdin:1: unexpected symbol near ':'
by Ralphxyz
Tue Jan 29, 2019 10:47 pm
Forum: General Discussion
Topic: Just getting started COM port not connecting!
Replies: 10
Views: 12216

Re: Just getting started COM port not connecting!

I also cannot Open a Putty session!

I set the parameters, com port etc., but when I hit Open nothing happens!!

Ralph
by Ralphxyz
Tue Jan 29, 2019 9:53 pm
Forum: General Discussion
Topic: Just getting started COM port not connecting!
Replies: 10
Views: 12216

Re: Just getting started COM port not connecting!

If I try to run : make monitor I get: load lib: file load lib: tmr load lib: i2c load lib: uart load lib: utils load lib: lpeg load lib: net load lib: thread load lib: mqtt load lib: nvs other libs: lua: cannot open init.lua Is there anything I need to do or can do? Thanks for the help, Ralph
by Ralphxyz
Tue Jan 29, 2019 9:19 pm
Forum: General Discussion
Topic: Just getting started COM port not connecting!
Replies: 10
Views: 12216

Re: Just getting started COM port not connecting!

OH, I am using a DoIt DEVKIT v1

This seems to be a rather common problem without one solution, mostly people just get it to work not know
which of the many things tried actual is the answer.

Thanks for the help!!

Ralph
by Ralphxyz
Sun Jan 27, 2019 3:45 pm
Forum: General Discussion
Topic: Just getting started COM port not connecting!
Replies: 10
Views: 12216

Just getting started COM port not connecting!

"https://docs.espressif.com/projects/esp-idf/en/latest/get-started/index.html#get-started-get-esp-idf"Just Getting Started When I run : make flash I get: A fatal error occurred: Failed to connect to ESP32: Timed out waiting for packet header make: *** [/home/Ralph/esp/esp-idf/components/esptool_py/...