Search found 28 matches

by wind_energy
Sun Oct 15, 2017 8:25 am
Forum: ESP-IDF
Topic: Input output pins and macros of ports definitions
Replies: 0
Views: 2499

Input output pins and macros of ports definitions

Hi everyone, I'm the begginer of the ESP modules. At the moment I'm trying connect the LCD widescreen in to the ESP32. I wonder if there is any possibility to use Port defined as a 8 bit called for example PORTA. In that way I need make a nessesary parallel comunication port beetween ESP and LCD. I ...
by wind_energy
Thu May 25, 2017 4:55 am
Forum: General Discussion
Topic: Setting up Development Toolchain for ESP32
Replies: 17
Views: 22365

Re: Setting up Development Toolchain for ESP32

Rudi,
there are two users show then
CODE: SELECT ALL
pbl
pawel
How can I fix it?
a)
check is your python ok
type

Code: Select all

CODE: SELECT ALL
$ python -V
what is your output?
Answare:

Code: Select all

pbl@pbl-Komputer MINGW64 ~
$ python -V
-bash: python:  No command found
Many thanx !!
Pawel
by wind_energy
Wed May 24, 2017 6:00 pm
Forum: General Discussion
Topic: Setting up Development Toolchain for ESP32
Replies: 17
Views: 22365

Re: Setting up Development Toolchain for ESP32

hi Rudi :)

Code: Select all

pbl@pbl-Komputer MINGW64 ~
$ echo $IDF_PATH
C:/msys32/home/pawel/esp/esp-idf
C:\msys32\home\pawel\esp\esp-idf - is empty at the moment

Regards,
Pawel
by wind_energy
Wed May 24, 2017 5:58 pm
Forum: General Discussion
Topic: Setting up Development Toolchain for ESP32
Replies: 17
Views: 22365

Re: Setting up Development Toolchain for ESP32

hi Rudi :)

Code: Select all

pbl@pbl-Komputer MINGW64 ~
$ echo $IDF_PATH
C:/msys32/home/pawel/esp/esp-idf
C:\msys32\home\pawel\esp\esp-idf - is empty at the moment

Regards,
Pawel
by wind_energy
Wed May 24, 2017 1:25 pm
Forum: General Discussion
Topic: Setting up Development Toolchain for ESP32
Replies: 17
Views: 22365

Re: Setting up Development Toolchain for ESP32

Ok, but how to set the IDF_PATH?
by wind_energy
Wed May 24, 2017 5:22 am
Forum: General Discussion
Topic: Setting up Development Toolchain for ESP32
Replies: 17
Views: 22365

Re: Setting up Development Toolchain for ESP32

There it is.
I don`t know...maybe I should start installation at the beginning? Remove all and then start again?
makefile.png
makefile.png (61.11 KiB) Viewed 13143 times
by wind_energy
Tue May 23, 2017 1:45 pm
Forum: General Discussion
Topic: Setting up Development Toolchain for ESP32
Replies: 17
Views: 22365

Re: Setting up Development Toolchain for ESP32

Code: Select all

pbl@pbl-Komputer MINGW64 /c/ESP/esp-idf/examples/get-started
$ make flash
make: *** No rules to execute object 'flash'. Stop.
by wind_energy
Tue May 23, 2017 11:06 am
Forum: General Discussion
Topic: Setting up Development Toolchain for ESP32
Replies: 17
Views: 22365

Re: Setting up Development Toolchain for ESP32

I have made everything following by tutorial. As soon as I make this step: http://esp-idf.readthedocs.io/en/latest/get-started/index.html#get-started-get-esp-idf nothing works.. pbl@pbl-Komputer MINGW64 ~ $ make menuconfig make: *** No rules to execute object 'menuconfig'. Stop. pbl@pbl-Komputer MIN...
by wind_energy
Tue May 23, 2017 8:17 am
Forum: General Discussion
Topic: Setting up Development Toolchain for ESP32
Replies: 17
Views: 22365

Re: Setting up Development Toolchain for ESP32

I`m running msys2_shell.cmd
Regards,
Pawel
by wind_energy
Tue May 23, 2017 5:38 am
Forum: General Discussion
Topic: Setting up Development Toolchain for ESP32
Replies: 17
Views: 22365

Setting up Development Toolchain for ESP32

Hi, 1. I have downloaded the esp32_win32_msys2_environment_and_toolchain-20170330, 2. then made git clone --recursive https://github.com/espressif/esp-idf.git in under a directory C:\ESP\esp-idf 3. Downloaded the template into directory myapp2 git clone https://github.com/espressif/esp-idf-template....