Search found 95 matches

by madscientist_42
Mon Jun 05, 2017 3:27 pm
Forum: General Discussion
Topic: Light Sleep Mode
Replies: 4
Views: 7309

Re: Light Sleep Mode

Light sleep will not be supported in the next version (2.1) yet. Most likely it will be supported in the one after that. This means that it should be available in about two months. Good to know rough timelines on that. One vague thing more solidified. Any way we can get a bit of a roadmap out of Es...
by madscientist_42
Mon Jun 05, 2017 3:25 pm
Forum: General Discussion
Topic: [ resolved - won't do] ESP32 on Stack Overflow
Replies: 4
Views: 7262

Re: ESP32 on Stack Overflow

However, all of these pale against the core function ... "I have a question, do you have an answer?" ... and that seems to be accommodated ... from my perspective, all else is gravy. Seconded. Right now, we're doing good. Could be "better", but it's debatable as to what that is. And while probably ...
by madscientist_42
Thu Jun 01, 2017 6:47 pm
Forum: General Discussion
Topic: ESP32 dedicated freely downloadable book
Replies: 19
Views: 36327

Re: ESP32 dedicated freely downloadable book

New month ... the May 2017 release is now available for download ... https://leanpub.com/kolban-ESP32 As always, thanks for reading and don't hesitate to let us know if there are content areas that you would like to see covered in more detail. Neil So, Neil, what new tidbits have you shared in the ...
by madscientist_42
Tue May 30, 2017 2:46 pm
Forum: News
Topic: ANNOUNCEMENT: Chinese National holiday May 28 - May 30 端午节
Replies: 1
Views: 13607

Re: ANNOUNCEMENT: Chinese National holiday May 28 - May 30 端午节

To all celebrating over there in China, enjoy the holiday!
:D
by madscientist_42
Tue May 30, 2017 2:30 pm
Forum: General Discussion
Topic: BLE notification transfer size
Replies: 4
Views: 11592

Re: BLE notification transfer size

The ATT MTU is set to 23 bytes total. This realistically equates to 20 bytes in your notification data payload, because it does a single packet, period. Pretty much any stack is going to truncate your notification because it's larger than the MTU allows and it won't send it as a multi-packet event. ...
by madscientist_42
Tue May 30, 2017 1:05 pm
Forum: General Discussion
Topic: ESP-WROOM-32 WiFi Throughput with SDIO input
Replies: 4
Views: 8115

Re: ESP-WROOM-32 WiFi Throughput with SDIO input

I take the 80-ish back. You've only one line. Limits what you can/can't do. At SDHC spec speeds, the best you can do is 50 Mbits/s So, 30-40-ish is likely to be that magic number with this configuration. Still would've worked wonders for me on my prior customer's project- because this would've likel...
by madscientist_42
Tue May 30, 2017 12:56 pm
Forum: General Discussion
Topic: ESP-WROOM-32 WiFi Throughput with SDIO input
Replies: 4
Views: 8115

Re: ESP-WROOM-32 WiFi Throughput with SDIO input

Hi There, I was pleased to see your test results for the ESP-WROOM-32 throughput over WiFi over >100Mbps. In my application I am looking to receive data from the SDIO interface and transmit over WiFi. Does anyone have any ideas of the throughput that is likely to be achievable? Best Regards, James ...
by madscientist_42
Fri May 19, 2017 2:00 pm
Forum: Showcase
Topic: [Info] Using Raspberry Pi as a development environment
Replies: 19
Views: 67399

Re: [Info] Using Raspberry Pi as a development environment

Hello, I love my Raspberry Pi, I like to use it for all my Arduino-like projects. I have been tinkering with the ESP32 since February or March and, thanks to the growing online community, had very good results. Recently I looked at the ULP processor. There was a toolchain recently released for it, ...
by madscientist_42
Wed May 17, 2017 7:29 pm
Forum: General Discussion
Topic: ESP32 Suitability for Project?
Replies: 6
Views: 10056

Re: ESP32 Suitability for Project?

Regardless of the development environment, you need to use https://github.com/espressif/esp-idf as the development framework. On Windows, you can use Eclipse or Visual Studio with VisualGDB plugin (https://visualgdb.com/w/tutorials/tag/esp32/). One note about VisualGDB though: it is not clear how o...