Search found 56 matches

by a2retro
Thu Jan 05, 2017 6:09 am
Forum: General Discussion
Topic: Transparent Wi-Fi module with RMII input
Replies: 29
Views: 47222

Re: Transparent Wi-Fi module with RMII input

@ESP_igrr any word on the Ethernet reference design? My TLK110's arrived today ;-)
by a2retro
Sun Jan 01, 2017 7:45 pm
Forum: General Discussion
Topic: Transparent Wi-Fi module with RMII input
Replies: 29
Views: 47222

Re: Transparent Wi-Fi module with RMII input

@ESP_igrr Thanks for the update. I went and ordered some TLK110's in anticipation. :D
by a2retro
Sat Dec 31, 2016 6:07 pm
Forum: General Discussion
Topic: Transparent Wi-Fi module with RMII input
Replies: 29
Views: 47222

Re: Transparent Wi-Fi module with RMII input

Hi about one month ago ESP_igrr gave an estimate of 3 weeks for a reference release for the Ethernet PHY design. May we have a revised estimate of when that may be released?

Thanks
by a2retro
Sat Dec 03, 2016 10:40 pm
Forum: General Discussion
Topic: esp32 industrial use
Replies: 5
Views: 10107

Re: esp32 industrial use

Related info - the link is broken on the Espressif web site

ESP32_Certification_and_Test_EN_20161202.zip

http://download.espressif.com/FCC_CE_Te ... 161202.zip

Glenn
by a2retro
Thu Oct 20, 2016 4:21 am
Forum: General Discussion
Topic: Status of ESP32 WROOM Module
Replies: 7
Views: 15244

Re: Status of ESP32 WROOM Module

WiFive, I asked seeed the other day for a status update and this is what they said "Sincerely apologizes for the delay. The shipment date would be on next Monday or Tuesday, around on Oct 25th. So sorry for the troubles, however the supplier has their unavoidable reason, and in order to make up for ...
by a2retro
Mon Oct 17, 2016 1:45 am
Forum: Hardware
Topic: Schematics of Espressif ESP32 dev boards & modules
Replies: 18
Views: 127220

Re: Schematics of Espressif ESP32 dev boards & modules

@ESP_Angus Thanks!
by a2retro
Tue Oct 11, 2016 1:29 pm
Forum: ESP32 Arduino
Topic: 2nd Serial Port Access
Replies: 10
Views: 37264

Re: 2nd Serial Port Access

@Esp_Me-no-dev - thanks that works great now.

VC0706 Camera test
In Adafruit_VC0706

Camera Found:
-----------------
VC0703 1.00
Ctrl infr exist
OV7720
525
Init end
by a2retro
Tue Oct 11, 2016 3:56 am
Forum: ESP32 Arduino
Topic: 2nd Serial Port Access
Replies: 10
Views: 37264

2nd Serial Port Access

Taking @ESP_me_no_dev's advice "@a2retro You can attach all 3 UARTs to any pins you like (almost). Pins 9 and 10 are tied to your flash chip, so I would not use them for Serial. You can check esp32-hal-uart.h if you want C style api to the serial or just use HardwareSerial Serial1(1); and then Seria...
by a2retro
Tue Oct 11, 2016 1:05 am
Forum: ESP32 Arduino
Topic: Blynk and Arduino
Replies: 0
Views: 7054

Blynk and Arduino

Thanks to the folks at Blynk.cc you can use your dev-C board (and others I expect) with the esp32 Arduino support and Blynk. Get their latest Arduino library here - https://github.com/blynkkk/blynk-library I was able to connect with the Blynk iPhone app (selected esp8266 as target device) and blinke...
by a2retro
Sat Oct 08, 2016 4:58 pm
Forum: News
Topic: Arduino for ESP32
Replies: 11
Views: 42484

Re: Arduino for ESP32

Hi Folks, looking for some direction on how to remap pins under Arduino IDE for esp functions. "Serial (global Serial is attached to pins 1 and 3 by default, there are another 2 serials that you can attach to any pin)" For example I have my programmer on pins 1 and 3 and would like to attach a camer...