Search found 15 matches

by windalser
Thu Oct 06, 2016 7:00 am
Forum: General Discussion
Topic: ESP32 and ESP8266 freely downloadable book
Replies: 12
Views: 40932

Re: ESP32 and ESP8266 freely downloadable book

Agree completely!
by windalser
Thu Aug 18, 2016 6:44 am
Forum: General Discussion
Topic: Interest in developer preview?
Replies: 28
Views: 43666

Re: Interest in developer preview?

Yes, of course! Especially in BLE.
by windalser
Wed Jul 06, 2016 3:00 pm
Forum: General Discussion
Topic: Is it possible to use uart TX1 in ESP-WROOM-03 module?
Replies: 2
Views: 7144

Re: Is it possible to use uart TX1 in ESP-WROOM-03 module?

Ok.
How to do this?
For example, how to tie uart1-tx function to GPIO5 ?
Which register is responcible for that?
Which number I should write to the register?
Is there macros for this purpose?
by windalser
Tue Jul 05, 2016 1:07 pm
Forum: General Discussion
Topic: Is it possible to use uart TX1 in ESP-WROOM-03 module?
Replies: 2
Views: 7144

Is it possible to use uart TX1 in ESP-WROOM-03 module?

SD_DATA3/SPIWP/GPIO10/HS1_DATA3/U1TXD pin is used for external SPI Flash in ESP-WROOM-03 module.
So there is no possibility to use the pin as uart U1TXD.
Is it possible to confugure UART1 to any GPIO, as mentioned in ESP-WROOM-03_Specifications ?
How to do it?
by windalser
Mon Feb 01, 2016 12:43 pm
Forum: General Discussion
Topic: Anyone interested in Arduino Environment?
Replies: 50
Views: 90782

Re: Anyone interested in Arduino Environment?

me-no-dev wrote:@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
Yes, it works much faster now, thanks!
by windalser
Mon Jan 25, 2016 10:05 am
Forum: General Discussion
Topic: Anyone interested in Arduino Environment?
Replies: 50
Views: 90782

Re: Anyone interested in Arduino Environment?

About slow aploading. I think there are something unlogical in uploading. Size of eagle.app.v7.irom1text.bin is 11572 bytes but script uploads 306176 bytes. Size of eagle.app.v7.irom0text.bin is 217985 bytes but script uloads 577536 bytes. It takes a lot of time and ineffective uses resource of flas...
by windalser
Sun Jan 24, 2016 1:52 pm
Forum: General Discussion
Topic: Anyone interested in Arduino Environment?
Replies: 50
Views: 90782

Re: Anyone interested in Arduino Environment?

I've compiled and upload IoTmanager4.ino (https://gist.github.com/4refr0nt/d2cb23626bd6c7ebb8a0 ) for ESP32 with the newest Arduino. It connects to wifi AP but crashes on connetction with MQTT server.. ... ю ets Jul 5 2015,rst cause:12, boot mode:(13) _stack_sentry: 0x3fffe1d0, __stack: 0x40000000, ...
by windalser
Fri Jan 22, 2016 3:30 pm
Forum: General Discussion
Topic: Anyone interested in Arduino Environment?
Replies: 50
Views: 90782

Re: Anyone interested in Arduino Environment?

I have not looked at UDK's upload script, but you can change the bandwidth and upload faster ;) Yes, I know ;) I tried to compile IoTmanager4.ino ( https://gist.github.com/4refr0nt/d2cb23626bd6c7ebb8a0 ) for ESP32. I have changed ... #include <ESP8266WiFi.h> #include <WiFiClientSecure.h> #include <...
by windalser
Fri Jan 22, 2016 1:26 pm
Forum: General Discussion
Topic: Anyone interested in Arduino Environment?
Replies: 50
Views: 90782

Re: Anyone interested in Arduino Environment?

Well done! Thanks a lot! :)
Now it works.
I have already installed new Arduino IDE 1.6.7 from .zip file to the С:\ directory.
Then I renew your code.
See attachment.
Uploading takes quit a lot of time compared to UDK (Unofficial Development Kit) ...