Search found 6 matches
- Wed Jun 14, 2017 2:15 am
- Forum: General Discussion
- Topic: Windows Environment Flash Issue Under Eclipse
- Replies: 3
- Views: 6898
Re: Windows Environment Flash Issue Under Eclipse
Hi ESP_Angus, Thanks for taking the time to reply. I'd put this aside for a while and just flashed from the msys32 command prompt, as it was getting too frustrating. Under the command prompt, "make flash" works, as does calling the python script which was specified to run under Eclipse. I've also tr...
- Fri Jun 02, 2017 7:48 pm
- Forum: General Discussion
- Topic: IDF_PATH for make file is not working when setting in eclipse
- Replies: 4
- Views: 14546
Re: IDF_PATH for make file is not working when setting in eclipse
The problem is that eclipse is looking for a fully qualified path. Something like IDF_PATH=c:/msys32/home/ashish/workspace/esp-idf, depending on where you've installed it. Note that it wants forward slashes, not backslashes that a windows 7 shell would want.
- Wed May 24, 2017 12:31 am
- Forum: General Discussion
- Topic: Windows Environment Flash Issue Under Eclipse
- Replies: 3
- Views: 6898
Windows Environment Flash Issue Under Eclipse
For some weeks now, I’ve been beating my head against an environmental problem with the ESP32 environment on Windows 7, and I was hoping that someone here might be able to give me a pointer in the right direction. I’ve set up the pre-packaged msys2 environment and toolchain release from March 30th, ...
- Thu Jan 26, 2017 2:00 am
- Forum: General Discussion
- Topic: MCP23017 Port Expander
- Replies: 9
- Views: 28481
Re: MCP23017 Port Expander
One other common I2C Problem: Do you have pull-up resistors on the clock and data lines to 3V3? 2K to 5K are common values.
- Thu Jan 26, 2017 1:52 am
- Forum: General Discussion
- Topic: MCP23017 Port Expander
- Replies: 9
- Views: 28481
Re: MCP23017 Port Expander
I've not used the Arduino interface, but did get the MCP23017 to work using Eclipse on the ESP8266. A couple of things you may want to look at: I was using chip address 0x40 instead of 0x20 shown in your example, but the start transmission function may be doing that translation for you. I wrote to t...
- Sat Jan 14, 2017 2:28 am
- Forum: Report Bugs
- Topic: All-in-one Windows zip env incorrectly reports compiler version issue
- Replies: 1
- Views: 5296
All-in-one Windows zip env incorrectly reports compiler version issue
The latest all-in-one windows environment (esp32_win32_mysys2_environment_and_toolchain-20170111.zip), when executing the make command incorrectly reports that the wrong tool chain has been installed. The cause is in code added to esp-idf/make/project.mk which checks the version number of the compil...