Search found 77 matches

by ESP_Me-no-dev
Fri Jan 29, 2016 10:11 am
Forum: General Discussion
Topic: Anyone interested in Arduino Environment?
Replies: 50
Views: 91713

Re: Anyone interested in Arduino Environment?

@windalser here is the "fix". It really did not delete the binaries from previous builds so they grew in size.
https://github.com/me-no-dev/ESP31B/com ... 2ab2c09841
by ESP_Me-no-dev
Fri Jan 29, 2016 9:58 am
Forum: General Discussion
Topic: Anyone interested in Arduino Environment?
Replies: 50
Views: 91713

Re: Anyone interested in Arduino Environment?

compiles fine either way :) Not sure what's up on your end
by ESP_Me-no-dev
Tue Jan 26, 2016 1:37 am
Forum: General Discussion
Topic: Anyone interested in Arduino Environment?
Replies: 50
Views: 91713

Re: Anyone interested in Arduino Environment?

will have a look. The symptoms lead me to believe that old binaries are not cleaned before the new ones are created. I had it happen on unix, maybe something like the previous one.
by ESP_Me-no-dev
Sat Jan 23, 2016 8:09 pm
Forum: General Discussion
Topic: Read from UART
Replies: 1
Views: 5217

Re: Read from UART

uart is exactly the same as on ESP8266. Just offset ;) same code runs on both, but you need to pay attention when setting the pins.
by ESP_Me-no-dev
Fri Jan 22, 2016 6:28 pm
Forum: General Discussion
Topic: Anyone interested in Arduino Environment?
Replies: 50
Views: 91713

Re: Anyone interested in Arduino Environment?

the best thing is to edit the header for the library and add

Code: Select all

#ifndef ESP8266
#define yield() do{}while(0)
#endif
In RTOS there is no need to yield any longer. I was thinking wether I should add this to Arduino.h and make such issues dissapear
by ESP_Me-no-dev
Fri Jan 22, 2016 3:14 pm
Forum: General Discussion
Topic: Anyone interested in Arduino Environment?
Replies: 50
Views: 91713

Re: Anyone interested in Arduino Environment?

I have not looked at UDK's upload script, but you can change the bandwidth and upload faster ;)
by ESP_Me-no-dev
Thu Jan 21, 2016 8:50 am
Forum: General Discussion
Topic: Anyone interested in Arduino Environment?
Replies: 50
Views: 91713

Re: Anyone interested in Arduino Environment?

Ha! Funky! Will dig more windows today :D Not a windows guy here for sure :) but python is unhappy. Any other errors there? Because it's the python that created the file it says is missing... could you look in the temp folder after such error and check if there is such file there? Maybe I need to ta...
by ESP_Me-no-dev
Wed Jan 20, 2016 5:00 pm
Forum: General Discussion
Topic: Anyone interested in Arduino Environment?
Replies: 50
Views: 91713

Re: Anyone interested in Arduino Environment?

you mentioned "...\Arduino15\packages\" this is not the folder I am talking about! That folder is for packages installed through the package manager. You need to go into C:\ProgramFiles(x86)\Arduino\ (if that is where you installed the Arduino IDE) and then in the hardware folder inside (starting po...
by ESP_Me-no-dev
Wed Jan 20, 2016 2:29 pm
Forum: General Discussion
Topic: Anyone interested in Arduino Environment?
Replies: 50
Views: 91713

Re: Anyone interested in Arduino Environment?

Paths should look like this: ....[Arduino]/hardware /avr /tools /Espressif << create that one and clone the repository inside /ESP31B << this is the git repository /core /variants /libraries /tools << extract the toolchain inside this folder /esptool.py /gen_appgin.py /sdk /xtensa-esp108-elf << this...