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 ...
Search found 28 matches
- Sun Oct 15, 2017 8:25 am
- Forum: ESP-IDF
- Topic: Input output pins and macros of ports definitions
- Replies: 0
- Views: 3049
- Thu May 25, 2017 4:55 am
- Forum: General Discussion
- Topic: Setting up Development Toolchain for ESP32
- Replies: 17
- Views: 25927
Re: Setting up Development Toolchain for ESP32
Rudi,
Many thanx !!
Pawel
How can I fix it?there are two users show thenCODE: SELECT ALL
pbl
pawel
Answare:
Code: Select all
pbl@pbl-Komputer MINGW64 ~
$ python -V
-bash: python: No command foundPawel
- Wed May 24, 2017 6:00 pm
- Forum: General Discussion
- Topic: Setting up Development Toolchain for ESP32
- Replies: 17
- Views: 25927
Re: Setting up Development Toolchain for ESP32
hi Rudi 
C:\msys32\home\pawel\esp\esp-idf - is empty at the moment
Regards,
Pawel
Code: Select all
pbl@pbl-Komputer MINGW64 ~
$ echo $IDF_PATH
C:/msys32/home/pawel/esp/esp-idfRegards,
Pawel
- Wed May 24, 2017 5:58 pm
- Forum: General Discussion
- Topic: Setting up Development Toolchain for ESP32
- Replies: 17
- Views: 25927
Re: Setting up Development Toolchain for ESP32
hi Rudi 
C:\msys32\home\pawel\esp\esp-idf - is empty at the moment
Regards,
Pawel
Code: Select all
pbl@pbl-Komputer MINGW64 ~
$ echo $IDF_PATH
C:/msys32/home/pawel/esp/esp-idfRegards,
Pawel
- Wed May 24, 2017 1:25 pm
- Forum: General Discussion
- Topic: Setting up Development Toolchain for ESP32
- Replies: 17
- Views: 25927
Re: Setting up Development Toolchain for ESP32
Ok, but how to set the IDF_PATH?
- Wed May 24, 2017 5:22 am
- Forum: General Discussion
- Topic: Setting up Development Toolchain for ESP32
- Replies: 17
- Views: 25927
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?
I don`t know...maybe I should start installation at the beginning? Remove all and then start again?
- Tue May 23, 2017 1:45 pm
- Forum: General Discussion
- Topic: Setting up Development Toolchain for ESP32
- Replies: 17
- Views: 25927
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.- Tue May 23, 2017 11:06 am
- Forum: General Discussion
- Topic: Setting up Development Toolchain for ESP32
- Replies: 17
- Views: 25927
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 ...
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 ...
- Tue May 23, 2017 8:17 am
- Forum: General Discussion
- Topic: Setting up Development Toolchain for ESP32
- Replies: 17
- Views: 25927
Re: Setting up Development Toolchain for ESP32
I`m running msys2_shell.cmd
Regards,
Pawel
Regards,
Pawel
- Tue May 23, 2017 5:38 am
- Forum: General Discussion
- Topic: Setting up Development Toolchain for ESP32
- Replies: 17
- Views: 25927
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 ...
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 ...