Search found 15 matches
- Thu Oct 06, 2016 7:00 am
- Forum: General Discussion
- Topic: ESP32 and ESP8266 freely downloadable book
- Replies: 12
- Views: 45019
Re: ESP32 and ESP8266 freely downloadable book
Agree completely!
- Thu Aug 18, 2016 6:44 am
- Forum: General Discussion
- Topic: Interest in developer preview?
- Replies: 28
- Views: 48777
Re: Interest in developer preview?
Yes, of course! Especially in BLE.
- 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: 8029
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?
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?
- 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: 8029
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?
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?
- Wed Feb 03, 2016 8:44 am
- Forum: General Discussion
- Topic: First esp32 based product launch? (crowdfunding)
- Replies: 8
- Views: 18469
Re: First esp32 based product launch? (crowdfunding)
I don't think that threre is ESP32 inside. See http://www.pycom.io/solutions/py-boards/wipy/
- Mon Feb 01, 2016 12:43 pm
- Forum: General Discussion
- Topic: Anyone interested in Arduino Environment?
- Replies: 50
- Views: 101438
Re: Anyone interested in Arduino Environment?
Yes, it works much faster now, thanks!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
- Mon Jan 25, 2016 10:05 am
- Forum: General Discussion
- Topic: Anyone interested in Arduino Environment?
- Replies: 50
- Views: 101438
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...
- Sun Jan 24, 2016 1:52 pm
- Forum: General Discussion
- Topic: Anyone interested in Arduino Environment?
- Replies: 50
- Views: 101438
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, ...
- Fri Jan 22, 2016 3:30 pm
- Forum: General Discussion
- Topic: Anyone interested in Arduino Environment?
- Replies: 50
- Views: 101438
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 <...
- Fri Jan 22, 2016 1:26 pm
- Forum: General Discussion
- Topic: Anyone interested in Arduino Environment?
- Replies: 50
- Views: 101438
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) ...
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) ...