Search found 9299 matches

by ESP_Sprite
Wed Aug 03, 2016 2:21 pm
Forum: General Discussion
Topic: Availability of BLE functions in latest SDK v3.0?
Replies: 3
Views: 8629

Re: Availability of BLE functions in latest SDK v3.0?

1) I don't think so. 2) If you got the SDK using Git, running 'git pull' should get you up-to-date. 3) Sorry, nope. It's not that useful anyway, the 'real' ESP32 is to be released pretty soon and it has a fairly different memory map. 4) Same as 3: the dual-core architecture has changed dramatically....
by ESP_Sprite
Wed Aug 03, 2016 12:08 pm
Forum: General Discussion
Topic: August is here! Ready for launch?
Replies: 6
Views: 11495

Re: August is here! Ready for launch?

No ideas about the first questions, but with regards to spam: I'd clean it up myself but for some mysterious reason I don't have admin rights... I poked the persons responsible, it should be gone soon.

Also: Holycrapthelaunchissoclosestillneedtodostuffonthedocsandthesdksandaaaaaaaahrg!
by ESP_Sprite
Fri Jul 15, 2016 11:52 am
Forum: General Discussion
Topic: ESP32 is finally real?
Replies: 39
Views: 63735

Re: ESP32 is finally real?

Smartcontroll wrote: How long we will be waiting.
The ESP32 will be done in August, that is when it will be available to buy. Neither we not Aliexpress sellers can ship a real ESP32 before that, I'm afraid.
by ESP_Sprite
Sun Jul 10, 2016 3:33 am
Forum: General Discussion
Topic: ESP32 IoT WiFi Compatibility
Replies: 3
Views: 8525

Re: ESP32 IoT WiFi Compatibility

What do you mean with 'network types and configurations'? Can you give some examples?
by ESP_Sprite
Thu Jul 07, 2016 1:54 am
Forum: General Discussion
Topic: ESP32 is finally real?
Replies: 39
Views: 63735

Re: ESP32 is finally real?

Let me look into that. CAN seems to be movable to any GPIO, the others I'm not 100% sure. I'll get back to you as soon as I've heard back from the HW team. Edit: Okay, here's some information. Big fat warning in advance: This is a list extracted from a preliminary document that's still an unedited w...
by ESP_Sprite
Wed Jul 06, 2016 10:08 am
Forum: General Discussion
Topic: ESP32 is finally real?
Replies: 39
Views: 63735

Re: ESP32 is finally real?

Rudi: Whoa, wall of text :) Yes, I understand that you guys, as beta testers, are willing to try anything and everything you can get your hands on. First of all, sorry, when push comes to shove the Pycom people are going to be able to know a few things more than we can release on the forum. They hav...
by ESP_Sprite
Wed Jul 06, 2016 9:39 am
Forum: General Discussion
Topic: Is it possible to use uart TX1 in ESP-WROOM-03 module?
Replies: 2
Views: 7462

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

Yes, the UART signals are part of the GPIO connection matrix and can be remapped to any GPIO pin.
by ESP_Sprite
Tue Jul 05, 2016 10:59 am
Forum: General Discussion
Topic: ESP32 is finally real?
Replies: 39
Views: 63735

Re: ESP32 is finally real?

Please hold your horses, people (Not necessarily refering to this thread in particular, but there seem to be a lot of posts cropping up which encompass a certain sentiment.) I understand you are anxious for any and all information, and maybe think it's a bit weird that the Pycom people seem to have ...
by ESP_Sprite
Tue Jul 05, 2016 10:43 am
Forum: General Discussion
Topic: Timer management with and without interrupt
Replies: 3
Views: 8974

Re: Timer management with and without interrupt

Hmm, we actually have a dedicated peripheral for exactly that purpose (the RMT peripheral). Unfortunately, there's not really any example code or documentation public for that... if you can wait until the ESP32 documentation is out, you can solve the problem in a really nice way. You can try the esp...
by ESP_Sprite
Thu Jun 30, 2016 3:45 am
Forum: General Discussion
Topic: Timer management with and without interrupt
Replies: 3
Views: 8974

Re: Timer management with and without interrupt

What is the specific purpose of this? Do you need this single-shot or do you need to generate a continuous stream with these values? Either way, I think you may be best served by a peripheral; either the LED PWM generator or the RMT peripheral: they can both generate these signals independently of a...